Skip to content
Open
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 @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Update references to Deployments in VPAs.

### Changed

- Update Kyverno PolicyExceptions to v2 and fallback to v2beta1.
Expand Down
6 changes: 3 additions & 3 deletions helm/external-secrets/templates/vpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
targetRef:
apiVersion: apps/v1
kind: Deployment
name: {{ template "external-secrets.name" . }}
name: {{ template "external-secrets.fullname" . }}
updatePolicy:
updateMode: Auto
---
Expand Down Expand Up @@ -54,7 +54,7 @@ spec:
targetRef:
apiVersion: apps/v1
kind: Deployment
name: {{ template "external-secrets.name" . }}-cert-controller
name: {{ template "external-secrets.fullname" . }}-cert-controller
updatePolicy:
updateMode: Auto
---
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
targetRef:
apiVersion: apps/v1
kind: Deployment
name: {{ template "external-secrets.name" . }}-webhook
name: {{ template "external-secrets.fullname" . }}-webhook
updatePolicy:
updateMode: Auto
{{ end }}