Skip to content

Commit

Permalink
Merge pull request #388 from thomasferrandiz/fix-busybox-rke2-metrics…
Browse files Browse the repository at this point in the history
…-server

Use mirrored-library-busybox image
  • Loading branch information
thomasferrandiz authored Jan 3, 2024
2 parents 1a976a4 + 29e23fd commit 4f4ec99
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- charts-original/templates/tests/test-version.yaml
+++ charts/templates/tests/test-version.yaml
@@ -12,7 +12,7 @@
spec:
containers:
- name: wget
- image: busybox
+ image: {{ template "system_default_registry" . }}mirrored-library-busybox:1.36.1
command: ['/bin/sh']
args:
- -c
2 changes: 1 addition & 1 deletion packages/rke2-metrics-server/package.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
url: https://charts.helm.sh/stable/packages/metrics-server-2.11.1.tgz
packageVersion: 11
packageVersion: 12
releaseCandidateVersion: 00
4 changes: 2 additions & 2 deletions packages/rke2-multus/charts/templates/dhcp-daemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
nodeSelector: {{- toYaml .Values.labels.nodeSelector | nindent 8 }}
initContainers:
- name: kube-{{ .Chart.Name }}-dhcp-cleanup
image: busybox
image: {{ template "system_default_registry" . }}mirrored-library-busybox:1.36.1
command: ["rm", "-f", "/run/cni/dhcp.sock"]
securityContext:
privileged: true
Expand All @@ -36,7 +36,7 @@ spec:
mountPath: /host/run/cni
containers:
- name: kube-{{ .Chart.Name }}-dhcp
image: busybox
image: {{ template "system_default_registry" . }}mirrored-library-busybox:1.36.1
command: ["/opt/cni/bin/dhcp", "daemon"]
securityContext:
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-multus/package.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
url: local
workingDir: charts
packageVersion: 04
packageVersion: 05

0 comments on commit 4f4ec99

Please sign in to comment.