diff --git a/idsvr/Chart.yaml b/idsvr/Chart.yaml index 0f7db46..45c320f 100644 --- a/idsvr/Chart.yaml +++ b/idsvr/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: idsvr -version: 0.9.21 -appVersion: 6.2.1 +version: 0.9.22 +appVersion: 6.2.2 description: A Helm chart for Curity Identity Server keywords: - iam diff --git a/idsvr/README.md b/idsvr/README.md index 735f745..ba21c3f 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.2.0` +`image.tag`| Image tag |`6.2.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 d4752fb..ec0164c 100644 --- a/idsvr/values.yaml +++ b/idsvr/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: curity.azurecr.io/curity/idsvr - tag: 6.2.0 + tag: 6.2.2 pullPolicy: IfNotPresent pullSecret: