Skip to content

Commit

Permalink
Bump versions in the validation script
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <[email protected]>
(cherry picked from commit cb277ca)
  • Loading branch information
dhaiducek authored and magic-mirror-bot[bot] committed Jan 4, 2024
1 parent a10df21 commit 3f216cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/validate-policies.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

KUBECONFORM=kubeconform
KC_VERSION=v0.5.0
KUSTOMIZE_VERSION=v4.5.7
KC_VERSION=v0.6.4
KUSTOMIZE_VERSION=v5.3.0
GENERATOR_PATH=policy.open-cluster-management.io/v1/policygenerator

# Validate the policy resource file under the directory provided
Expand Down Expand Up @@ -74,7 +74,7 @@ validatePolicies community

# Install kustomize
echo "Installing kustomize"
GO111MODULE=on go install sigs.k8s.io/kustomize/kustomize/v4@$KUSTOMIZE_VERSION
GO111MODULE=on go install sigs.k8s.io/kustomize/kustomize/v5@$KUSTOMIZE_VERSION

# Install the Policy Generator kustomize plugin
export KUSTOMIZE_PLUGIN_HOME=${GOBIN}
Expand Down

0 comments on commit 3f216cc

Please sign in to comment.