Skip to content

Commit

Permalink
Bump hypershift version
Browse files Browse the repository at this point in the history
Signed-off-by: Alba Hita Catala <[email protected]>
  • Loading branch information
ahitacat committed Nov 15, 2024
1 parent 3bf5906 commit 6be1647
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ clouds:
clusterServiceImageTag: a23276d
clusterServiceImageRepo: app-sre/uhc-clusters-service
# Hypershift Operator
hypershiftOperatorImageTag: a95fc46
hypershiftOperatorImageTag: c9635c1
externalDNSImageTag: v0.14.2
# Shared SVC KV
serviceKeyVaultName: 'aro-hcp-dev-svc-kv'
Expand Down Expand Up @@ -173,4 +173,4 @@ clouds:
# Hypershift
# uncomment the following line if you want to install the hypershift operator
# with CRD support for managedIdentities
#hypershiftAdditionalInstallArg: '--tech-preview-no-upgrade'
hypershiftAdditionalInstallArg: '--tech-preview-no-upgrade'
1 change: 1 addition & 0 deletions hypershiftoperator/deploy/overlays/dev/domain.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
westus3-7a15b.hcp.osadev.cloud
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"tenantId": "64dc69e4-d083-49fc-9569-ebece1dd1408",
"subscriptionId": "1d3378d3-5a3f-4712-85a1-2485495dfc4b",
"resourceGroup": "hcp-underlay-westus3-ahitacat",
"useWorkloadIdentityExtension": true,
"userAssignedIdentityID": "2ea4a97c-8fdd-4bcd-86ae-23a575b4e26d"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

[
{
"op": "add",
"path": "/spec/template/spec/containers/0/args/-",
"value": "--registry-overrides"
},
{
"op": "add",
"path": "/spec/template/spec/containers/0/args/-",
"value": "quay.io/openshift-release-dev/ocp-v4.0-art-dev=arohcpocpdev.azurecr.io/openshift/release,quay.io/openshift-release-dev/ocp-release=arohcpocpdev.azurecr.io/openshift/release-images,registry.redhat.io/ubi8=arohcpocpdev.azurecr.io/ubi8,registry.access.redhat.com/ubi8=arohcpocpdev.azurecr.io/ubi8,registry.redhat.io/redhat=arohcpocpdev.azurecr.io/redhat"
},
{
"op": "add",
"path": "/spec/template/spec/containers/0/args/-",
"value": "--feature-gates=AROHCPManagedIdentities=true,AllAlpha=true,AllBeta=true,OpenStack=true"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"op": "add", "path": "/metadata/annotations/azure.workload.identity~1client-id", "value": "2ea4a97c-8fdd-4bcd-86ae-23a575b4e26d"}]
1 change: 1 addition & 0 deletions hypershiftoperator/deploy/overlays/dev/txt_owner_id.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hcp-underlay-westus3-ahitacat-mgmt-1

0 comments on commit 6be1647

Please sign in to comment.