ci: syncing up helm release for the new structure
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- nightly
|
- nightly
|
||||||
paths:
|
paths:
|
||||||
- "charts/**"
|
- "functions/kubernetes/charts/**"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@@ -57,6 +57,9 @@ jobs:
|
|||||||
echo "CHART_VERSION=${CHART_VERSION}" >> $GITHUB_OUTPUT
|
echo "CHART_VERSION=${CHART_VERSION}" >> $GITHUB_OUTPUT
|
||||||
echo "APP_VERSION=${APP_VERSION}" >> $GITHUB_OUTPUT
|
echo "APP_VERSION=${APP_VERSION}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
- name: Change directory
|
||||||
|
run: cd functions/kubernetes
|
||||||
|
|
||||||
- name: Update helm dependencies
|
- name: Update helm dependencies
|
||||||
run: helm dependency update ./charts/shuffle
|
run: helm dependency update ./charts/shuffle
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user