Skip to content

Commit 5cabc89

Browse files
authored
Merge pull request #1667 from grafana/dependabot/github_actions/gha-6e889e42fd
chore(deps): bump kyverno/action-install-chainsaw from 0.2.8 to 0.2.9 in the gha group
2 parents 4dd4eec + df743bb commit 5cabc89

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
version: v0.13.0
7676

7777
- name: Install chainsaw
78-
uses: kyverno/action-install-chainsaw@v0.2.8
78+
uses: kyverno/action-install-chainsaw@v0.2.9
7979

8080
- name: Create KinD cluster ${{ matrix.version }}
8181
id: kind

tests/e2e/example-test/06-dashboard.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ spec:
1414
matchLabels:
1515
dashboards: "grafana"
1616
envFrom:
17-
- secretRef:
17+
- secretKeyRef:
1818
name: grafana-user-secrets
19+
key: "CUSTOM_RANGE_ENV"
1920
plugins:
2021
- name: grafana-piechart-panel
2122
version: 1.3.9

0 commit comments

Comments
 (0)