Skip to content

Commit 144a289

Browse files
committedFeb 10, 2025
Added identity server version 10.0.0
1 parent 8a99df7 commit 144a289

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎idsvr/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: idsvr
3-
version: 0.13.1
4-
appVersion: 9.7.0
3+
version: 0.13.2
4+
appVersion: 10.0.0
55
description: A Helm chart for Curity Identity Server
66
keywords:
77
- iam

‎idsvr/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In the table below you can find information about the parameters that are config
5151
| `replicaCount` | The number of runtime nodes to be deployed | `1` |
5252
| `revisionHistoryLimit` | The number of old ReplicaSets to retain to allow rollback | `10` |
5353
| `image.repository` | Image repository | `curity.azurecr.io/curity/idsvr` |
54-
| `image.tag` | Image tag | `9.7.0` |
54+
| `image.tag` | Image tag | `10.0.0` |
5555
| `image.pullPolicy` | The policy to be applied in the deployment | `IfNotPresent` |
5656
| `image.pullSecret` | The secret that is used to fetch images from the docker registry | `null` |
5757
| `nameOverride` | Override the name release name used in labels and selectors. If left blank it will be `idsvr` | `""` |

‎idsvr/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ serviceAccountAnnotations: {}
1010

1111
image:
1212
repository: curity.azurecr.io/curity/idsvr
13-
tag: 9.7.0
13+
tag: 10.0.0
1414
pullPolicy: IfNotPresent
1515
pullSecret:
1616

0 commit comments

Comments
 (0)
Please sign in to comment.