From b4767bfb0c4a6e88194d08761b0ad81c84900a15 Mon Sep 17 00:00:00 2001 From: Nikos Anestos Date: Wed, 20 Apr 2022 18:30:04 +0200 Subject: [PATCH] bumped to 7.0.2 version of the Curity Identity Server --- 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 64d17ee..98fb2ab 100644 --- a/idsvr/Chart.yaml +++ b/idsvr/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: idsvr -version: 0.10.0 -appVersion: 7.0.1 +version: 0.10.1 +appVersion: 7.0.2 description: A Helm chart for Curity Identity Server keywords: - iam diff --git a/idsvr/README.md b/idsvr/README.md index aa8f495..26eda75 100644 --- a/idsvr/README.md +++ b/idsvr/README.md @@ -46,7 +46,7 @@ Parameter | Description | Default --- | --- | --- `replicaCount`| The number of runtime nodes to be deployed | `1` `image.repository`| Image repository | `curity.azurecr.io/curity/idsvr` -`image.tag`| Image tag | `7.0.1` +`image.tag`| Image tag | `7.0.2` `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 3609c6f..c8cac9e 100644 --- a/idsvr/values.yaml +++ b/idsvr/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: curity.azurecr.io/curity/idsvr - tag: 7.0.1 + tag: 7.0.2 pullPolicy: IfNotPresent pullSecret: