Skip to content

Commit

Permalink
updated other image values as well
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth committed Feb 10, 2024
1 parent 92b5a12 commit 2a72239
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/baserow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions charts/baserow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down Expand Up @@ -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: []
Expand Down

0 comments on commit 2a72239

Please sign in to comment.