Skip to content

Commit

Permalink
ignore version in helm doc diff check (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito authored Nov 8, 2024
1 parent a829a9b commit 46a4c41
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
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
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
6 changes: 3 additions & 3 deletions chart/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 46a4c41

Please sign in to comment.