Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump kubeconform/manifestlint to v0.6.7 #948

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prow/config/jobs/metal3-io/baremetal-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ presubmits:
value: "TRUE"
- name: KUBECONFORM_PATH
value: "/"
image: ghcr.io/yannh/kubeconform:v0.6.2-alpine@sha256:49b5f6b320d30c1b8b72a7abdf02740ac9dc36a3ba23b934d1c02f7b37e6e740
image: ghcr.io/yannh/kubeconform:v0.6.7-alpine@sha256:824e0c248809e4b2da2a768b16b107cf17ada88a89ec6aa6050e566ba93ebbc6
imagePullPolicy: Always
# name: {job_prefix}-{image_os}-e2e-basic-test-{capm3_target_branch}
- name: metal3-centos-e2e-basic-test-main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ presubmits:
value: "TRUE"
- name: KUBECONFORM_PATH
value: "/"
image: ghcr.io/yannh/kubeconform:v0.6.2-alpine@sha256:49b5f6b320d30c1b8b72a7abdf02740ac9dc36a3ba23b934d1c02f7b37e6e740
image: ghcr.io/yannh/kubeconform:v0.6.7-alpine@sha256:824e0c248809e4b2da2a768b16b107cf17ada88a89ec6aa6050e566ba93ebbc6
imagePullPolicy: Always
- name: build
branches:
Expand Down
2 changes: 1 addition & 1 deletion prow/config/jobs/metal3-io/ip-address-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ presubmits:
value: "TRUE"
- name: KUBECONFORM_PATH
value: "/"
image: ghcr.io/yannh/kubeconform:v0.6.2-alpine@sha256:49b5f6b320d30c1b8b72a7abdf02740ac9dc36a3ba23b934d1c02f7b37e6e740
image: ghcr.io/yannh/kubeconform:v0.6.7-alpine@sha256:824e0c248809e4b2da2a768b16b107cf17ada88a89ec6aa6050e566ba93ebbc6
imagePullPolicy: Always
# name: {job_prefix}-{image_os}-e2e-basic-test-{capm3_target_branch}
- name: metal3-centos-e2e-basic-test-main
Expand Down
18 changes: 18 additions & 0 deletions prow/config/jobs/metal3-io/ironic-standalone-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,21 @@ presubmits:
value: "TRUE"
image: docker.io/pipelinecomponents/markdownlint-cli2:0.12.0@sha256:a3977fba9814f10d33a1d69ae607dc808e7a6470b2ba03e84c17193c0791aac0
imagePullPolicy: Always
- name: manifestlint
branches:
- main
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
spec:
containers:
- args:
- ./hack/manifestlint.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
- name: KUBECONFORM_PATH
value: "/"
image: ghcr.io/yannh/kubeconform:v0.6.7-alpine@sha256:824e0c248809e4b2da2a768b16b107cf17ada88a89ec6aa6050e566ba93ebbc6
imagePullPolicy: Always
Loading