Skip to content

Commit

Permalink
Bump appImage to v0.10.5
Browse files Browse the repository at this point in the history
When the chart was originally packaged from upstream, upstream had
v0.10.4 as its image version (referenced as appVersion in the chart).

This version (v0.10.4) contains a bug
(external-secrets/external-secrets#3998),
introduced in v0.9.20 which prevents kubernetes authentication from
working correctly, leading to any ExternalSecrets requiring kubernetes
auth to fail with the message `failed to prepare auth: no auth provider given`

This change addresses the need by: Bumping the patch version referenced
in the chart to v0.10.5 which should contain fix
external-secrets/external-secrets#3952
  • Loading branch information
mproffitt committed Nov 6, 2024
1 parent 018634a commit 49af3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/external-secrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: external-secrets
description: External secret management for Kubernetes
type: application
version: "0.11.0"
appVersion: "v0.10.4"
version: "0.11.1"
appVersion: "v0.10.5"
upstreamChartVersion: "0.10.5"
kubeVersion: ">= 1.19.0-0"
keywords:
Expand Down

0 comments on commit 49af3a4

Please sign in to comment.