Skip to content

Commit 50a338a

Browse files
authored
NOISSUE - Fix github workflows (#169)
Signed-off-by: JeffMboya <[email protected]>
1 parent 94fa6ad commit 50a338a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/lint-test.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
2626
helm repo add bitnami https://charts.bitnami.com/bitnami
2727
helm repo add hashicorp https://helm.releases.hashicorp.com
28-
helm repo add grafana https://grafana.github.io/helm-charts
2928
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
30-
helm repo add fluent https://fluent.github.io/helm-charts
3129
helm repo update
3230
3331
- name: Update Helm dependencies

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
3838
helm repo add hashicorp https://helm.releases.hashicorp.com
3939
helm repo add nats https://nats-io.github.io/k8s/helm/charts/
40+
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
4041
helm repo update
4142
4243
- name: Update Helm dependencies

0 commit comments

Comments
 (0)