File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : idsvr
3
- version : 0.13.4
4
- appVersion : 10.0.2
3
+ version : 0.13.5
4
+ appVersion : 10.1.0
5
5
description : A Helm chart for Curity Identity Server
6
6
keywords :
7
7
- iam
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ In the table below you can find information about the parameters that are config
51
51
| ` replicaCount ` | The number of runtime nodes to be deployed | ` 1 ` |
52
52
| ` revisionHistoryLimit ` | The number of old ReplicaSets to retain to allow rollback | ` 10 ` |
53
53
| ` image.repository ` | Image repository | ` curity.azurecr.io/curity/idsvr ` |
54
- | ` image.tag ` | Image tag | ` 10.0.2 ` |
54
+ | ` image.tag ` | Image tag | ` 10.1.0 ` |
55
55
| ` image.pullPolicy ` | The policy to be applied in the deployment | ` IfNotPresent ` |
56
56
| ` image.pullSecret ` | The secret that is used to fetch images from the docker registry | ` null ` |
57
57
| ` nameOverride ` | Override the name release name used in labels and selectors. If left blank it will be ` idsvr ` | ` "" ` |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ serviceAccountAnnotations: {}
10
10
11
11
image :
12
12
repository : curity.azurecr.io/curity/idsvr
13
- tag : 10.0.2
13
+ tag : 10.1.0
14
14
pullPolicy : IfNotPresent
15
15
pullSecret :
16
16
You can’t perform that action at this time.
0 commit comments