Skip to content

Commit

Permalink
correct generated helm readme version
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Nov 23, 2022
1 parent bc3b628 commit f65f71f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/upload-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
VERSION=$(echo "${{github.event.release.tag_name }}" | sed 's/v//g')
sed -i "s/^version:.*$/version: ${VERSION}/" ./chart/Chart.yaml
sed -i "s/^appVersion:.*$/appVersion: v${VERSION}/" ./chart/Chart.yaml
make docs
make helm-docs
./bin/helm-docs
helm package ./chart/ --version $VERSION --app-version v$VERSION -d dist
- name: Install chart-releaser
Expand Down
10 changes: 5 additions & 5 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
appVersion: v3.0.4
appVersion: v3.0.5
description: A web interface for Sealed Secrets by Bitnami.
home: https://github.com/bakito/sealed-secrets-web
icon: https://raw.githubusercontent.com/bakito/sealed-secrets-web/master/assets/logo.png
maintainers:
- name: bakito
url: https://github.com/bakito
name: sealed-secrets-web
version: 3.0.4
annotations:
artifacthub.io/changes: |
- simplified revisionHistoryLimit config in deployment
version: 3.0.5
#annotations:
# artifacthub.io/changes: |
# -
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sealed-secrets-web

![Version: 3.0.4](https://img.shields.io/badge/Version-3.0.4-informational?style=flat-square) ![AppVersion: v3.0.4](https://img.shields.io/badge/AppVersion-v3.0.4-informational?style=flat-square)
![Version: 3.0.5](https://img.shields.io/badge/Version-3.0.5-informational?style=flat-square) ![AppVersion: v3.0.5](https://img.shields.io/badge/AppVersion-v3.0.5-informational?style=flat-square)

A web interface for Sealed Secrets by Bitnami.

Expand Down

0 comments on commit f65f71f

Please sign in to comment.