You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Helm chart for running the odrl-pap on kubernetes.
6
6
@@ -43,7 +43,7 @@ A Helm chart for running the odrl-pap on kubernetes.
43
43
| deployment.command | list |`[]`| command to be used for starting the container |
44
44
| deployment.image.pullPolicy | string |`"IfNotPresent"`| specification of the image pull policy |
45
45
| deployment.image.repository | string |`"quay.io/fiware/odrl-pap"`| til image name ref: https://quay.io/repository/wistefan/odrl-pap|
46
-
| deployment.image.tag | string |`"1.2.0"`|tag of the image to be used|
46
+
| deployment.image.tag | string |`""`|overrides the image tag whose default is the chart appVersion|
47
47
| deployment.imagePullSecrets | list |`[]`| secrets for pulling images from a private repository ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/|
48
48
| deployment.livenessProbe.failureThreshold | int |`3`||
49
49
| deployment.livenessProbe.initialDelaySeconds | int |`30`||
A Helm chart for running the trusted-issuers-list on kubernetes.
6
6
@@ -42,7 +42,7 @@ A Helm chart for running the trusted-issuers-list on kubernetes.
42
42
| deployment.healthPort | int |`9090`| port to request health information at |
43
43
| deployment.image.pullPolicy | string |`"IfNotPresent"`| specification of the image pull policy |
44
44
| deployment.image.repository | string |`"quay.io/fiware/trusted-issuers-list"`| til image name ref: https://quay.io/repository/fiware/trusted-issuers-list|
45
-
| deployment.image.tag | string |`"0.6.0"`|tag of the image to be used|
45
+
| deployment.image.tag | string |`""`|overrides the image tag whose default is the chart appVersion.|
46
46
| deployment.livenessProbe.failureThreshold | int |`3`||
47
47
| deployment.livenessProbe.initialDelaySeconds | int |`30`||
48
48
| deployment.livenessProbe.periodSeconds | int |`10`||
A Helm chart for running the trusted-issuers-registry on kubernetes.
6
6
@@ -32,7 +32,7 @@ A Helm chart for running the trusted-issuers-registry on kubernetes.
32
32
| deployment.healthPort | int |`9090`| port to request health information at |
33
33
| deployment.image.pullPolicy | string |`"IfNotPresent"`| specification of the image pull policy |
34
34
| deployment.image.repository | string |`"quay.io/fiware/trusted-issuers-registry"`| tir image name ref: https://quay.io/repository/fiware/trusted-issuers-registry|
35
-
| deployment.image.tag | string |`"0.6.0"`|tag of the image to be used|
35
+
| deployment.image.tag | string |`""`|overrides the image tag whose default is the chart appVersion|
36
36
| deployment.livenessProbe.failureThreshold | int |`3`||
37
37
| deployment.livenessProbe.initialDelaySeconds | int |`30`||
38
38
| deployment.livenessProbe.periodSeconds | int |`10`||
0 commit comments