File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ) .
4949It can run in either ` clustered ` scope or ` namespaced ` mode. In the former the
5050operator looks for ShinyProxy instances in all namespaces while in the latter it
5151only manages ShinyProxy instances in its own namespace.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments