Skip to content

Commit 88dc1b8

Browse files
committed
allow number as tag
Signed-off-by: Stefan Gries <[email protected]>
1 parent 8a045fa commit 88dc1b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/keycloakx/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type": "string"
1616
},
1717
"tag": {
18-
"type": ["string", "integer"]
18+
"type": ["string", "integer", "number"]
1919
},
2020
"digest": {
2121
"type": "string"

charts/keycloakx/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ dbchecker:
386386
# Docker image used to check Database readiness at startup
387387
repository: docker.io/busybox
388388
# Image tag for the dbchecker image
389-
tag: "1.32"
389+
tag: 1.32
390390
# Image pull policy for the dbchecker image
391391
pullPolicy: IfNotPresent
392392
# SecurityContext for the dbchecker container

0 commit comments

Comments
 (0)