wangyang0918 commented on PR #170: URL: https://github.com/apache/flink-kubernetes-operator/pull/170#issuecomment-1104861481
Creating a branch `gh-pages`, which will store the index file and the published charts, makes sense to me. If the helm chart-releaser could support snapshot override, then this PR makes sense to me. Because users could test the new version easily. ``` helm repo add flink-operator-repo https://apache.github.io/flink-kubernetes-operator/ helm --version 1.0-SNAPSHOT install flink-kubernetes-operator flink-operator-repo/flink-kubernetes-operator helm --version 1.0-SNAPSHOT upgrade flink-kubernetes-operator flink-operator-repo/flink-kubernetes-operator ``` cc @MartijnVisser @gyfora WDYT? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
