From e48754be8ff4da6c08f2dc6364d0accf5c1babf1 Mon Sep 17 00:00:00 2001 From: Sharan Date: Tue, 18 Jun 2024 12:06:48 +0530 Subject: [PATCH] chore(deps): updated release versions for v0.2.9 (#105) Signed-off-by: sharan --- charts/ztka/Chart.yaml | 4 ++-- charts/ztka/README.md | 12 ++++++------ charts/ztka/values.yaml | 12 ++++++------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/charts/ztka/Chart.yaml b/charts/ztka/Chart.yaml index 313ca8d..f2e694d 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.8" -appVersion: "v0.2.7" +version: "0.2.9" +appVersion: "v0.2.8" diff --git a/charts/ztka/README.md b/charts/ztka/README.md index 9ea5227..db636c0 100644 --- a/charts/ztka/README.md +++ b/charts/ztka/README.md @@ -2,7 +2,7 @@ A Helm chart for Paralus ZTKA. -![Version: 0.2.8](https://img.shields.io/badge/Version-0.2.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.7](https://img.shields.io/badge/AppVersion-v0.2.7-informational?style=flat-square) +![Version: 0.2.9](https://img.shields.io/badge/Version-0.2.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.8](https://img.shields.io/badge/AppVersion-v0.2.8-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. @@ -128,20 +128,20 @@ 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.2.2"` | | +| images.dashboard.tag | string | `"v0.2.3"` | | | images.paralus.name | string | `"paralus"` | | | images.paralus.repository | string | `"paralusio/paralus"` | Paralus paralus image | -| images.paralus.tag | string | `"v0.2.7"` | | +| images.paralus.tag | string | `"v0.2.8"` | | | images.paralusInit.name | string | `"paralus-init"` | | | images.paralusInit.repository | string | `"paralusio/paralus-init"` | Paralus paralus initialize image | -| images.paralusInit.tag | string | `"v0.2.7"` | | +| images.paralusInit.tag | string | `"v0.2.8"` | | | images.prompt.name | string | `"prompt"` | | | images.prompt.repository | string | `"paralusio/prompt"` | prompt image | -| images.prompt.tag | string | `"v0.1.2"` | | +| images.prompt.tag | string | `"v0.1.3"` | | | images.pullPolicy | string | `"IfNotPresent"` | If defined, a imagePullPolicy applied to all deployments | | images.relay.name | string | `"relay"` | | | images.relay.repository | string | `"paralusio/relay"` | relay image | -| images.relay.tag | string | `"v0.1.7"` | | +| images.relay.tag | string | `"v0.1.8"` | | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | | ingress.enabled | bool | `false` | | diff --git a/charts/ztka/values.yaml b/charts/ztka/values.yaml index 8fc20c9..21a7a22 100644 --- a/charts/ztka/values.yaml +++ b/charts/ztka/values.yaml @@ -12,27 +12,27 @@ images: name: paralus # -- Paralus paralus image repository: paralusio/paralus - tag: "v0.2.7" + tag: "v0.2.8" paralusInit: name: paralus-init # -- Paralus paralus initialize image repository: paralusio/paralus-init - tag: "v0.2.7" + tag: "v0.2.8" relay: name: relay # -- relay image repository: paralusio/relay - tag: "v0.1.7" + tag: "v0.1.8" prompt: name: prompt # -- prompt image repository: paralusio/prompt - tag: "v0.1.2" + tag: "v0.1.3" dashboard: name: dashboard # -- Paralus dashboard image repository: paralusio/dashboard - tag: "v0.2.2" + tag: "v0.2.3" # -- If defined, a imagePullPolicy applied to all deployments pullPolicy: IfNotPresent @@ -417,7 +417,7 @@ kratos: # OIDC Provider config synchronizer as sidecar to Kratos extraContainers: | - name: synchronizer - image: "paralusio/kratos-synchronizer:v0.2.7" + image: "paralusio/kratos-synchronizer:v0.2.8" volumeMounts: - name: other-configs mountPath: /etc/kratos