File tree Expand file tree Collapse file tree 3 files changed +197
-1021
lines changed
Expand file tree Collapse file tree 3 files changed +197
-1021
lines changed Original file line number Diff line number Diff line change 11name : Release Chart
22
33on :
4+ workflow_dispatch :
45 push :
56 tags :
67 - ' v[0-9]+.[0-9]+.[0-9]+'
8+ paths :
9+ - ' chart/**'
10+ - ' .github/workflows/release_charts.yml'
711
812jobs :
913 release :
2529 - name : Install additional Helm repos
2630 run : |
2731 helm repo add bitnami https://charts.bitnami.com/bitnami
32+ - name : Install Go
33+ uses : actions/setup-go@v5
34+ with :
35+ go-version : " 1.23.x"
36+
37+ - name : Generate CRDs
38+ run : |
39+ go install sigs.k8s.io/controller-tools/cmd/[email protected] 40+ make generate manifests
41+ cp config/crd/bases/* chart/hlf-operator/templates/crds/
2842
2943 - name : Operator charts
3044
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1.9 .0
18+ version : 1.11 .0
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
You can’t perform that action at this time.
0 commit comments