Skip to content

Commit

Permalink
feat: update CS image in deployment environments to include new changes
Browse files Browse the repository at this point in the history
A non exhaustive list of new changes are:
- Fix ARO-HCP Node Pools reconciling when using OCM Commercial
  endpoints
- Limit and validate CS environment attribute length at
  CS startup time
- Validate the Managed Resource Group of a given ARO-HCP
  cluster being created is unique within an Azure Subscription
- Validate that the Managed Resource Group of a given ARO-HCP
  cluster being created does not have the same name as
  the Resource Group of that same cluster
  • Loading branch information
miguelsorianod committed Feb 27, 2025
1 parent 0b1301e commit 9211335
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/config.msft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ clouds:
digest: sha256:fe8dbccbadf3de107d362bf11f98b4fe89d474b3aa287276c1d48d582e863bf7
clusterService:
image:
digest: sha256:2d8d8819267b01e34e8303a6904aa9e283c79a0a82d5b73f3c8c3afdb787e141
digest: sha256:c8de5ac6f2000ee185b42442c3b7f29e2b6b1068849f48620075cd811834202b
hypershiftOperator:
image:
repository: acm-d/rhtap-hypershift-operator
Expand Down
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ clouds:
# Cluster Service
clusterService:
image:
digest: sha256:2d8d8819267b01e34e8303a6904aa9e283c79a0a82d5b73f3c8c3afdb787e141
digest: sha256:c8de5ac6f2000ee185b42442c3b7f29e2b6b1068849f48620075cd811834202b
azureOperatorsManagedIdentities:
clusterApiAzure:
roleName: Azure Red Hat OpenShift Control Plane Operator Role - Dev
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-cs-pr.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"environment": "arohcpdev",
"image": {
"digest": "sha256:2d8d8819267b01e34e8303a6904aa9e283c79a0a82d5b73f3c8c3afdb787e141",
"digest": "sha256:c8de5ac6f2000ee185b42442c3b7f29e2b6b1068849f48620075cd811834202b",
"repository": "app-sre/uhc-clusters-service"
},
"k8s": {
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"environment": "arohcpdev",
"image": {
"digest": "sha256:2d8d8819267b01e34e8303a6904aa9e283c79a0a82d5b73f3c8c3afdb787e141",
"digest": "sha256:c8de5ac6f2000ee185b42442c3b7f29e2b6b1068849f48620075cd811834202b",
"repository": "app-sre/uhc-clusters-service"
},
"k8s": {
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-msft-int.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"environment": "arohcpint",
"image": {
"digest": "sha256:2d8d8819267b01e34e8303a6904aa9e283c79a0a82d5b73f3c8c3afdb787e141",
"digest": "sha256:c8de5ac6f2000ee185b42442c3b7f29e2b6b1068849f48620075cd811834202b",
"repository": "app-sre/uhc-clusters-service"
},
"k8s": {
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-personal-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"environment": "arohcpdev",
"image": {
"digest": "sha256:2d8d8819267b01e34e8303a6904aa9e283c79a0a82d5b73f3c8c3afdb787e141",
"digest": "sha256:c8de5ac6f2000ee185b42442c3b7f29e2b6b1068849f48620075cd811834202b",
"repository": "app-sre/uhc-clusters-service"
},
"k8s": {
Expand Down

0 comments on commit 9211335

Please sign in to comment.