File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,18 @@ runs:
1313 git config user.name "$GITHUB_ACTOR"
1414 git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
1515
16+ - name : Install Helm
17+ uses : azure/setup-helm@v4.2.0
18+
19+ - name : Add Helm Repos for Dependencies
20+ shell : bash
21+ run : |
22+ helm repo add bitnami https://charts.bitnami.com/bitnami
23+
1624 - name : Run chart-releaser
1725 uses : helm/chart-releaser-action@v1.6.0
1826 with :
19- charts_dir : ' / deploy/charts'
27+ charts_dir : deploy/charts
2028 skip_existing : ' true'
2129 packages_with_index : ' true'
2230 env :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Latest Changes
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change @@ -156,9 +156,6 @@ events_v2.html
156156# MacOS
157157* .DS_STORE
158158
159- # Helm charts packages
160- * .tgz
161-
162159# Diff/merge files
163160* .orig
164161
Original file line number Diff line number Diff line change 11#
2- # Values for minikube trial deployment
2+ # Values for minikube dk-installer deployment
33#
44
55observability :
Original file line number Diff line number Diff line change 1818 image :
1919 tag : 3.8.4-debian-12-r0
2020
21-
2221mysql :
2322 enable : true
2423 image :
2827 auth :
2928 username : observability
3029 database : datakitchen
31-
You can’t perform that action at this time.
0 commit comments