@@ -115,7 +115,7 @@ ShinyProxy operator on minikube.
115115 title: ShinyProxy 2 # <- MAKE THE CHANGE HERE
116116 # ...
117117 replicas: 2 # <- ADD THIS LINE
118- image: openanalytics/shinyproxy:3.1.0
118+ image: openanalytics/shinyproxy:3.1.1
119119 imagePullPolicy: Always
120120 fqdn: shinyproxy-demo.local
121121 ` ` `
@@ -223,7 +223,7 @@ important:
223223- ` kubernetesServicePatches` : allows to patch the ` Service` resources created by
224224 the operator (see the [example](# modify-the-service-resource))
225225- ` image` : the docker image to use for the ShinyProxy server (
226- e.g. ` openanalytics/shinyproxy:3.1.0 ` )
226+ e.g. ` openanalytics/shinyproxy:3.1.1 ` )
227227- ` imagePullPolicy` : the pull policy for ShinyProxy Image; the default value is
228228 ` IfNotPresent` ; valid options are ` Never` , ` IfNotPresent` and ` Always` .
229229- ` fqdn` : the FQDN at which the service should be available, e.g. `
@@ -275,7 +275,7 @@ spec:
275275 - hosts:
276276 - shinyproxy-demo.local
277277 # secretName: example # uncomment and change this line if needed
278- image: openanalytics/shinyproxy:3.1.0
278+ image: openanalytics/shinyproxy:3.1.1
279279 imagePullPolicy: Always
280280 fqdn: shinyproxy-demo.local
281281` ` `
@@ -336,7 +336,7 @@ spec:
336336 - op: add
337337 path: /spec/serviceAccountName
338338 value: shinyproxy-sa
339- image: openanalytics/shinyproxy:3.1.0
339+ image: openanalytics/shinyproxy:3.1.1
340340 imagePullPolicy: Always
341341 fqdn: shinyproxy-demo.local
342342` ` `
@@ -432,7 +432,7 @@ spec:
432432 path: /metadata/annotations
433433 value:
434434 my-annotation: my-value
435- image: openanalytics/shinyproxy:3.1.0
435+ image: openanalytics/shinyproxy:3.1.1
436436 imagePullPolicy: Always
437437 fqdn: shinyproxy-demo.local
438438` ` `
0 commit comments