Skip to content

Commit

Permalink
added readme entry for extraEnv and bumped version for 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anestos committed Jul 1, 2021
1 parent 44c2d78 commit 699719b
Show file tree
Hide file tree
Showing 3 changed files with 6 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.22
appVersion: 6.2.2
version: 0.9.23
appVersion: 6.3.0
description: A Helm chart for Curity Identity Server
keywords:
- iam
Expand Down
4 changes: 3 additions & 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.azurecr.io/curity/idsvr`
`image.tag`| Image tag |`6.2.2`
`image.tag`| Image tag |`6.3.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 All @@ -57,6 +57,7 @@ Parameter | Description | Default
`curity.admin.role`| The role of the admin server |`admin`
`curity.admin.service.type`| The admin service type |`ClusterIP`
`curity.admin.service.port`| The admin configuration port |`6789`
`curity.admin.extraEnv`| Extra environment variables to provide to the admin container |`[]`
`curity.admin.livenessProbe.timeoutSeconds`| LivenessProbe `timeoutSeconds` for the admin deployment |`1`
`curity.admin.livenessProbe.failureThreshold`| LivenessProbe `failureThreshold` for the admin deployment |`3`
`curity.admin.livenessProbe.periodSeconds`| LivenessProbe `periodSeconds` for the admin deployment |`10`
Expand All @@ -74,6 +75,7 @@ Parameter | Description | Default
`curity.runtime.service.type`| The runtime service type |`ClusterIP`
`curity.runtime.service.port`| The runtime service port |`8443`
`curity.runtime.deployment.port`| The runtime deployment port |`8443`
`curity.runtime.extraEnv`| Extra environment variables to provide to the runtime container |`[]`
`curity.runtime.livenessProbe.timeoutSeconds`| LivenessProbe `timeoutSeconds` for the runtime deployment |`1`
`curity.runtime.livenessProbe.failureThreshold`| LivenessProbe `failureThreshold` for the runtime deployment |`3`
`curity.runtime.livenessProbe.periodSeconds`| LivenessProbe `periodSeconds` for the runtime deployment |`10`
Expand Down
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.azurecr.io/curity/idsvr
tag: 6.2.2
tag: 6.3.0
pullPolicy: IfNotPresent
pullSecret:

Expand Down

0 comments on commit 699719b

Please sign in to comment.