Skip to content

Commit

Permalink
fix cd-helm and remove appVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Mar 6, 2024
1 parent 444a29c commit 5e385bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/cd-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ name: CD / Helm
on:
push:
paths:
- '.github/workflows/cd-helm.yml'
- 'charts/**'
branches:
- master
Expand Down Expand Up @@ -70,6 +71,13 @@ jobs:
with:
version: v3.12.1

- name: Add Helm dependencies
run: |
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm repo add cert-manager https://charts.jetstack.io
helm repo add metrics-server https://kubernetes-sigs.github.io/metrics-server/
helm repo add kong https://charts.konghq.com
- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down
1 change: 0 additions & 1 deletion charts/kubernetes-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
apiVersion: v2
name: kubernetes-dashboard
version: 7.0.0
appVersion: "v3.0.0"
description: General-purpose web UI for Kubernetes clusters
keywords:
- kubernetes
Expand Down

0 comments on commit 5e385bf

Please sign in to comment.