From a701bc006667deb8d630d603672b19d873fe38f1 Mon Sep 17 00:00:00 2001 From: Nikos Anestos Date: Mon, 20 Jun 2022 09:57:36 -0600 Subject: [PATCH] bump idsvr version to 7.2.0 --- idsvr/Chart.yaml | 4 ++-- idsvr/README.md | 2 +- idsvr/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/idsvr/Chart.yaml b/idsvr/Chart.yaml index 2fa20d8..798886f 100644 --- a/idsvr/Chart.yaml +++ b/idsvr/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: idsvr -version: 0.10.2 -appVersion: 7.1.0 +version: 0.10.3 +appVersion: 7.2.0 description: A Helm chart for Curity Identity Server keywords: - iam diff --git a/idsvr/README.md b/idsvr/README.md index ba236c8..a747192 100644 --- a/idsvr/README.md +++ b/idsvr/README.md @@ -46,7 +46,7 @@ Parameter | Description --- |--------------------------------------------------------------------------------------------------------------------------------------| --- `replicaCount`| The number of runtime nodes to be deployed | `1` `image.repository`| Image repository | `curity.azurecr.io/curity/idsvr` -`image.tag`| Image tag | `7.1.0` +`image.tag`| Image tag | `7.2.0` `image.pullPolicy`| The policy to be applied in the deployment | `IfNotPresent` `image.pullSecret`| The secret that is used to fetch images from the docker registry | `null` `nameOverride`| Override the name release name used in labels and selectors. If left blank it will be `idsvr` | `""` diff --git a/idsvr/values.yaml b/idsvr/values.yaml index 55d6b75..4b3a9c0 100644 --- a/idsvr/values.yaml +++ b/idsvr/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: curity.azurecr.io/curity/idsvr - tag: 7.1.0 + tag: 7.2.0 pullPolicy: IfNotPresent pullSecret: