Skip to content

Commit

Permalink
Configure gsoci.azurecr.io as the registry to use by default (#224)
Browse files Browse the repository at this point in the history
* Update default registry domain in values.yaml

* Update CHANGELOG.md
  • Loading branch information
marians authored Dec 7, 2023
1 parent 492d20c commit b38b741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s
- Change ScaleDownUtilizationThreshold default from 0.5 to 0.7
- Update cluster-autoscaler to version `1.25.3`.
- Replace condition for PSP CR installation.
- Configure `gsoci.azurecr.io` as the default container image registry.

## [1.25.1-gs2] - 2023-06-30

Expand Down
4 changes: 2 additions & 2 deletions helm/cluster-autoscaler-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ managementCluster:
name: ""

image:
registry: docker.io
registry: gsoci.azurecr.io
name: giantswarm/cluster-autoscaler
tag: v1.25.3

Expand Down Expand Up @@ -56,7 +56,7 @@ verticalPodAutoscaler:
memory: 400Mi

registry:
domain: docker.io
domain: gsoci.azurecr.io

balancingIgnoreLabels:
balancing-ignore-label_1: ip
Expand Down

0 comments on commit b38b741

Please sign in to comment.