Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] generate helm values.yaml file with build #627

Closed
rimusz opened this issue Jun 1, 2018 · 3 comments
Closed

[FR] generate helm values.yaml file with build #627

rimusz opened this issue Jun 1, 2018 · 3 comments
Labels
area/build area/ci-cd area/deploy deploy/helm kind/feature-request priority/awaiting-more-evidence Lowest Priority. May be useful, but there is not yet enough supporting evidence.

Comments

@rimusz
Copy link

rimusz commented Jun 1, 2018

skaffold build command should generate the new override-values.yaml file which only has the docker repository and tag:... and then it is up to user to merge it with the app’s code after successful deploy, and when the release is done use helm upgrade ... -f override-values.yaml?

the whole process just needs to be well documented on skaffold repo and we get GitOps.

user probably have another system that can orchestrate the git webhooks and triggers, and then the commits/merge

@balopat
Copy link
Contributor

balopat commented Sep 4, 2019

This is something similar to what we are tracking as part of #2161.
I wonder if rendering the actual manifests would be satisfactory?

@balopat balopat added the priority/awaiting-more-evidence Lowest Priority. May be useful, but there is not yet enough supporting evidence. label Sep 4, 2019
@nkubala
Copy link
Contributor

nkubala commented Apr 30, 2020

since we have skaffold render and are close to having support for helm, I'm going to close this issue. if there are other use cases that aren't supported by rendering templated manifests, please give some detail about them here!

@nkubala nkubala closed this as completed Apr 30, 2020
@aantn
Copy link

aantn commented Nov 12, 2021

@nkubala I would like to re-open this.

I maintain an application which is deployed using Helm. As part of my CI/CD pipeline I'd like to test installing that application with Helm and enabling various features in the values.yaml. To do so, the output of Skaffold render (k8s manifests) is insufficient. I need to render the values.yaml file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build area/ci-cd area/deploy deploy/helm kind/feature-request priority/awaiting-more-evidence Lowest Priority. May be useful, but there is not yet enough supporting evidence.
Projects
None yet
Development

No branches or pull requests

6 participants