diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5d24f..2ecbc60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.2.1] - 2023-01-27 + ### Changed - Upgraded kratos version and changes for default password feature [akshay196](https://github.com/akshay196) @@ -68,7 +70,8 @@ All notable changes to this project will be documented in this file. ### Added - Initial release -[Unreleased]: https://github.com/paralus/helm-charts/compare/ztka-0.2.0...HEAD +[Unreleased]: https://github.com/paralus/helm-charts/compare/ztka-0.2.1...HEAD +[0.2.1]: https://github.com/paralus/helm-charts/compare/ztka-0.2.0...ztka-0.2.1 [0.2.0]: https://github.com/paralus/helm-charts/compare/ztka-0.1.9...ztka-0.2.0 [0.1.9]: https://github.com/paralus/helm-charts/compare/ztka-0.1.8...ztka-0.1.9 [0.1.8]: https://github.com/paralus/helm-charts/compare/ztka-0.1.7...ztka-0.1.8 diff --git a/charts/ztka/Chart.lock b/charts/ztka/Chart.lock index fbea1e7..9b1d5f6 100644 --- a/charts/ztka/Chart.lock +++ b/charts/ztka/Chart.lock @@ -17,5 +17,5 @@ dependencies: - name: contour repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami version: 7.8.0 -digest: sha256:5533ac95db6b7dc1ef9601b033ad8f0f2436f610c2de1263289d9890a5648962 -generated: "2022-12-30T10:58:05.495751413+05:30" +digest: sha256:0fe9a9659e8cb4d97d9aa6f1b8b3bfc6c237256d81bcf1a753ab35103eac3bd5 +generated: "2023-01-27T19:15:25.696019715+05:30" diff --git a/charts/ztka/Chart.yaml b/charts/ztka/Chart.yaml index 1d0b71f..944cf00 100644 --- a/charts/ztka/Chart.yaml +++ b/charts/ztka/Chart.yaml @@ -29,5 +29,5 @@ dependencies: condition: deploy.contour.enable maintainers: - name: Paralus Team -version: "0.2.0" -appVersion: "v0.1.9" +version: "0.2.1" +appVersion: "v0.2.0" diff --git a/charts/ztka/README.md b/charts/ztka/README.md index 6f3e208..f7c3b2b 100644 --- a/charts/ztka/README.md +++ b/charts/ztka/README.md @@ -2,7 +2,7 @@ A Helm chart for Paralus ZTKA. -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.9](https://img.shields.io/badge/AppVersion-v0.1.9-informational?style=flat-square) +![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.0](https://img.shields.io/badge/AppVersion-v0.2.0-informational?style=flat-square) This chart bootstraps the Paralus deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. @@ -124,13 +124,13 @@ helm show values paralus/ztka | imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository | | images.dashboard.name | string | `"dashboard"` | | | images.dashboard.repository | string | `"paralusio/dashboard"` | Paralus dashboard image | -| images.dashboard.tag | string | `"v0.1.6"` | | +| images.dashboard.tag | string | `"v0.1.7"` | | | images.paralus.name | string | `"paralus"` | | | images.paralus.repository | string | `"paralusio/paralus"` | Paralus paralus image | -| images.paralus.tag | string | `"v0.1.9"` | | +| images.paralus.tag | string | `"v0.2.0"` | | | images.paralusInit.name | string | `"paralus-init"` | | | images.paralusInit.repository | string | `"paralusio/paralus-init"` | Paralus paralus initialize image | -| images.paralusInit.tag | string | `"v0.1.9"` | | +| images.paralusInit.tag | string | `"v0.2.0"` | | | images.prompt.name | string | `"prompt"` | | | images.prompt.repository | string | `"paralusio/prompt"` | prompt image | | images.prompt.tag | string | `"v0.1.1"` | | diff --git a/charts/ztka/values.yaml b/charts/ztka/values.yaml index 0aa0dbf..518da25 100644 --- a/charts/ztka/values.yaml +++ b/charts/ztka/values.yaml @@ -12,12 +12,12 @@ images: name: paralus # -- Paralus paralus image repository: paralusio/paralus - tag: "v0.1.9" + tag: "v0.2.0" paralusInit: name: paralus-init # -- Paralus paralus initialize image repository: paralusio/paralus-init - tag: "v0.1.9" + tag: "v0.2.0" relay: name: relay # -- relay image @@ -32,7 +32,7 @@ images: name: dashboard # -- Paralus dashboard image repository: paralusio/dashboard - tag: "v0.1.6" + tag: "v0.1.7" # -- If defined, a imagePullPolicy applied to all deployments pullPolicy: IfNotPresent @@ -410,7 +410,7 @@ kratos: # OIDC Provider config synchronizer as sidecar to Kratos extraContainers: | - name: synchronizer - image: "paralusio/kratos-synchronizer:v0.1.9" + image: "paralusio/kratos-synchronizer:v0.2.0" volumeMounts: - name: other-configs mountPath: /etc/kratos