Show kustomize version during build.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -105,6 +105,7 @@ RUN true && set -x && \ | ... | @@ -105,6 +105,7 @@ RUN true && set -x && \ |
105 | mkdir -p $HELM_PLUGINS && \ | 105 | mkdir -p $HELM_PLUGINS && \ |
106 | tar -C $HELM_PLUGINS -xf /srv/helm-diff-linux-amd64.tgz && \ | 106 | tar -C $HELM_PLUGINS -xf /srv/helm-diff-linux-amd64.tgz && \ |
107 | tar -C $HELM_PLUGINS -xf /srv/helm-git.tar.gz && \ | 107 | tar -C $HELM_PLUGINS -xf /srv/helm-git.tar.gz && \ |
108 | kustomize version && \ | ||
108 | helm version && helm plugin list && \ | 109 | helm version && helm plugin list && \ |
109 | helmfile version && \ | 110 | helmfile version && \ |
110 | istioctl version --remote=false && \ | 111 | istioctl version --remote=false && \ | ... | ... |
-
Please register or sign in to post a comment