Skip to content

Commit

Permalink
Merge pull request #5 from OCP-on-NERC/feature/update-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
larsks authored Dec 11, 2024
2 parents 6e6053b + f660ebe commit 8050c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
run: |
${COMMON_CI}/scripts/validate-manifests.sh
env:
ADDITIONAL_SCHEMAS: "${{ env.OCP_SCHEMAS }}/schemas"
ADDITIONAL_SCHEMAS: "${{ env.OCP_SCHEMAS }}/schemas.json"
2 changes: 1 addition & 1 deletion scripts/install-kubeconform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

: "${KUBECONFORM_VERSION:=0.6.1}"
: "${KUBECONFORM_VERSION:=0.6.7}"

echo "Installing kubeconform to ${BINDIR}/kubeconform..."
mkdir -p "$BINDIR"
Expand Down

0 comments on commit 8050c9f

Please sign in to comment.