From 8230cf809a1b3bcddad33ce7d9345638ee60ed47 Mon Sep 17 00:00:00 2001 From: bakito Date: Fri, 8 Nov 2024 07:39:12 +0100 Subject: [PATCH] ignore version in helm doc diff check --- .github/workflows/test-code.yaml | 2 ++ chart/Chart.yaml | 4 ++-- chart/README.md | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-code.yaml b/.github/workflows/test-code.yaml index 7d57201..d6ab893 100644 --- a/.github/workflows/test-code.yaml +++ b/.github/workflows/test-code.yaml @@ -78,6 +78,8 @@ jobs: # ignore version as it is updated during build sed -i '/!\[Version\:/d' chart/README.md sed -i '/!\[Version\:/d' chart/README.md.old + sed -i -E 's/--version [0-9]+.[0-9]+.[0-9]+/--version x.x.x/' chart/README.md + sed -i -E 's/--version [0-9]+.[0-9]+.[0-9]+/--version x.x.x/' chart/README.md.old diff chart/README.md.old chart/README.md - name: Set up chart-testing diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 0c92698..0d283ed 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v3.1.5 +appVersion: v3.1.6 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,6 +7,6 @@ maintainers: - name: bakito url: https://github.com/bakito name: sealed-secrets-web -version: 3.1.5 +version: 3.1.6 sources: - https://github.com/bakito/sealed-secrets-web diff --git a/chart/README.md b/chart/README.md index 677dc8a..6d80241 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # sealed-secrets-web -![Version: 3.1.5](https://img.shields.io/badge/Version-3.1.5-informational?style=flat-square) ![AppVersion: v3.1.5](https://img.shields.io/badge/AppVersion-v3.1.5-informational?style=flat-square) +![Version: 3.1.6](https://img.shields.io/badge/Version-3.1.6-informational?style=flat-square) ![AppVersion: v3.1.6](https://img.shields.io/badge/AppVersion-v3.1.6-informational?style=flat-square) A web interface for Sealed Secrets by Bitnami. @@ -9,14 +9,14 @@ A web interface for Sealed Secrets by Bitnami. ### oci ```console -helm install my-sealed-secrets-web oci://ghcr.io/bakito/helm-charts/sealed-secrets-web --version 3.1.5 +helm install my-sealed-secrets-web oci://ghcr.io/bakito/helm-charts/sealed-secrets-web --version 3.1.6 ``` ### helm repository ```console helm repo add bakito https://charts.bakito.net -helm install my-sealed-secrets-web bakito/sealed-secrets-web --version 3.1.5 +helm install my-sealed-secrets-web bakito/sealed-secrets-web --version 3.1.6 ``` ## Values