Skip to content

Commit b37fbba

Browse files
committed
Update to ShinyProxy 3.1.1
1 parent 977dccb commit b37fbba

9 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ need to be made to the ShinyProxy configuration file:
185185
- optionally add the
186186
property [`kubernetesIngressPatches`](docs/deployment#modify-the-ingress-resource)
187187
in order to customize the ingress created by the operator.
188-
- update the ShinyProxy image to `openanalytics/shinyproxy:3.1.0`
188+
- update the ShinyProxy image to `openanalytics/shinyproxy:3.1.1`
189189

190190
### Update to 2.1.0
191191

docs/deployment/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
```

docs/deployment/overlays/1-namespaced/resources/shinyproxy.shinyproxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ spec:
9595
- hosts:
9696
- shinyproxy-demo.local
9797
# secretName: example # uncomment and change this line if needed
98-
image: openanalytics/shinyproxy:3.1.0
98+
image: openanalytics/shinyproxy:3.1.1
9999
imagePullPolicy: Always
100100
fqdn: shinyproxy-demo.local

docs/deployment/overlays/2-clustered/shinyproxy-dept2/resources/shinyproxy.shinyproxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ spec:
9494
- hosts:
9595
- shinyproxy-demo2.local
9696
# secretName: example # uncomment and change this line if needed
97-
image: openanalytics/shinyproxy:3.1.0
97+
image: openanalytics/shinyproxy:3.1.1
9898
imagePullPolicy: Always
9999
fqdn: shinyproxy-demo2.local

docs/deployment/overlays/2-clustered/shinyproxy/resources/shinyproxy.shinyproxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ spec:
100100
- hosts:
101101
- shinyproxy-demo.local
102102
# secretName: example # uncomment and change this line if needed
103-
image: openanalytics/shinyproxy:3.1.0
103+
image: openanalytics/shinyproxy:3.1.1
104104
imagePullPolicy: Always
105105
fqdn: shinyproxy-demo.local

docs/deployment/overlays/3-namespaced-app-ns/shinyproxy/resources/shinyproxy.shinyproxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
- hosts:
100100
- shinyproxy-demo.local
101101
# secretName: example # uncomment and change this line if needed
102-
image: openanalytics/shinyproxy:3.1.0
102+
image: openanalytics/shinyproxy:3.1.1
103103
imagePullPolicy: Always
104104
fqdn: shinyproxy-demo.local
105105
appNamespaces:

docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy1.shinyproxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ spec:
9797
- hosts:
9898
- shinyproxy-demo.local
9999
# secretName: example # uncomment and change this line if needed
100-
image: openanalytics/shinyproxy:3.1.0
100+
image: openanalytics/shinyproxy:3.1.1
101101
imagePullPolicy: Always
102102
fqdn: shinyproxy-demo.local

docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy2.shinyproxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ spec:
9898
- hosts:
9999
- shinyproxy-demo.local
100100
# secretName: example # uncomment and change this line if needed
101-
image: openanalytics/shinyproxy:3.1.0
101+
image: openanalytics/shinyproxy:3.1.1
102102
imagePullPolicy: Always
103103
fqdn: shinyproxy-demo.local

docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy3.shinyproxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ spec:
9898
- hosts:
9999
- shinyproxy-demo.local
100100
# secretName: example # uncomment and change this line if needed
101-
image: openanalytics/shinyproxy:3.1.0
101+
image: openanalytics/shinyproxy:3.1.1
102102
imagePullPolicy: Always
103103
fqdn: shinyproxy-demo.local

0 commit comments

Comments
 (0)