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 26209aa commit 189d7afCopy full SHA for 189d7af
chart/values.yaml
@@ -8,12 +8,12 @@ replicaCount: 1
8
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
9
image:
10
# repository: manzilrahul/k8s-custom-controller
11
- repository: ghcr.io/manzil-infinity180/deploydefender:ea3ab0bb646cdbeddd1aca483ecf650f9ac0d084
+ repository: ghcr.io/manzil-infinity180/deploydefender
12
namespace: example1
13
# This sets the pull policy for images.
14
pullPolicy: IfNotPresent
15
# Overrides the image tag whose default is the chart appVersion.
16
- tag: "latest" # 1.0.9
+ tag: "ea3ab0bb646cdbeddd1aca483ecf650f9ac0d084" # 1.0.9 # "latest"
17
18
webhook:
19
name: webhook2
0 commit comments