Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

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

Merged
merged 2 commits into from
Dec 13, 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
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Fixed

- Fix the requests duration metrics exposed by the controller, as the duration was always 0.

### Added

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

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

## [4.12.0] - 2023-08-23

### Changed

- Don't change pod CIDR during upgrade from v18 to v19 if eni ipam mode is enabled.
- Don't change pod CIDR during upgrade from v18 to v19 if eni ipam mode is enabled.

## [4.11.0] - 2023-07-14

Expand Down
4 changes: 2 additions & 2 deletions helm/aws-admission-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ workloadCluster:
clusterIPRange: ""

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

image:
name: "giantswarm/aws-admission-controller"
Expand Down Expand Up @@ -58,7 +58,7 @@ securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
- ALL

serviceMonitor:
enabled: true
Expand Down