Skip to content

helm-chart-0.3.10

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 09:40
1ee4fb6

External secret management for Kubernetes

Image: ghcr.io/external-secrets/external-secrets:v0.3.10

Changes

  • Azure: support authentication with managed identity
  • SecretStore: add RetrySettings field
  • IBM: implement retry settings
  • various patches & typo fixes

Helm install for the published build

helm repo add external-secrets https://charts.external-secrets.io

helm repo update

helm upgrade --install ${CHART_INSTALL_NAME} external-secrets/external-secrets --namespace ${NAMESPACE} --version v0.3.10 --create-namespace --set installCRDs=true