Replies: 1 comment
-
|
Flux image automation can only patch YAML with Kubernetes resources. YAML objects which don't have |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Given following manifests, image-update-automation bumps versions in kustomize.yaml, but it does not touch envs patch.
If image1 is in images in kustomization file, it works correctly, but it does not detect value to replace in env-vars-patch.yaml. However, image1 must be passed as env var to image2, so it cannot be in images.
How can I make it work?
Beta Was this translation helpful? Give feedback.
All reactions