Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure gsoci.azurecr.io as the registry to use by default #174

Merged
merged 3 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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