File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
ci-operator/templates/openshift Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ objects:
251251
252252 if [[ "${CLUSTER_TYPE}" == "aws" ]]; then
253253 cat > /tmp/artifacts/installer/install-config.yaml << EOF
254- apiVersion: v1beta1
254+ apiVersion: v1beta2
255255 baseDomain: ${BASE_DOMAIN}
256256 clusterID: ${CLUSTER_ID}
257257 machines:
@@ -280,7 +280,7 @@ objects:
280280 EOF
281281 elif [[ "${CLUSTER_TYPE}" == "openstack" ]]; then
282282 cat > /tmp/artifacts/installer/install-config.yaml << EOF
283- apiVersion: v1beta1
283+ apiVersion: v1beta2
284284 baseDomain: ${BASE_DOMAIN}
285285 clusterID: ${CLUSTER_ID}
286286 machines:
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ objects:
221221
222222 if [[ "${CLUSTER_TYPE}" == "aws" ]]; then
223223 cat > /tmp/artifacts/installer/install-config.yaml << EOF
224- apiVersion: v1beta1
224+ apiVersion: v1beta2
225225 baseDomain: ${BASE_DOMAIN}
226226 clusterID: ${CLUSTER_ID}
227227 machines:
@@ -250,7 +250,7 @@ objects:
250250 EOF
251251 elif [[ "${CLUSTER_TYPE}" == "openstack" ]]; then
252252 cat > /tmp/artifacts/installer/install-config.yaml << EOF
253- apiVersion: v1beta1
253+ apiVersion: v1beta2
254254 baseDomain: ${BASE_DOMAIN}
255255 clusterID: ${CLUSTER_ID}
256256 machines:
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ objects:
227227
228228 if [[ "${CLUSTER_TYPE}" == "gcp" ]]; then
229229 cat > /tmp/artifacts/installer/install-config.yaml << EOF
230- apiVersion: v1beta1
230+ apiVersion: v1beta2
231231 baseDomain: origin-ci-int-gce.dev.rhcloud.com
232232 clusterID: ${CLUSTER_ID}
233233 machines:
@@ -255,7 +255,7 @@ objects:
255255 export AWS_SHARED_CREDENTIALS_FILE="/etc/openshift-installer/.awscred"
256256 export EXPIRATION_DATE=$(date -d '4 hours' --iso=minutes --utc)
257257 cat > /tmp/artifacts/installer/install-config.yaml << EOF
258- apiVersion: v1beta1
258+ apiVersion: v1beta2
259259 baseDomain: test.ose
260260 clusterID: ${CLUSTER_ID}
261261 machines:
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ objects:
315315
316316 if [[ "${CLUSTER_TYPE}" == "aws" ]]; then
317317 cat > /tmp/artifacts/installer/install-config.yaml << EOF
318- apiVersion: v1beta1
318+ apiVersion: v1beta2
319319 baseDomain: ${BASE_DOMAIN}
320320 clusterID: ${CLUSTER_ID}
321321 machines:
@@ -344,7 +344,7 @@ objects:
344344 EOF
345345 elif [[ "${CLUSTER_TYPE}" == "openstack" ]]; then
346346 cat > /tmp/artifacts/installer/install-config.yaml << EOF
347- apiVersion: v1beta1
347+ apiVersion: v1beta2
348348 baseDomain: ${BASE_DOMAIN}
349349 clusterID: ${CLUSTER_ID}
350350 machines:
You can’t perform that action at this time.
0 commit comments