Skip to content

Commit

Permalink
Update to Kustomize v3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed Nov 1, 2020
1 parent 6f2f0dd commit 1fb7cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-kustomize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ KUSTOMIZE="kustomize"

function install_kustomize() {
echo "Installing $KUSTOMIZE..."
KUSTOMIZE_VERSION='v3.8.5'
KUSTOMIZE_VERSION='v3.8.6'
BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
KSOPS_VERSION=$(git rev-parse HEAD)
KSOPS_TAG=$(git describe --exact-match --tags HEAD 2>/dev/null || true )
Expand Down

0 comments on commit 1fb7cf9

Please # to comment.