-
Is it possible to retrieve appVersion from remote helm chart and set appVersion value of the local chart to the retrieved one? |
Beta Was this translation helpful? Give feedback.
Answered by
olblak
Sep 26, 2023
Replies: 2 comments
-
I am reopening this question as it was unanswered and already closed :D |
Beta Was this translation helpful? Give feedback.
0 replies
-
So yes it is possible to retrieve the appVersion from a remote source, they are different ways to handle that Using the https endpoint such as
and for updating your local chart you need to specify a target with your local file |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
t3mi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So yes it is possible to retrieve the appVersion from a remote source, they are different ways to handle that
Using the https endpoint such as