Skip to content

Commit

Permalink
fix service groupo
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle committed Dec 10, 2024
1 parent ee7a76a commit c9d6625
Show file tree
Hide file tree
Showing 3 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 @@ -140,7 +140,7 @@ clouds:
componentSync:
imageTag: 0b3c08f
ocMirror:
imageTag: 7abc8af
imageTag: 0b3c08f

environments:
int:
Expand Down
6 changes: 3 additions & 3 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ defaults:
acrRG: global
environmentName: aro-hcp-image-sync
componentSync:
enabled: false
enabled: true
imageRepo: image-sync/component-sync
imageTag: latest
repositories: quay.io/acm-d/rhtap-hypershift-operator,quay.io/app-sre/uhc-clusters-service,quay.io/package-operator/package-operator-package
ocMirror:
enabled: false
enabled: true
imageRepo: image-sync/oc-mirror
imageTag: 7abc8af
imageTag: 0b3c08f
keyVault:
name: arohcp-imagesync-dev
private: false
Expand Down
4 changes: 2 additions & 2 deletions dev-infrastructure/global-acr-pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: "pipeline.schema.v1"
serviceGroup: Microsoft.Azure.ARO.HCP.Service.Infra
rolloutName: Service Cluster Rollout
serviceGroup: Microsoft.Azure.ARO.HCP.Global.ACR
rolloutName: Global ACR Resources Rollout
resourceGroups:
- name: {{ .global.rg }}
subscription: {{ .global.subscription }}
Expand Down

0 comments on commit c9d6625

Please sign in to comment.