Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "bump hypershift and remove tech preview" #1331

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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