Skip to content

Commit

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

* Update changelog

* Revert removals of null values
  • Loading branch information
marians authored Dec 20, 2023
1 parent 5e29e2b commit fa456df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Configure `gsoci.azurecr.io` as the default container image registry.

## [2.7.0] - 2023-12-04

### Changed
Expand Down Expand Up @@ -53,7 +57,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- upgrade grafana chart: 6.53.0 => 6.55.1


## [2.3.2] - 2023-04-17

### Changed
Expand Down
17 changes: 8 additions & 9 deletions helm/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ grafana:
# schedulerName: "default-scheduler"

image:
registry: docker.io
registry: gsoci.azurecr.io
repository: giantswarm/grafana
# Overrides the Grafana image tag whose default is the chart appVersion
tag: ""
Expand All @@ -96,8 +96,8 @@ grafana:

testFramework:
enabled: false
image:
registry: docker.io
image:
registry: gsoci.azurecr.io
repository: giantswarm/bats
tag: "v1.10.0"
imagePullPolicy: IfNotPresent
Expand All @@ -108,8 +108,7 @@ grafana:
runAsGroup: 472
fsGroup: 472

containerSecurityContext:
{}
containerSecurityContext: {}

# Enable creating the grafana configmap
createConfigmap: true
Expand All @@ -136,7 +135,7 @@ grafana:
# priorityClassName:

downloadDashboardsImage:
registry: docker.io
registry: gsoci.azurecr.io
repository: giantswarm/curl
tag: 8.4.0
sha: ""
Expand Down Expand Up @@ -337,7 +336,7 @@ grafana:
## initChownData container image
##
image:
registry: docker.io
registry: gsoci.azurecr.io
repository: giantswarm/busybox
tag: "1.36.1"
sha: ""
Expand Down Expand Up @@ -741,7 +740,7 @@ grafana:
## Requires at least Grafana 5 to work and can't be used together with parameters dashboardProviders, datasources and dashboards
sidecar:
image:
registry: docker.io
registry: gsoci.azurecr.io
repository: giantswarm/k8s-sidecar
tag: 1.25.3
sha: ""
Expand Down Expand Up @@ -887,7 +886,7 @@ grafana:
enabled: false
replicas: 1
image:
registry: docker.io
registry: gsoci.azurecr.io
# image-renderer Image repository
repository: giantswarm/grafana-image-renderer
# image-renderer Image tag
Expand Down

0 comments on commit fa456df

Please sign in to comment.