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

support helm chart upgrades OOTB #2

Open
jstrachan opened this issue Oct 30, 2020 · 1 comment
Open

support helm chart upgrades OOTB #2

jstrachan opened this issue Oct 30, 2020 · 1 comment

Comments

@jstrachan
Copy link
Contributor

with the old jx step create pullrequest chart we baked in the knowledge of how to upgrade a helm version change in source code.

it might be nice to add helm as a change option in the .jx/updatebot.yaml file format so folks could upgrade helm charts without worrying about the files to match + the regex stuff.

e.g. here's the code...
https://github.com/jenkins-x/jx/blob/master/pkg/cmd/step/create/pr/step_create_pr_chart.go#L94

so we could maybe enhance the config file: https://github.com/jenkins-x/jx-cli/blob/master/.jx/updatebot.yaml

to allow

apiVersion: updatebot.jenkins-x.io/v1alpha1
kind: UpdateConfig
spec:
  rules:
    - urls:
        - https://github.com/jenkins-x/jxr-versions
      changes:
        - chart: 
            name: my-chart
@salaboy
Copy link

salaboy commented Oct 30, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants