Skip to content

Commit

Permalink
remove pull policy: always
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Oct 24, 2023
1 parent 48a16de commit a305ac5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/tezos/templates/activate-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
{{- include "tezos.init_container.chain_initiator" $ | indent 8 }}
initContainers:
- image: {{ .Values.tezos_k8s_images.utils }}
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: config-generator
args:
- config-generator
Expand Down
2 changes: 1 addition & 1 deletion charts/tezos/templates/octez-signer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
{{ tpl (.Files.Get "scripts/remote-signer.sh") $ | indent 12 }}
initContainers:
- image: {{ .Values.tezos_k8s_images.utils }}
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: config-generator
args:
- "config-generator"
Expand Down
4 changes: 2 additions & 2 deletions test/charts/private-chain.expect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ spec:
initContainers:
- image: ghcr.io/oxheadalpha/tezos-k8s-utils:master
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: config-generator
args:
- "config-generator"
Expand Down Expand Up @@ -1655,7 +1655,7 @@ spec:
name: var-volume
initContainers:
- image: ghcr.io/oxheadalpha/tezos-k8s-utils:master
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: config-generator
args:
- config-generator
Expand Down

0 comments on commit a305ac5

Please sign in to comment.