fix helm deps

This commit is contained in:
Kjeld Schouten
2024-02-16 16:19:25 +01:00
parent 06baacb460
commit ac96b7ca62
2 changed files with 3 additions and 9 deletions

View File

@@ -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

View File

@@ -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