Skip to content

Commit

Permalink
Update to ShinyProxy 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LEDfan committed Jun 20, 2024
1 parent 977dccb commit b37fbba
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ need to be made to the ShinyProxy configuration file:
- optionally add the
property [`kubernetesIngressPatches`](docs/deployment#modify-the-ingress-resource)
in order to customize the ingress created by the operator.
- update the ShinyProxy image to `openanalytics/shinyproxy:3.1.0`
- update the ShinyProxy image to `openanalytics/shinyproxy:3.1.1`

### Update to 2.1.0

Expand Down
10 changes: 5 additions & 5 deletions docs/deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ShinyProxy operator on minikube.
title: ShinyProxy 2 # <- MAKE THE CHANGE HERE
# ...
replicas: 2 # <- ADD THIS LINE
image: openanalytics/shinyproxy:3.1.0
image: openanalytics/shinyproxy:3.1.1
imagePullPolicy: Always
fqdn: shinyproxy-demo.local
```
Expand Down Expand Up @@ -223,7 +223,7 @@ important:
- `kubernetesServicePatches`: allows to patch the `Service` resources created by
the operator (see the [example](#modify-the-service-resource))
- `image`: the docker image to use for the ShinyProxy server (
e.g. `openanalytics/shinyproxy:3.1.0`)
e.g. `openanalytics/shinyproxy:3.1.1`)
- `imagePullPolicy`: the pull policy for ShinyProxy Image; the default value is
`IfNotPresent`; valid options are `Never`, `IfNotPresent` and `Always`.
- `fqdn`: the FQDN at which the service should be available, e.g. `
Expand Down Expand Up @@ -275,7 +275,7 @@ spec:
- hosts:
- shinyproxy-demo.local
# secretName: example # uncomment and change this line if needed
image: openanalytics/shinyproxy:3.1.0
image: openanalytics/shinyproxy:3.1.1
imagePullPolicy: Always
fqdn: shinyproxy-demo.local
```
Expand Down Expand Up @@ -336,7 +336,7 @@ spec:
- op: add
path: /spec/serviceAccountName
value: shinyproxy-sa
image: openanalytics/shinyproxy:3.1.0
image: openanalytics/shinyproxy:3.1.1
imagePullPolicy: Always
fqdn: shinyproxy-demo.local
```
Expand Down Expand Up @@ -432,7 +432,7 @@ spec:
path: /metadata/annotations
value:
my-annotation: my-value
image: openanalytics/shinyproxy:3.1.0
image: openanalytics/shinyproxy:3.1.1
imagePullPolicy: Always
fqdn: shinyproxy-demo.local
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ spec:
- hosts:
- shinyproxy-demo.local
# secretName: example # uncomment and change this line if needed
image: openanalytics/shinyproxy:3.1.0
image: openanalytics/shinyproxy:3.1.1
imagePullPolicy: Always
fqdn: shinyproxy-demo.local
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ spec:
- hosts:
- shinyproxy-demo2.local
# secretName: example # uncomment and change this line if needed
image: openanalytics/shinyproxy:3.1.0
image: openanalytics/shinyproxy:3.1.1
imagePullPolicy: Always
fqdn: shinyproxy-demo2.local
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ spec:
- hosts:
- shinyproxy-demo.local
# secretName: example # uncomment and change this line if needed
image: openanalytics/shinyproxy:3.1.0
image: openanalytics/shinyproxy:3.1.1
imagePullPolicy: Always
fqdn: shinyproxy-demo.local
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
- hosts:
- shinyproxy-demo.local
# secretName: example # uncomment and change this line if needed
image: openanalytics/shinyproxy:3.1.0
image: openanalytics/shinyproxy:3.1.1
imagePullPolicy: Always
fqdn: shinyproxy-demo.local
appNamespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ spec:
- hosts:
- shinyproxy-demo.local
# secretName: example # uncomment and change this line if needed
image: openanalytics/shinyproxy:3.1.0
image: openanalytics/shinyproxy:3.1.1
imagePullPolicy: Always
fqdn: shinyproxy-demo.local
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ spec:
- hosts:
- shinyproxy-demo.local
# secretName: example # uncomment and change this line if needed
image: openanalytics/shinyproxy:3.1.0
image: openanalytics/shinyproxy:3.1.1
imagePullPolicy: Always
fqdn: shinyproxy-demo.local
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ spec:
- hosts:
- shinyproxy-demo.local
# secretName: example # uncomment and change this line if needed
image: openanalytics/shinyproxy:3.1.0
image: openanalytics/shinyproxy:3.1.1
imagePullPolicy: Always
fqdn: shinyproxy-demo.local

0 comments on commit b37fbba

Please sign in to comment.