...
1## To Update External Secrets
2
31. Update version in `hack/deps/k8s.bzl`
42. Modify appropriate image tags in [images.bzl](hack/deps/images.bzl)
5
6 * Change version tag
7 * Update SHA `crane digest --platform=linux/amd64 ghcr.io/external-secrets/external-secrets:v{new_version}`
8
9!!! May need to update patches in pallet to make sure the args passed into the container are correct based on the ns `config/pallets/external-secrets/external-secrets-operator/base/kustomization.yaml`!!!
View as plain text