Skip to content

Commit fd4e089

Browse files
authored
Mirror helm template and update tags (#139)
1 parent de24e10 commit fd4e089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/mirrorImages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ imagearray["gcr.io/kpt-functions/read-yaml"]="gcr.io/config-management-release/r
77
imagearray["gcr.io/kpt-functions/write-yaml"]="gcr.io/config-management-release/write-yaml"
88
imagearray["gcr.io/kpt-functions/gatekeeper-validate"]="gcr.io/config-management-release/policy-controller-validate"
99
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"
1011

1112
for image in "${!imagearray[@]}"; do
1213
docker pull ${image}

0 commit comments

Comments
 (0)