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

helm: add arkade chart bump to bump chart versions #1030

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Conversation

alexellis
Copy link
Owner

Description

helm: add arkade chart bump to bump chart versions

Motivation and Context

Update patch version of charts automatically, whenever there are adjacent files changed in git for the folder next to Chart.yaml.

Closes #1024

How Has This Been Tested?

With a change to values.yaml in chart/openfaas

$ ~/go/bin/arkade chart bump -w -f ./chart/openfaas/Chart.yaml
$ echo $?
0

$ echo >> ./chart/openfaas/values.yaml
$ ~/go/bin/arkade chart bump -w -f ./chart/openfaas/Chart.yaml
chart/openfaas/Chart.yaml 14.2.16 => 14.2.17
Wrote to: chart/openfaas/Chart.yaml. OK.
diff --git a/chart/openfaas/Chart.yaml b/chart/openfaas/Chart.yaml
index feb526bd..6b5abc43 100644
--- a/chart/openfaas/Chart.yaml
+++ b/chart/openfaas/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
 type: application
 description: OpenFaaS - Serverless Functions Made Simple
 name: openfaas
-version: 14.2.16
+version: 14.2.17

Thanks to @aryan9600 for his initial work and collaboration on this.

Update patch version of charts automatically, whenever there
are adjacent files changed in git for the folder next to
Chart.yaml.

Signed-off-by: Sanskar Jaiswal <[email protected]>
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
@alexellis alexellis merged commit 39ffd8b into master Feb 16, 2024
2 of 4 checks passed
@alexellis alexellis deleted the chart-bump branch February 16, 2024 14:34
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 this pull request may close these issues.

2 participants