Skip to content

Commit

Permalink
fix: change chart name
Browse files Browse the repository at this point in the history
  • Loading branch information
michalziobro committed Jan 10, 2023
1 parent e5b72ab commit 3b3fbb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Get Chart Version
id: chart-version
run: |
echo "CHART_VERSION=$(grep "version:" Chart.yaml | awk '{print $2}')" >> $GITHUB_OUTPUT
echo "CHART_VERSION=$(grep "version:" helm/Chart.yaml | awk '{print $2}')" >> $GITHUB_OUTPUT
- name: Bump version and push tag
id: tag_version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- helm/**
- docs/**
- README.md
- .github/workflows/release-helm.yaml

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: sample-go-app
name: sample-go-app-helm
description: A Helm chart for Kubernetes

# A chart can be either an 'application' or a 'library' chart.
Expand Down

0 comments on commit 3b3fbb7

Please sign in to comment.