Skip to content

Commit 5e385bf

Browse files
committed
fix cd-helm and remove appVersion
1 parent 444a29c commit 5e385bf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/cd-helm.yml

+8
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ name: CD / Helm
1717
on:
1818
push:
1919
paths:
20+
- '.github/workflows/cd-helm.yml'
2021
- 'charts/**'
2122
branches:
2223
- master
@@ -70,6 +71,13 @@ jobs:
7071
with:
7172
version: v3.12.1
7273

74+
- name: Add Helm dependencies
75+
run: |
76+
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
77+
helm repo add cert-manager https://charts.jetstack.io
78+
helm repo add metrics-server https://kubernetes-sigs.github.io/metrics-server/
79+
helm repo add kong https://charts.konghq.com
80+
7381
- name: Run chart-releaser
7482
uses: helm/[email protected]
7583
with:

charts/kubernetes-dashboard/Chart.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
apiVersion: v2
1616
name: kubernetes-dashboard
1717
version: 7.0.0
18-
appVersion: "v3.0.0"
1918
description: General-purpose web UI for Kubernetes clusters
2019
keywords:
2120
- kubernetes

0 commit comments

Comments
 (0)