Skip to content

Commit da44a20

Browse files
committed
Merge tag 'v1.0.1' into develop
1.0.1
2 parents 2a1967c + 15d653d commit da44a20

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The build will result in a single `.jar` file:
4545

4646
## Running
4747

48-
The operator should be run in Kubernetes using the [docker image](https://hub.docker.com/r/openanalytics/shinyproxy-operator-snapshot).
48+
The operator should be run in Kubernetes using the [docker image](https://hub.docker.com/r/openanalytics/shinyproxy-operator).
4949
It can run in either `clustered` scope or `namespaced` mode. In the former the
5050
operator looks for ShinyProxy instances in all namespaces while in the latter it
5151
only manages ShinyProxy instances in its own namespace.

docs/deployment/bases/clustered/operator/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: shinyproxy-operator
22-
image: openanalytics/shinyproxy-operator-snapshot:latest
22+
image: openanalytics/shinyproxy-operator:1.0.0
2323
imagePullPolicy: Always
2424
env:
2525
- name: SPO_MODE

docs/deployment/bases/namespaced/operator/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: shinyproxy-operator
22-
image: openanalytics/shinyproxy-operator-snapshot:latest
22+
image: openanalytics/shinyproxy-operator:1.0.0
2323
imagePullPolicy: Always
2424
env:
2525
- name: SPO_MODE

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>eu.openanalytics</groupId>
88
<artifactId>shinyproxy-operator</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010

1111
<organization>
1212
<name>Open Analytics NV</name>

0 commit comments

Comments
 (0)