Skip to content

Commit

Permalink
OPCT-4: bump to release v0.3.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio authored Feb 16, 2023
1 parent 8f9fb32 commit aa64eb7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions manifests/openshift-artifacts-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ podSpec:
emptyDir: {}
containers:
- name: report-progress
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0
imagePullPolicy: Always
priorityClassName: system-node-critical
command: ["./report-progress.sh"]
Expand Down Expand Up @@ -39,7 +39,7 @@ sonobuoy-config:
skipCleanup: true
spec:
name: plugin
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0
imagePullPolicy: Always
volumeMounts:
- mountPath: /tmp/sonobuoy/results
Expand Down
4 changes: 2 additions & 2 deletions manifests/openshift-cluster-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ podSpec:
emptyDir: {}
containers:
- name: report-progress
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0
imagePullPolicy: Always
priorityClassName: system-node-critical
command: ["./report-progress.sh"]
Expand Down Expand Up @@ -39,7 +39,7 @@ sonobuoy-config:
skipCleanup: true
spec:
name: plugin
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0
imagePullPolicy: Always
priorityClassName: system-node-critical
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions manifests/openshift-conformance-validated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ podSpec:
emptyDir: {}
containers:
- name: report-progress
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0
imagePullPolicy: Always
priorityClassName: system-node-critical
command: ["./report-progress.sh"]
Expand Down Expand Up @@ -39,7 +39,7 @@ sonobuoy-config:
skipCleanup: true
spec:
name: plugin
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0
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 @@ -6,7 +6,7 @@ podSpec:
emptyDir: {}
containers:
- name: report-progress
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0
imagePullPolicy: Always
priorityClassName: system-node-critical
command: ["./report-progress.sh"]
Expand Down Expand Up @@ -39,7 +39,7 @@ sonobuoy-config:
skipCleanup: true
spec:
name: plugin
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0-alpha1
image: quay.io/ocp-cert/openshift-tests-provider-cert:v0.3.0
imagePullPolicy: Always
priorityClassName: system-node-critical
volumeMounts:
Expand Down
16 changes: 8 additions & 8 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 aa64eb7

Please sign in to comment.