-
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.
Replies: 2 comments
-
I am reopening this question as it was unanswered and already closed :D |
Beta Was this translation helpful? Give feedback.
-
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.
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