Skip to content

Commit 04c1f39

Browse files
authored
chore: remove bitnami/kubectl (#17116)
2 parents 005e47c + 8e59edb commit 04c1f39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spartan/aztec-network/templates/_helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Service Address Setup Container
104104
*/}}
105105
{{- define "aztec-network.serviceAddressSetupContainer" -}}
106106
- name: setup-service-addresses
107-
image: bitnami/kubectl
107+
image: rancher/kubectl:v1.34.1
108108
command:
109109
- /bin/bash
110110
- -c
@@ -306,7 +306,7 @@ Combined P2P, and Service Address Setup Container
306306
{{- define "aztec-network.combinedAllSetupContainer" -}}
307307
{{- $serviceName := base $.Template.Name | trimSuffix ".yaml" -}}
308308
- name: setup-all
309-
image: bitnami/kubectl
309+
image: rancher/kubectl:v1.34.1
310310
command:
311311
- /bin/bash
312312
- -c

spartan/aztec-node/templates/_pod-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
{{- end }}
3838
{{- if or .Values.service.p2p.nodePortEnabled .Values.hostNetwork }}
3939
- name: init-nodeport
40-
image: bitnami/kubectl
40+
image: rancher/kubectl:v1.34.1
4141
securityContext:
4242
runAsNonRoot: false
4343
runAsUser: 0

0 commit comments

Comments
 (0)