Skip to content

Commit 189d7af

Browse files
Update values.yaml
1 parent 26209aa commit 189d7af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ replicaCount: 1
88
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
99
image:
1010
# repository: manzilrahul/k8s-custom-controller
11-
repository: ghcr.io/manzil-infinity180/deploydefender:ea3ab0bb646cdbeddd1aca483ecf650f9ac0d084
11+
repository: ghcr.io/manzil-infinity180/deploydefender
1212
namespace: example1
1313
# This sets the pull policy for images.
1414
pullPolicy: IfNotPresent
1515
# Overrides the image tag whose default is the chart appVersion.
16-
tag: "latest" # 1.0.9
16+
tag: "ea3ab0bb646cdbeddd1aca483ecf650f9ac0d084" # 1.0.9 # "latest"
1717

1818
webhook:
1919
name: webhook2

0 commit comments

Comments
 (0)