Skip to content

Commit a396274

Browse files
committed
Change image version to non-snapshot version
1 parent 18c672a commit a396274

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

0 commit comments

Comments
 (0)