From 7fe8fcebdcdccc9faf13339ea5fed0f764c34d0d Mon Sep 17 00:00:00 2001 From: Nikos Anestos Date: Wed, 29 Jul 2020 00:26:59 +0200 Subject: [PATCH] version 5.2.0 release of Curity Identity Server --- idsvr/Chart.yaml | 4 ++-- idsvr/README.md | 2 +- idsvr/index.yaml | 23 +++++++++++++++++++++++ idsvr/values.yaml | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 idsvr/index.yaml diff --git a/idsvr/Chart.yaml b/idsvr/Chart.yaml index 334e7dc..633adb5 100644 --- a/idsvr/Chart.yaml +++ b/idsvr/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: idsvr -version: 0.9.4 -appVersion: 5.1.0 +version: 0.9.5 +appVersion: 5.2.0 description: A Helm chart for Curity Identity Server keywords: - iam diff --git a/idsvr/README.md b/idsvr/README.md index 396b64f..c87b5e3 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/idsvr` -`image.tag`| Image tag |`5.1.0` +`image.tag`| Image tag |`5.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/index.yaml b/idsvr/index.yaml new file mode 100644 index 0000000..9d6d0cb --- /dev/null +++ b/idsvr/index.yaml @@ -0,0 +1,23 @@ +apiVersion: v1 +entries: + idsvr: + - apiVersion: v1 + appVersion: 5.2.0 + created: "2020-07-29T00:25:59.297748+02:00" + description: A Helm chart for Curity Identity Server + digest: add0f3a7d4e8a0805204f0a0bc5a0b5f6915b5680b40d1509ff6f0f7bb666f35 + home: https://curity.io + icon: https://curity.io/assets/images/curity-logo-landscape.svg + keywords: + - iam + - oauth + - openid connect + - ldap + - sso + - saml + - scim + name: idsvr + urls: + - https://curityio.github.io/idsvr-helm/idsvr-0.9.5.tgz + version: 0.9.5 +generated: "2020-07-29T00:25:59.296381+02:00" diff --git a/idsvr/values.yaml b/idsvr/values.yaml index eecd79d..6e22187 100644 --- a/idsvr/values.yaml +++ b/idsvr/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: curity/idsvr - tag: 5.1.0 + tag: 5.2.0 pullPolicy: IfNotPresent pullSecret: