diff --git a/.github/workflows/common.release.yaml b/.github/workflows/common.release.yaml index f033e4a5..5a825795 100644 --- a/.github/workflows/common.release.yaml +++ b/.github/workflows/common.release.yaml @@ -30,7 +30,7 @@ jobs: - name: Install Helm uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # tag=v3 with: - version: v3.13.3 + version: v3.14.1 # Optional step if GPG signing is used - name: Prepare GPG key diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 21b96450..1d769d88 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -200,10 +200,7 @@ jobs: tar -xvzf kail_${KAIL_VERSION}_linux_amd64.tar.gz chmod +x kail - - name: Prep Helm - run: | - helm repo add truecharts-deps https://deps.truecharts.org - helm repo update + - name: Add Dependencies run: | @@ -335,10 +332,7 @@ jobs: # with: # version: ${{ matrix.helm-version }} # -# - name: Prep Helm -# run: | -# helm repo add truecharts-deps https://deps.truecharts.org -# helm repo update + # - name: Add Dependencies # run: | # helm install prometheus-operator oci://tccr.io/truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait