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 #582

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

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

### Changed

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

## [3.2.1] - 2023-08-03

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions helm/cert-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ k8sJwtToVaultTokenImage:
tag: 0.1.0

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

resource:
expirationThreshold: "2160h"
Expand Down Expand Up @@ -46,12 +46,12 @@ securityContext:
type: RuntimeDefault
capabilities:
drop:
- ALL
- ALL
initContainers:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
- ALL

serviceMonitor:
enabled: true
Expand Down