Skip to content

Commit

Permalink
Update dependency garethahealy/openshift-json-schema to v4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 838772b commit 3a0e9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gatekeeper-k8s-integrationtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Validate integration test data via kubeconform
env:
# renovate: datasource=github-releases depName=garethahealy/openshift-json-schema
OCP_SCHEMA_VERSION: "4.16.0"
OCP_SCHEMA_VERSION: "4.17.0"
uses: docker://ghcr.io/yannh/kubeconform:v0.6.7@sha256:0925177fb05b44ce18574076141b5c3d83235e1904d3f952182ac99ddc45762c
with:
args: -summary -kubernetes-version ${{ env.OCP_SCHEMA_VERSION }} -schema-location "https://raw.githubusercontent.com/garethahealy/openshift-json-schema/main/{{ .NormalizedKubernetesVersion }}/schemas/{{ .ResourceKind }}{{ .KindSuffix }}.json" ${{ steps.data.outputs.files }}
Expand Down
2 changes: 1 addition & 1 deletion _test/opa-profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ load test_helper/bats-support/load
load test_helper/redhatcop-bats-library/load

# renovate: datasource=github-releases depName=garethahealy/openshift-json-schema
ocp_schema_version="4.16.0"
ocp_schema_version="4.17.0"

setup_file() {
rm -rf /tmp/rhcop
Expand Down

0 comments on commit 3a0e9c5

Please sign in to comment.