Skip to content

Commit

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

* Update changelog

---------

Co-authored-by: Zach Stone <[email protected]>
  • Loading branch information
marians and stone-z authored Jan 18, 2024
1 parent f51590f commit d8b4863
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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 adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

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

## [0.9.0] - 2023-10-27

### Changed
Expand Down
2 changes: 1 addition & 1 deletion helm/trivy/charts/trivy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nameOverride: ""
fullnameOverride: ""

image:
registry: docker.io
registry: gsoci.azurecr.io
repository: aquasec/trivy
# tag is an override of the image tag, which is by default set by the
# appVersion field in Chart.yaml.
Expand Down
4 changes: 2 additions & 2 deletions helm/trivy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ trivy:
rbac:
pspEnabled: true
image:
registry: docker.io
registry: gsoci.azurecr.io
repository: giantswarm/trivy
# Tag must also be updated to match in trivy-operator-app
# If not set here, the image version is taken from the appVersion of the upstream chart.
Expand All @@ -30,7 +30,7 @@ trivy:
modules:
enabled: false
urls:
- ghcr.io/aquasecurity/trivy-module-spring4shell
- ghcr.io/aquasecurity/trivy-module-spring4shell
securityContext:
privileged: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit d8b4863

Please sign in to comment.