diff --git a/.github/workflows/publish-master.yml b/.github/workflows/publish-master.yml index 292f47a3c69..a362528b0fc 100644 --- a/.github/workflows/publish-master.yml +++ b/.github/workflows/publish-master.yml @@ -169,7 +169,7 @@ jobs: helm repo index . --merge=index.yaml --url oci://ghcr.io/terascope/teraslice-chart:${{ env.CHART_VERSION }} echo $(cat index.yaml) echo $(ls) - sed -i 's|/teraslice-${{ env.CHART_VERSION }}.tgz||' index.yaml + sed -i 's|/teraslice-chart-${{ env.CHART_VERSION }}.tgz||' index.yaml echo $(cat index.yaml) - name: Commit Updated index.yaml @@ -191,8 +191,6 @@ jobs: run: | cd ./helm/helm-repo-site echo $(ls) - mv ./teraslice-${{ env.CHART_VERSION }}.tgz teraslice-chart-${{ env.CHART_VERSION }}.tgz - echo $(ls) CHART_FILE=$(ls teraslice-chart-${{ env.CHART_VERSION }}.tgz) echo "Publishing $CHART_FILE to GHCR..." helm push $CHART_FILE oci://ghcr.io/terascope --debug diff --git a/helm/helm-repo-site/index.tpl b/helm/helm-repo-site/index.tpl index 86040029471..89324134ed1 100644 --- a/helm/helm-repo-site/index.tpl +++ b/helm/helm-repo-site/index.tpl @@ -222,7 +222,7 @@ releases: - name: teraslice namespace: ts-dev1 version: {{ (index (index .Entries "teraslice") 0).Version }} - chart: terascope/teraslice + chart: terascope/teraslice-chart needs: - ts-dev1/opensearch1 values: diff --git a/helm/teraslice/Chart.yaml b/helm/teraslice/Chart.yaml index 845d90545fb..5243a965fa1 100644 --- a/helm/teraslice/Chart.yaml +++ b/helm/teraslice/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: teraslice +name: teraslice-chart description: Teraslice - Distributed computing platform for processing JSON data type: application version: 2.0.0