From 2a722393046304f980ccfa4c6c32b43d895e191a Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Sat, 10 Feb 2024 13:09:48 +0100 Subject: [PATCH] updated other image values as well --- charts/baserow/README.md | 4 ++-- charts/baserow/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/baserow/README.md b/charts/baserow/README.md index f2af7242..6b74adff 100644 --- a/charts/baserow/README.md +++ b/charts/baserow/README.md @@ -57,7 +57,7 @@ The command removes all the Kubernetes components associated with the chart and | backend.asgi.extraEnv | list | `[]` | additional environment variables to be added to the pods | | backend.asgi.image.pullPolicy | string | `"Always"` | image pull policy | | backend.asgi.image.repository | string | `"baserow/backend"` | image repository | -| backend.asgi.image.tag | string | `"1.20.2"` | Overrides the image tag | +| backend.asgi.image.tag | string | `"1.22.3"` | Overrides the image tag | | backend.asgi.imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | backend.asgi.nodeSelector | object | `{}` | Node labels for pod assignment | | backend.asgi.podAnnotations | object | `{}` | Annotations to be added to the frontend pods | @@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and | backend.celery.extraEnv | list | `[]` | additional environment variables to be added to the pods | | backend.celery.image.pullPolicy | string | `"Always"` | image pull policy | | backend.celery.image.repository | string | `"baserow/backend"` | image repository | -| backend.celery.image.tag | string | `"1.20.2"` | Overrides the image tag | +| backend.celery.image.tag | string | `"1.22.3"` | Overrides the image tag | | backend.celery.imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | backend.celery.nodeSelector | object | `{}` | Node labels for pod assignment | | backend.celery.podAnnotations | object | `{}` | Annotations to be added to the frontend pods | diff --git a/charts/baserow/values.yaml b/charts/baserow/values.yaml index ed706e1d..4970d362 100644 --- a/charts/baserow/values.yaml +++ b/charts/baserow/values.yaml @@ -133,7 +133,7 @@ backend: # -- image pull policy pullPolicy: Always # -- Overrides the image tag - tag: "1.20.2" + tag: "1.22.3" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: [] @@ -219,7 +219,7 @@ backend: # -- image pull policy pullPolicy: Always # -- Overrides the image tag - tag: "1.20.2" + tag: "1.22.3" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: []