diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 3407ec0..e1fc6dc 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -24,12 +24,6 @@ jobs: - name: Install Helm uses: azure/setup-helm@v4 - - name: Add Timescale Chart Repo - run: helm repo add timescale https://charts.timescale.com/ - - - name: Update Chart Dependencies - run: helm repo update - - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: