diff --git a/idsvr/Chart.yaml b/idsvr/Chart.yaml index 3304a08..fb523a7 100644 --- a/idsvr/Chart.yaml +++ b/idsvr/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: idsvr -version: 0.12.23 -appVersion: 9.1.0 +version: 0.12.24 +appVersion: 9.2.0 description: A Helm chart for Curity Identity Server keywords: - iam diff --git a/idsvr/README.md b/idsvr/README.md index a6c706a..1900b14 100644 --- a/idsvr/README.md +++ b/idsvr/README.md @@ -51,7 +51,7 @@ In the table below you can find information about the parameters that are config | `replicaCount` | The number of runtime nodes to be deployed | `1` | | `revisionHistoryLimit` | The number of old ReplicaSets to retain to allow rollback | `10` | | `image.repository` | Image repository | `curity.azurecr.io/curity/idsvr` | -| `image.tag` | Image tag | `9.1.0` | +| `image.tag` | Image tag | `9.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 0825889..994311a 100644 --- a/idsvr/values.yaml +++ b/idsvr/values.yaml @@ -10,7 +10,7 @@ serviceAccountAnnotations: {} image: repository: curity.azurecr.io/curity/idsvr - tag: 9.1.0 + tag: 9.2.0 pullPolicy: IfNotPresent pullSecret: