Skip to content

Commit

Permalink
Revert "bump hypershift and remove tech preview (#1324)" (#1331)
Browse files Browse the repository at this point in the history
This reverts commit 46820e5.
  • Loading branch information
geoberle authored Feb 14, 2025
1 parent 5be3e00 commit 70741da
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions config/config.msft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:
# Hypershift
hypershift:
namespace: hypershift
additionalInstallArg: ''
additionalInstallArg: '--tech-preview-no-upgrade'

svc:
subscription: hcp-{{ .ctx.region }}
Expand Down Expand Up @@ -199,7 +199,7 @@ clouds:
clusterService:
imageTag: d519094
hypershiftOperator:
imageTag: be818fa
imageTag: 1bb8b1a
imageSync:
componentSync:
imageTag: d1021e2
Expand Down
4 changes: 2 additions & 2 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:
# Hypershift
hypershift:
namespace: hypershift
additionalInstallArg: ''
additionalInstallArg: '--tech-preview-no-upgrade'

svc:
subscription: ARO Hosted Control Planes (EA Subscription 1)
Expand Down Expand Up @@ -211,7 +211,7 @@ clouds:
roleName: Azure Red Hat OpenShift KMS Plugin - Dev
# Hypershift Operator
hypershiftOperator:
imageTag: be818fa
imageTag: 1bb8b1a
# Frontend
frontend:
imageTag: '' # if empty uses commit sha of repo
Expand Down
4 changes: 2 additions & 2 deletions config/public-cloud-cs-pr.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
"subscription": "ARO Hosted Control Planes (EA Subscription 1)"
},
"hypershift": {
"additionalInstallArg": "",
"additionalInstallArg": "--tech-preview-no-upgrade",
"namespace": "hypershift"
},
"hypershiftOperator": {
"imageTag": "be818fa"
"imageTag": "1bb8b1a"
},
"imageSync": {
"acrRG": "global",
Expand Down
4 changes: 2 additions & 2 deletions config/public-cloud-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
"subscription": "ARO Hosted Control Planes (EA Subscription 1)"
},
"hypershift": {
"additionalInstallArg": "",
"additionalInstallArg": "--tech-preview-no-upgrade",
"namespace": "hypershift"
},
"hypershiftOperator": {
"imageTag": "be818fa"
"imageTag": "1bb8b1a"
},
"imageSync": {
"acrRG": "global",
Expand Down
4 changes: 2 additions & 2 deletions config/public-cloud-msft-int.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
"subscription": "hcp-westus3"
},
"hypershift": {
"additionalInstallArg": "",
"additionalInstallArg": "--tech-preview-no-upgrade",
"namespace": "hypershift"
},
"hypershiftOperator": {
"imageTag": "be818fa"
"imageTag": "1bb8b1a"
},
"imageSync": {
"acrRG": "global-shared-resources",
Expand Down
4 changes: 2 additions & 2 deletions config/public-cloud-personal-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
"subscription": "ARO Hosted Control Planes (EA Subscription 1)"
},
"hypershift": {
"additionalInstallArg": "",
"additionalInstallArg": "--tech-preview-no-upgrade",
"namespace": "hypershift"
},
"hypershiftOperator": {
"imageTag": "be818fa"
"imageTag": "1bb8b1a"
},
"imageSync": {
"acrRG": "global",
Expand Down

0 comments on commit 70741da

Please sign in to comment.