Skip to content

Commit

Permalink
Configure gsoci.azurecr.io as the registry to use by default (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Dec 19, 2023
1 parent 2171f07 commit 5e37e59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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.3.2] - 2023-12-18

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions helm/pss-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
registry:
domain: docker.io
domain: gsoci.azurecr.io

image:
name: "giantswarm/pss-operator"
Expand Down Expand Up @@ -28,7 +28,7 @@ securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true
Expand Down

0 comments on commit 5e37e59

Please sign in to comment.