From 2123a672e605645f5eaac35a8df7e5e41a2f271b Mon Sep 17 00:00:00 2001 From: Tobia De Koninck Date: Thu, 20 Jun 2024 14:34:36 +0200 Subject: [PATCH] Update to ShinyProxy 3.1.1 --- README.md | 2 +- docs/deployment/README.md | 10 +++++----- .../1-namespaced/resources/shinyproxy.shinyproxy.yaml | 2 +- .../resources/shinyproxy.shinyproxy.yaml | 2 +- .../shinyproxy/resources/shinyproxy.shinyproxy.yaml | 2 +- .../shinyproxy/resources/shinyproxy.shinyproxy.yaml | 2 +- .../resources/shinyproxy1.shinyproxy.yaml | 2 +- .../resources/shinyproxy2.shinyproxy.yaml | 2 +- .../resources/shinyproxy3.shinyproxy.yaml | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d76ff2e..f52da8f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/deployment/README.md b/docs/deployment/README.md index 94adca3..0d90fab 100644 --- a/docs/deployment/README.md +++ b/docs/deployment/README.md @@ -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 ``` @@ -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. ` @@ -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 ``` @@ -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 ``` @@ -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 ``` diff --git a/docs/deployment/overlays/1-namespaced/resources/shinyproxy.shinyproxy.yaml b/docs/deployment/overlays/1-namespaced/resources/shinyproxy.shinyproxy.yaml index 6d3687a..df250ec 100644 --- a/docs/deployment/overlays/1-namespaced/resources/shinyproxy.shinyproxy.yaml +++ b/docs/deployment/overlays/1-namespaced/resources/shinyproxy.shinyproxy.yaml @@ -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 diff --git a/docs/deployment/overlays/2-clustered/shinyproxy-dept2/resources/shinyproxy.shinyproxy.yaml b/docs/deployment/overlays/2-clustered/shinyproxy-dept2/resources/shinyproxy.shinyproxy.yaml index 01ed78b..470e9cc 100644 --- a/docs/deployment/overlays/2-clustered/shinyproxy-dept2/resources/shinyproxy.shinyproxy.yaml +++ b/docs/deployment/overlays/2-clustered/shinyproxy-dept2/resources/shinyproxy.shinyproxy.yaml @@ -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 diff --git a/docs/deployment/overlays/2-clustered/shinyproxy/resources/shinyproxy.shinyproxy.yaml b/docs/deployment/overlays/2-clustered/shinyproxy/resources/shinyproxy.shinyproxy.yaml index db0dd12..f9929ff 100644 --- a/docs/deployment/overlays/2-clustered/shinyproxy/resources/shinyproxy.shinyproxy.yaml +++ b/docs/deployment/overlays/2-clustered/shinyproxy/resources/shinyproxy.shinyproxy.yaml @@ -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 diff --git a/docs/deployment/overlays/3-namespaced-app-ns/shinyproxy/resources/shinyproxy.shinyproxy.yaml b/docs/deployment/overlays/3-namespaced-app-ns/shinyproxy/resources/shinyproxy.shinyproxy.yaml index 4f5d266..14e124c 100644 --- a/docs/deployment/overlays/3-namespaced-app-ns/shinyproxy/resources/shinyproxy.shinyproxy.yaml +++ b/docs/deployment/overlays/3-namespaced-app-ns/shinyproxy/resources/shinyproxy.shinyproxy.yaml @@ -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: diff --git a/docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy1.shinyproxy.yaml b/docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy1.shinyproxy.yaml index 4cae4e5..ea5d908 100644 --- a/docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy1.shinyproxy.yaml +++ b/docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy1.shinyproxy.yaml @@ -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 diff --git a/docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy2.shinyproxy.yaml b/docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy2.shinyproxy.yaml index 4010f9b..4190f81 100644 --- a/docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy2.shinyproxy.yaml +++ b/docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy2.shinyproxy.yaml @@ -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 diff --git a/docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy3.shinyproxy.yaml b/docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy3.shinyproxy.yaml index 3f6ef7a..01f7a5e 100644 --- a/docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy3.shinyproxy.yaml +++ b/docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy3.shinyproxy.yaml @@ -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