We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a045fa commit 88dc1b8Copy full SHA for 88dc1b8
charts/keycloakx/values.schema.json
@@ -15,7 +15,7 @@
15
"type": "string"
16
},
17
"tag": {
18
- "type": ["string", "integer"]
+ "type": ["string", "integer", "number"]
19
20
"digest": {
21
charts/keycloakx/values.yaml
@@ -386,7 +386,7 @@ dbchecker:
386
# Docker image used to check Database readiness at startup
387
repository: docker.io/busybox
388
# Image tag for the dbchecker image
389
- tag: "1.32"
+ tag: 1.32
390
# Image pull policy for the dbchecker image
391
pullPolicy: IfNotPresent
392
# SecurityContext for the dbchecker container
0 commit comments