@@ -78,7 +78,7 @@ diagnosticMode:
7878image :
7979 registry : registry.drycc.cc
8080 repository : drycc-addons/redis
81- tag : 7.0
81+ tag : " 7.0"
8282 # # Specify a imagePullPolicy
8383 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
8484 # # ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -889,7 +889,7 @@ sentinel:
889889 image :
890890 registry : registry.drycc.cc
891891 repository : drycc-addons/redis-sentinel
892- tag : 7.0
892+ tag : " 7.0"
893893 # # Specify a imagePullPolicy
894894 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
895895 # # ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -1293,7 +1293,7 @@ metrics:
12931293 image :
12941294 registry : registry.drycc.cc
12951295 repository : drycc-addons/redis-exporter
1296- tag : 1
1296+ tag : " 1 "
12971297 pullPolicy : IfNotPresent
12981298 # # Optionally specify an array of imagePullSecrets.
12991299 # # Secrets must be manually created in the namespace.
@@ -1486,7 +1486,7 @@ volumePermissions:
14861486 image :
14871487 registry : registry.drycc.cc
14881488 repository : drycc/base
1489- tag : bookworm
1489+ tag : " bookworm"
14901490 pullPolicy : IfNotPresent
14911491 # # Optionally specify an array of imagePullSecrets.
14921492 # # Secrets must be manually created in the namespace.
@@ -1532,7 +1532,7 @@ sysctl:
15321532 image :
15331533 registry : registry.drycc.cc
15341534 repository : drycc/base
1535- tag : bookworm
1535+ tag : " bookworm"
15361536 pullPolicy : IfNotPresent
15371537 # # Optionally specify an array of imagePullSecrets.
15381538 # # Secrets must be manually created in the namespace.
0 commit comments