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:
parent
0db78819bb
commit
23eb831571
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue