We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de24e10 commit fd4e089Copy full SHA for fd4e089
scripts/mirrorImages.sh
@@ -7,6 +7,7 @@ imagearray["gcr.io/kpt-functions/read-yaml"]="gcr.io/config-management-release/r
7
imagearray["gcr.io/kpt-functions/write-yaml"]="gcr.io/config-management-release/write-yaml"
8
imagearray["gcr.io/kpt-functions/gatekeeper-validate"]="gcr.io/config-management-release/policy-controller-validate"
9
imagearray["gcr.io/kpt-dev/kpt"]="gcr.io/config-management-release/kpt"
10
+imagearray["gcr.io/kpt-functions/helm-template"]="gcr.io/kpt-functions/helm-template"
11
12
for image in "${!imagearray[@]}"; do
13
docker pull ${image}
0 commit comments