We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc70ec commit ba0d0a9Copy full SHA for ba0d0a9
.github/workflows/lint-test.yaml
@@ -19,6 +19,14 @@ jobs:
19
with:
20
version: v3.15.4
21
22
+ - name: Add Helm dependencies
23
+ run: |
24
+ helm repo add nats https://nats-io.github.io/k8s/helm/charts/
25
+ helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
26
+ helm repo add bitnami https://charts.bitnami.com/bitnami
27
+ helm repo add hashicorp https://helm.releases.hashicorp.com
28
+ helm repo update
29
+
30
- uses: actions/setup-python@v5
31
32
python-version: "3.x"
0 commit comments