1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Fixing cert-controller image tag

Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
This commit is contained in:
Gustavo Carvalho 2022-02-13 19:08:30 -03:00
parent 0db78819bb
commit 23eb831571

View file

@ -48,7 +48,7 @@ func NewESO(mutators ...MutationFunc) *ESO {
Value: os.Getenv("VERSION"),
},
{
Key: "webhook.image.tag",
Key: "certController.image.tag",
Value: os.Getenv("VERSION"),
},
{