Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Configure gsoci.azurecr.io as the registry to use by default (#189)
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 13, 2023
1 parent 058e1ad commit 94fea95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added

- Add `global.podSecurityStandards.enforced` value for PSS migration.

### Changed

- Configure `gsoci.azurecr.io` as the default container image registry.
- Move route table related part to another operator.
- Update `golang.org/x/net` package.

Expand Down
4 changes: 2 additions & 2 deletions helm/aws-network-topology-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project:
commit: "[[ .SHA ]]"

image:
registry: docker.io
registry: gsoci.azurecr.io
name: giantswarm/aws-network-topology-operator
tag: "[[ .Version ]]"
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -41,7 +41,7 @@ securityContext:
type: RuntimeDefault
capabilities:
drop:
- ALL
- ALL

global:
podSecurityStandards:
Expand Down

0 comments on commit 94fea95

Please sign in to comment.