-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #388 from thomasferrandiz/fix-busybox-rke2-metrics…
…-server Use mirrored-library-busybox image
- Loading branch information
Showing
4 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
packages/rke2-metrics-server/generated-changes/patch/templates/tests/test-version.yaml.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
url: local | ||
workingDir: charts | ||
packageVersion: 04 | ||
packageVersion: 05 |