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
  • Loading branch information
miguelsorianod committed Feb 27, 2025
1 parent 0b1301e commit 520446a
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:c7e163c8cf1b68cc59a4e050230c633683d62c9249b5554be541bc387e171d76
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:c7e163c8cf1b68cc59a4e050230c633683d62c9249b5554be541bc387e171d76
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:c7e163c8cf1b68cc59a4e050230c633683d62c9249b5554be541bc387e171d76",
"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:c7e163c8cf1b68cc59a4e050230c633683d62c9249b5554be541bc387e171d76",
"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:c7e163c8cf1b68cc59a4e050230c633683d62c9249b5554be541bc387e171d76",
"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:c7e163c8cf1b68cc59a4e050230c633683d62c9249b5554be541bc387e171d76",
"repository": "app-sre/uhc-clusters-service"
},
"k8s": {
Expand Down

0 comments on commit 520446a

Please sign in to comment.