diff --git a/.github/workflows/upload-helm-chart.yaml b/.github/workflows/upload-helm-chart.yaml index 8e912d5..7eb3bd4 100644 --- a/.github/workflows/upload-helm-chart.yaml +++ b/.github/workflows/upload-helm-chart.yaml @@ -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 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 944b1af..bd84c48 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,5 +1,5 @@ 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 @@ -7,7 +7,7 @@ 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: | +# - diff --git a/chart/README.md b/chart/README.md index de73ebb..c6ea9a8 100644 --- a/chart/README.md +++ b/chart/README.md @@ -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.