Skip to content

Commit

Permalink
Update console chart for 1.19.2 release (#38)
Browse files Browse the repository at this point in the history
* Update console chart for 1.19.2 release

* chore(chart): Update README.md with readme-generator-for-helm

Signed-off-by: ConduktorBot <[email protected]>

---------

Signed-off-by: ConduktorBot <[email protected]>
Co-authored-by: ConduktorBot <[email protected]>
  • Loading branch information
qboileau and ConduktorBot authored Nov 24, 2023
1 parent 588e296 commit 3f90d74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/console/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: console
appVersion: 1.19.1
version: 1.4.1
appVersion: 1.19.2
version: 1.4.2
description: Helm chart to deploy Conduktor Platform on Kubernetes
icon: https://www.conduktor.io/svgs/logo/symbol.svg
home: https://www.conduktor.io
Expand Down
4 changes: 2 additions & 2 deletions charts/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1` |
| `platform.image.tag` | Conduktor Platform image tag (immutable tags are recommended) | `1.19.2` |
| `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 | `[]` |
Expand Down Expand Up @@ -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.1` |
| `platformCortex.image.tag` | Conduktor Platform Cortex image tag (immutable tags are recommended) | `1.19.2` |
| `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 | `[]` |
Expand Down
4 changes: 2 additions & 2 deletions charts/console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ platform:
image:
registry: docker.io
repository: conduktor/conduktor-platform
tag: 1.19.1
tag: 1.19.2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -683,7 +683,7 @@ platformCortex:
image:
registry: docker.io
repository: conduktor/conduktor-platform-cortex
tag: 1.19.1
tag: 1.19.2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 3f90d74

Please sign in to comment.