Skip to content

Commit

Permalink
Make materialize
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Feb 27, 2025
1 parent f073601 commit c3c2231
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 10 deletions.
8 changes: 6 additions & 2 deletions config/config.msft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,13 @@ clouds:
image:
digest: sha256:4affed9ff6397a5c44e9d1451fd58667f56e826b122819ccb6e1e8e045803c18
frontend:
imageTag: 8dab517
image:
repository: arohcpfrontend
digest: sha256:0c087b6cdcc34d6e66c252dc21880b53a99e869b0ebd928ddbd7a06f481140ca
backend:
imageTag: 8dab517
image:
repository: arohcpbackend
digest: sha256:eba8cee29ab7367f0acc2856d5bf01e13d535b0fabe6899784a01378fdfe74a9

environments:
int:
Expand Down
10 changes: 8 additions & 2 deletions config/public-cloud-cs-pr.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"armHelperFPAPrincipalId": "47f69502-0065-4d9a-b19b-d403e183d2f4",
"aroDevopsMsiId": "/subscriptions/1d3378d3-5a3f-4712-85a1-2485495dfc4b/resourceGroups/global/providers/Microsoft.ManagedIdentity/userAssignedIdentities/global-rollout-identity",
"backend": {
"imageTag": ""
"image": {
"digest": "",
"repository": "arohcpbackend"
}
},
"clusterService": {
"azureOperatorsManagedIdentities": {
Expand Down Expand Up @@ -87,7 +90,10 @@
"private": false,
"zoneRedundantMode": "Disabled"
},
"imageTag": ""
"image": {
"digest": "",
"repository": "arohcpfrontend"
}
},
"global": {
"globalMSIName": "global-rollout-identity",
Expand Down
10 changes: 8 additions & 2 deletions config/public-cloud-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"armHelperFPAPrincipalId": "47f69502-0065-4d9a-b19b-d403e183d2f4",
"aroDevopsMsiId": "/subscriptions/1d3378d3-5a3f-4712-85a1-2485495dfc4b/resourceGroups/global/providers/Microsoft.ManagedIdentity/userAssignedIdentities/global-rollout-identity",
"backend": {
"imageTag": ""
"image": {
"digest": "",
"repository": "arohcpbackend"
}
},
"clusterService": {
"azureOperatorsManagedIdentities": {
Expand Down Expand Up @@ -87,7 +90,10 @@
"private": false,
"zoneRedundantMode": "Disabled"
},
"imageTag": ""
"image": {
"digest": "",
"repository": "arohcpfrontend"
}
},
"global": {
"globalMSIName": "global-rollout-identity",
Expand Down
10 changes: 8 additions & 2 deletions config/public-cloud-msft-int.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"armHelperFPAPrincipalId": "47f69502-0065-4d9a-b19b-d403e183d2f4",
"aroDevopsMsiId": "/subscriptions/5299e6b7-b23b-46c8-8277-dc1147807117/resourcegroups/global-shared-resources/providers/Microsoft.ManagedIdentity/userAssignedIdentities/global-ev2-identity",
"backend": {
"imageTag": "8dab517"
"image": {
"digest": "sha256:eba8cee29ab7367f0acc2856d5bf01e13d535b0fabe6899784a01378fdfe74a9",
"repository": "arohcpbackend"
}
},
"clusterService": {
"azureOperatorsManagedIdentities": {
Expand Down Expand Up @@ -87,7 +90,10 @@
"private": false,
"zoneRedundantMode": "Auto"
},
"imageTag": "8dab517"
"image": {
"digest": "sha256:0c087b6cdcc34d6e66c252dc21880b53a99e869b0ebd928ddbd7a06f481140ca",
"repository": "arohcpfrontend"
}
},
"global": {
"globalMSIName": "global-ev2-identity",
Expand Down
10 changes: 8 additions & 2 deletions config/public-cloud-personal-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"armHelperFPAPrincipalId": "47f69502-0065-4d9a-b19b-d403e183d2f4",
"aroDevopsMsiId": "/subscriptions/1d3378d3-5a3f-4712-85a1-2485495dfc4b/resourceGroups/global/providers/Microsoft.ManagedIdentity/userAssignedIdentities/global-rollout-identity",
"backend": {
"imageTag": ""
"image": {
"digest": "",
"repository": "arohcpbackend"
}
},
"clusterService": {
"azureOperatorsManagedIdentities": {
Expand Down Expand Up @@ -87,7 +90,10 @@
"private": false,
"zoneRedundantMode": "Disabled"
},
"imageTag": ""
"image": {
"digest": "",
"repository": "arohcpfrontend"
}
},
"global": {
"globalMSIName": "global-rollout-identity",
Expand Down

0 comments on commit c3c2231

Please sign in to comment.