Skip to content

Commit

Permalink
fix(container): update image external-secrets ( 0.14.2 → 0.14.3 )
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2025
1 parent eae918f commit aa3aec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ releases:
- name: external-secrets
namespace: external-secrets
chart: oci://ghcr.io/external-secrets/charts/external-secrets
version: 0.14.2
version: 0.14.3
values: ['{{ requiredEnv "KUBERNETES_DIR" }}/apps/external-secrets/app/helm-values.yaml']
needs: ['cert-manager/cert-manager']

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/external-secrets/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: external-secrets
version: 0.14.2
version: 0.14.3
sourceRef:
kind: HelmRepository
name: external-secrets
Expand Down

0 comments on commit aa3aec3

Please sign in to comment.