Skip to content

Commit

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

* Update changelog
  • Loading branch information
marians authored Dec 20, 2023
1 parent 2910659 commit 093ce97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Changed

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

## [3.1.0] - 2023-12-19

### Changed
Expand Down
10 changes: 5 additions & 5 deletions helm/fluent-logshipping-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ project:
commit: "[[ .SHA ]]"

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

fluentbit:
port: 5170
Expand Down Expand Up @@ -55,10 +55,10 @@ serviceAccount:

outputs:
inputLogTypes: &logTypes
- sshd
- containers
- syslog
- audit
- sshd
- containers
- syslog
- audit
aws:
kiam: false
role: ""
Expand Down

0 comments on commit 093ce97

Please sign in to comment.