Skip to content

Commit

Permalink
version 5.2.0 release of Curity Identity Server
Browse files Browse the repository at this point in the history
  • Loading branch information
anestos committed Jul 28, 2020
1 parent 111b75d commit 7fe8fce
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
4 changes: 2 additions & 2 deletions idsvr/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion idsvr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |`""`
Expand Down
23 changes: 23 additions & 0 deletions idsvr/index.yaml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion idsvr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: curity/idsvr
tag: 5.1.0
tag: 5.2.0
pullPolicy: IfNotPresent
pullSecret:

Expand Down

0 comments on commit 7fe8fce

Please sign in to comment.