move image to values
This commit is contained in:
@@ -12,9 +12,9 @@ controllers:
|
|||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: cloudflare/cloudflared
|
repository: {{ .Values.image.repository }}
|
||||||
tag: "2024.5.0"
|
tag: {{ .Values.image.tag }}
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
args:
|
args:
|
||||||
- tunnel
|
- tunnel
|
||||||
- --protocol
|
- --protocol
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
name: cloudflared
|
name: cloudflared
|
||||||
existingSecretName: cloudflared-secret
|
existingSecretName: cloudflared-secret
|
||||||
existingSecretKey: cf-tunnel-token
|
existingSecretKey: cf-tunnel-token
|
||||||
|
image:
|
||||||
|
repository: cloudflare/cloudflared
|
||||||
|
tag: "2024.5.0"
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
Reference in New Issue
Block a user