mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-06 08:06:22 -03:00
fix helm deps
This commit is contained in:
2
.github/workflows/common.release.yaml
vendored
2
.github/workflows/common.release.yaml
vendored
@@ -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
|
||||
|
||||
10
.github/workflows/common_library_tests.yaml
vendored
10
.github/workflows/common_library_tests.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user