Skip to content

Commit e653eab

Browse files
authored
DPTP-4833: Disable sigstore verification for 4.22 hive clusterpools (#78668)
...until they are no longer using nightlies.
1 parent c24402a commit e653eab

5 files changed

Lines changed: 15 additions & 0 deletions

clusters/hosted-mgmt/hive/pools/openshift-ci/ci-ocp-4-22-0-amd64-aws-us-east-1_clusterpool.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ spec:
2323
installAttemptsLimit: 1
2424
installConfigSecretTemplateRef:
2525
name: install-config-aws-us-east-1
26+
installerEnv:
27+
- name: OPENSHIFT_INSTALL_EXPERIMENTAL_DISABLE_IMAGE_POLICY
28+
value: "true"
2629
labels:
2730
tp.openshift.io/owner: openshift-ci
2831
maxSize: 10

clusters/hosted-mgmt/hive/pools/openshift-observability/obs-ocp-4-22-0-amd64-aws-us-east-2_clusterpool.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ spec:
2323
installAttemptsLimit: 1
2424
installConfigSecretTemplateRef:
2525
name: install-config-aws-us-east-2
26+
installerEnv:
27+
- name: OPENSHIFT_INSTALL_EXPERIMENTAL_DISABLE_IMAGE_POLICY
28+
value: "true"
2629
labels:
2730
tp.openshift.io/owner: obs
2831
maxSize: 20

clusters/hosted-mgmt/hive/pools/openshift-observability/obs-ocp-4-22-0-fips-amd64-aws-us-east-1_clusterpool.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ spec:
2424
installAttemptsLimit: 1
2525
installConfigSecretTemplateRef:
2626
name: fips-install-config-aws-us-east-1
27+
installerEnv:
28+
- name: OPENSHIFT_INSTALL_EXPERIMENTAL_DISABLE_IMAGE_POLICY
29+
value: "true"
2730
labels:
2831
tp.openshift.io/owner: obs
2932
maxSize: 10

clusters/hosted-mgmt/hive/pools/rh-openshift-ecosystem/rhoe-ocp-4-22-amd64-aws-us-west-1_clusterpool.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ spec:
2222
installAttemptsLimit: 1
2323
installConfigSecretTemplateRef:
2424
name: install-config-4-22-amd64-aws-us-west-1
25+
installerEnv:
26+
- name: OPENSHIFT_INSTALL_EXPERIMENTAL_DISABLE_IMAGE_POLICY
27+
value: "true"
2528
labels:
2629
tp.openshift.io/owner: rh-openshift-ecosystem
2730
maxSize: 10

clusters/hosted-mgmt/hive/pools/rh-openshift-ecosystem/rhoe-ocp-4-22-amd64-aws-us-west-2_clusterpool.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ spec:
2222
installAttemptsLimit: 1
2323
installConfigSecretTemplateRef:
2424
name: install-config-4-22-amd64-aws-us-west-2
25+
installerEnv:
26+
- name: OPENSHIFT_INSTALL_EXPERIMENTAL_DISABLE_IMAGE_POLICY
27+
value: "true"
2528
labels:
2629
tp.openshift.io/owner: rh-openshift-ecosystem
2730
maxSize: 10

0 commit comments

Comments
 (0)