Skip to content

Commit 0c30010

Browse files
committed
build: fix chart.yaml
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent ee07dce commit 0c30010

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.github/workflows/artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Helm package
8585
id: build
8686
run: |
87-
helm package ${{ steps.chart-name.outputs.value }} --version ${{ steps.version.outputs.value }} --app-version ${{ steps.raw-version.outputs.value }}
87+
helm package ${{ steps.chart-name.outputs.value }} --version ${{ steps.version.outputs.value }}
8888
echo "package=${{ steps.chart-name.outputs.value }}-${{ steps.version.outputs.value }}.tgz" >> "$GITHUB_OUTPUT"
8989
9090
- name: Upload chart as artifact

vault/Chart.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
apiVersion: v2
22
type: application
33
name: vault
4-
version: 1.19.1
5-
appVersion: 1.19.0
6-
description: A Helm chart for Vault, a tool for managing secrets
7-
home: https://www.vaultproject.io/
4+
version: 0.0.0
5+
appVersion: 1.6.2
6+
description: A tool for secrets management, encryption as a service, and privileged access management
87
icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
8+
keywords:
9+
- vault
10+
- hashicorp
11+
home: https://www.vaultproject.io/
912
sources:
1013
- https://github.com/hashicorp/vault
11-
- https://github.com/banzaicloud/bank-vaults
14+
- https://github.com/bank-vaults/vault-helm-chart
1215
maintainers:
13-
- name: Banzai Cloud
14-
16+
- name: Bank Vaults Maintainers
17+

0 commit comments

Comments
 (0)