Skip to content

Commit

Permalink
chore: update publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Jul 19, 2024
1 parent 749f01f commit 3e6b601
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
cat ${CHARTS_DIR}/Chart.yaml
echo ------
PACKAGE_DIR="."
helm dependency update
helm dependency update ${PACKAGE_DIR}
helm package ${CHARTS_DIR} -d ${PACKAGE_DIR}
helm repo index ${PACKAGE_DIR} --url ${CHART_DOWNLOAD_URL} --merge ${INDEX_DIR}/index.yaml
Expand Down
1 change: 0 additions & 1 deletion stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ global:
port: 80

initContainers: []

sidecars: []

appContext:
Expand Down

0 comments on commit 3e6b601

Please sign in to comment.