From 65b1939ca1886e690ec8c1a3641c8b93e19c4244 Mon Sep 17 00:00:00 2001 From: Nikos Anestos Date: Mon, 28 Mar 2022 19:36:00 +0200 Subject: [PATCH] bump version to 7.0.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 5caabec..48e1c39 100644 --- a/idsvr/Chart.yaml +++ b/idsvr/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: idsvr -version: 0.9.41 -appVersion: 6.8.1 +version: 0.9.42 +appVersion: 7.0.0 description: A Helm chart for Curity Identity Server keywords: - iam diff --git a/idsvr/README.md b/idsvr/README.md index c5edf84..47bef92 100644 --- a/idsvr/README.md +++ b/idsvr/README.md @@ -45,7 +45,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 |`6.8.1` +`image.tag`| Image tag |`7.0.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 5a0dd43..330c849 100644 --- a/idsvr/values.yaml +++ b/idsvr/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: curity.azurecr.io/curity/idsvr - tag: 6.8.1 + tag: 7.0.0 pullPolicy: IfNotPresent pullSecret: