Skip to content

Commit

Permalink
feat(plugin-stable): switch to stable version to avoid disruptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio authored and bostrt committed Jun 30, 2022
1 parent 8d7a2ef commit 2fbc870
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions manifests/openshift-conformance-validated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ podSpec:
serviceAccountName: sonobuoy-serviceaccount
containers:
- name: report-progress
image: quay.io/mrbraga/openshift-tests-provider-cert:devel
image: quay.io/ocp-cert/openshift-tests-provider-cert:stable
imagePullPolicy: Always
priorityClassName: system-node-critical
command: ["./report-progress.sh"]
Expand Down Expand Up @@ -34,7 +34,7 @@ sonobuoy-config:
skipCleanup: true
spec:
name: plugin
image: quay.io/mrbraga/openshift-tests-provider-cert:devel
image: quay.io/ocp-cert/openshift-tests-provider-cert:stable
imagePullPolicy: Always
priorityClassName: system-node-critical
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions manifests/openshift-kube-conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ podSpec:
serviceAccountName: sonobuoy-serviceaccount
containers:
- name: report-progress
image: quay.io/mrbraga/openshift-tests-provider-cert:devel
image: quay.io/ocp-cert/openshift-tests-provider-cert:stable
imagePullPolicy: Always
priorityClassName: system-node-critical
command: ["./report-progress.sh"]
Expand Down Expand Up @@ -34,7 +34,7 @@ sonobuoy-config:
skipCleanup: true
spec:
name: plugin
image: quay.io/mrbraga/openshift-tests-provider-cert:devel
image: quay.io/ocp-cert/openshift-tests-provider-cert:stable
imagePullPolicy: Always
priorityClassName: system-node-critical
volumeMounts:
Expand Down
8 changes: 4 additions & 4 deletions pkg/assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2fbc870

Please sign in to comment.