From 588e296d189ba777d229ef3a947d3b7405ad9f3c Mon Sep 17 00:00:00 2001 From: Quentin Date: Wed, 15 Nov 2023 16:10:20 +0100 Subject: [PATCH] Update console chart for 1.19.1 release (#35) --- charts/console/Chart.yaml | 4 ++-- charts/console/README.md | 4 ++-- charts/console/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/console/Chart.yaml b/charts/console/Chart.yaml index ee854c6..723cbcb 100644 --- a/charts/console/Chart.yaml +++ b/charts/console/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: console -appVersion: 1.19.0 -version: 1.4.0 +appVersion: 1.19.1 +version: 1.4.1 description: Helm chart to deploy Conduktor Platform on Kubernetes icon: https://www.conduktor.io/svgs/logo/symbol.svg home: https://www.conduktor.io diff --git a/charts/console/README.md b/charts/console/README.md index 133d549..d1e167d 100644 --- a/charts/console/README.md +++ b/charts/console/README.md @@ -127,7 +127,7 @@ Refer to our [documentation](https://docs.conduktor.io/platform/configuration/co | --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------ | | `platform.image.registry` | Conduktor Platform image registry | `docker.io` | | `platform.image.repository` | Conduktor Platform image repository | `conduktor/conduktor-platform` | -| `platform.image.tag` | Conduktor Platform image tag (immutable tags are recommended) | `1.19.0` | +| `platform.image.tag` | Conduktor Platform image tag (immutable tags are recommended) | `1.19.1` | | `platform.image.digest` | Conduktor Platform image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` | | `platform.image.pullPolicy` | Conduktor Platform image pull policy | `IfNotPresent` | | `platform.image.pullSecrets` | Conduktor Platform image pull secrets | `[]` | @@ -237,7 +237,7 @@ Refer to our [documentation](https://docs.conduktor.io/platform/configuration/co | `platformCortex.enabled` | Enable Conduktor Platform Cortex | `true` | | `platformCortex.image.registry` | Conduktor Platform Cortex image registry | `docker.io` | | `platformCortex.image.repository` | Conduktor Platform Cortex image repository | `conduktor/conduktor-platform-cortex` | -| `platformCortex.image.tag` | Conduktor Platform Cortex image tag (immutable tags are recommended) | `1.19.0` | +| `platformCortex.image.tag` | Conduktor Platform Cortex image tag (immutable tags are recommended) | `1.19.1` | | `platformCortex.image.digest` | Conduktor Platform Cortex image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` | | `platformCortex.image.pullPolicy` | Conduktor Platform Cortex image pull policy | `IfNotPresent` | | `platformCortex.image.pullSecrets` | Conduktor Platform Cortex image pull secrets | `[]` | diff --git a/charts/console/values.yaml b/charts/console/values.yaml index 41d35ad..1103d32 100644 --- a/charts/console/values.yaml +++ b/charts/console/values.yaml @@ -234,7 +234,7 @@ platform: image: registry: docker.io repository: conduktor/conduktor-platform - tag: 1.19.0 + tag: 1.19.1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -683,7 +683,7 @@ platformCortex: image: registry: docker.io repository: conduktor/conduktor-platform-cortex - tag: 1.19.0 + tag: 1.19.1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'