Closed poyaskov closed 3 years ago
Hi @poyaskov,
Our value schema no longer requires the tag to match a specific pattern, so I think you may be using an older version of our helm chart. Can you update to 2.0.1
and let us know if this issue persists? Thank you!
It's also worth noting that there was an issue with the v1.11.1 tag in DockerHub, which has now been fixed. The chart value should be 1.11.1
. @poyaskov hopefully this resolves your issue; please let us know if it doesn't. If we don't hear from you in the next few days we'll close this issue. Thanks!
Closing as it seems this was resolved with #115
Summary
There is an issue with helm chart to use tag format as image.tag=1.11.1
If you use next example:
You are getting in the k8s deployment spec wrong Conjur image tag=1.11.1:
...
...
k8s sheduller is unable to create pod:
Pod log:
Correct image tag is v1.11.1
But once I updated tag in the the variable like:
I'm getting parsing error:
Reproducible
Solution
There is the only way to fix it to update Deployment directly with correct tag.