feat: updated images
This commit is contained in:
+17
-5
@@ -4,11 +4,23 @@
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: nginx
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "1.30"
|
||||
container1:
|
||||
image:
|
||||
repository: nginx-bookworm
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "1.28"
|
||||
|
||||
container2:
|
||||
image:
|
||||
repository: nginx-alpine
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "1.27"
|
||||
|
||||
container3:
|
||||
image:
|
||||
repository: nginx
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "1.26"
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
||||
Reference in New Issue
Block a user