Skip to content

Commit

Permalink
chore(deps): update azure/setup-helm action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent cbe1b10 commit 18db0ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-agent-resource-discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Helm install
uses: Azure/setup-helm@v3
uses: Azure/setup-helm@v4

- name: Lint Promitor Resource Discovery Helm chart
run: helm lint promitor-agent-resource-discovery --values examples/promitor-agent-resource-discovery.config.yaml
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v4

- name: Helm install
uses: Azure/setup-helm@v3
uses: Azure/setup-helm@v4

- name: Create k8s ${{ matrix.kubernetesVersion }} Kind Cluster
uses: helm/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-agent-scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Helm install
uses: Azure/setup-helm@v3
uses: Azure/setup-helm@v4

- name: Lint Promitor Scraper Helm chart
run: helm lint promitor-agent-scraper
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v4

- name: Helm install
uses: Azure/setup-helm@v3
uses: Azure/setup-helm@v4

- name: Download Metrics configuration
run: wget https://raw.githubusercontent.com/tomkerkhove/promitor/master/config/promitor/scraper/metrics.yaml
Expand Down

0 comments on commit 18db0ee

Please sign in to comment.