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

Workflow improvement - increment Chart.yaml version when updating values.yaml #1023

Open
alexellis opened this issue Jan 22, 2024 · 0 comments

Comments

@alexellis
Copy link
Owner

This is proposing a workflow improvement for chart maintainers - increment Chart.yaml version when updating values.yaml

Expected Behaviour

Given the following values.yaml:

apiVersion: v1
appVersion: "1.0"
description: inlets-operator for Kubernetes
name: inlets-operator
version: 0.17.9
keywords:
- networking
- loadbalancer
- ingress
- selfhosting
- tunnels
- inlets

I'll see new images put into values.yaml, from arkade chart upgrade, but the Chart.yaml always needs bumping too and that's a manual task.

I'd suggest always bumping the minor patch version, and if it's a bigger change the user can just edit the file.

arkade chart bump

Current Behaviour

In the case of OpenFaaS, if 6 repos change then I have to edit 6 files manually.

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

Successfully merging a pull request may close this issue.

1 participant