Skip to content

Commit

Permalink
Updated version of Curity Identity Server to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjoshi2023 committed Feb 12, 2024
1 parent 8fb9edf commit 030b9e0
Show file tree
Hide file tree
Showing 3 changed files with 4 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.12.20
appVersion: 8.7.0
version: 0.12.21
appVersion: 9.0.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 @@ -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 | `8.7.0` |
| `image.tag` | Image tag | `9.0.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
2 changes: 1 addition & 1 deletion idsvr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ serviceAccountAnnotations: {}

image:
repository: curity.azurecr.io/curity/idsvr
tag: 8.7.0
tag: 9.0.0
pullPolicy: IfNotPresent
pullSecret:

Expand Down

0 comments on commit 030b9e0

Please sign in to comment.