You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the kubernetes manifest version from v1beta to v1 for cluster secret store, secret store and external secret.
This is required because in v0.17.0 of the External Secrets Operator helm chart beta1 and v1beta1 are no longer supported.
Upgrading to this module version (v1.5.0) from a previous version will see expected update in place for some resources.
This module release (v1.5.0) is still using the v0.16.2 helm chart which has support for both beta1 and v1beta1, however the next major version of this module will include the v0.17.0 helm chart and you should only upgrade to that version from v1.5.0 of the module or later.
added support for trusted_profile secret type - added support for to pass trusted_profile value as part of the es_container_registry_secrets_chain input (#63) (c2aeb4c)