Skip to content

Commit

Permalink
Fix OSD provisioner failure on GCP (#630)
Browse files Browse the repository at this point in the history
* use openshift-osd:0.2.20 which fixes OSD provisioning issue on GCP and adds failure diagnostics gathering
  • Loading branch information
Shane Bostick authored Feb 24, 2022
1 parent d61f903 commit 7c980d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chart/infra-server/static/workflow-osd-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- name: create
activeDeadlineSeconds: 7200
container:
image: gcr.io/stackrox-infra/automation-flavors/openshift-osd:0.2.18
image: gcr.io/stackrox-infra/automation-flavors/openshift-osd:0.2.20
imagePullPolicy: Always
args:
- aws
Expand Down Expand Up @@ -104,7 +104,7 @@ spec:
- name: destroy
activeDeadlineSeconds: 3600
container:
image: gcr.io/stackrox-infra/automation-flavors/openshift-osd:0.2.18
image: gcr.io/stackrox-infra/automation-flavors/openshift-osd:0.2.20
imagePullPolicy: Always
args:
- aws
Expand Down
4 changes: 2 additions & 2 deletions chart/infra-server/static/workflow-osd-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- name: create
activeDeadlineSeconds: 7200
container:
image: gcr.io/stackrox-infra/automation-flavors/openshift-osd:0.2.18
image: gcr.io/stackrox-infra/automation-flavors/openshift-osd:0.2.20
imagePullPolicy: Always
args:
- gcp
Expand Down Expand Up @@ -101,7 +101,7 @@ spec:
- name: destroy
activeDeadlineSeconds: 3600
container:
image: gcr.io/stackrox-infra/automation-flavors/openshift-osd:0.2.18
image: gcr.io/stackrox-infra/automation-flavors/openshift-osd:0.2.20
imagePullPolicy: Always
args:
- gcp
Expand Down

0 comments on commit 7c980d5

Please sign in to comment.