Skip to content

Commit

Permalink
chore(docs): add documentation to verify helm chart signature in OCI
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Nov 29, 2024
1 parent 55bd8ea commit 7aa0123
Show file tree
Hide file tree
Showing 48 changed files with 240 additions and 48 deletions.
2 changes: 1 addition & 1 deletion charts/as212510-net/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: as212510-net
description: as212510.net helm chart for Kubernetes
type: application
version: 0.5.5
version: 0.5.6
# image: ghcr.io/m0nsterrr/as212510.net
appVersion: "3.0.0"
maintainers:
Expand Down
8 changes: 7 additions & 1 deletion charts/as212510-net/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# as212510-net

![Version: 0.5.5](https://img.shields.io/badge/Version-0.5.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)
![Version: 0.5.6](https://img.shields.io/badge/Version-0.5.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)

as212510.net helm chart for Kubernetes

Expand All @@ -27,6 +27,12 @@ Kubernetes: `>=1.23.0-0`
helm install as212510-net oci://ghcr.io/m0nsterrr/helm-charts/as212510-net
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/as212510-net:0.5.6 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Will be deprecated in a future major release

Expand Down
8 changes: 7 additions & 1 deletion charts/as212510-net/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@

### OCI
```console
helm install as212510-net oci://ghcr.io/m0nsterrr/helm-charts/as212510-net
helm install {{ template "chart.name" . }} oci://ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}:{{ template "chart.version" . }} --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Expand Down
2 changes: 1 addition & 1 deletion charts/bazarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: bazarr
description: bazarr helm chart for Kubernetes
type: application
version: 0.4.3
version: 0.4.4
# image: ghcr.io/onedr0p/bazarr
appVersion: "1.4.5"
maintainers:
Expand Down
8 changes: 7 additions & 1 deletion charts/bazarr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bazarr

![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.5](https://img.shields.io/badge/AppVersion-1.4.5-informational?style=flat-square)
![Version: 0.4.4](https://img.shields.io/badge/Version-0.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.5](https://img.shields.io/badge/AppVersion-1.4.5-informational?style=flat-square)

bazarr helm chart for Kubernetes

Expand All @@ -27,6 +27,12 @@ Kubernetes: `>=1.23.0-0`
helm install bazarr oci://ghcr.io/m0nsterrr/helm-charts/bazarr
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/bazarr:0.4.4 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Will be deprecated in a future major release

Expand Down
8 changes: 7 additions & 1 deletion charts/bazarr/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@

### OCI
```console
helm install bazarr oci://ghcr.io/m0nsterrr/helm-charts/bazarr
helm install {{ template "chart.name" . }} oci://ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}:{{ template "chart.version" . }} --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Expand Down
2 changes: 1 addition & 1 deletion charts/flaresolverr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: flaresolverr
description: flaresolverr helm chart for Kubernetes
type: application
version: 0.2.9
version: 0.2.10
# image: flaresolverr/flaresolverr
appVersion: "v3.3.21"
maintainers:
Expand Down
8 changes: 7 additions & 1 deletion charts/flaresolverr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flaresolverr

![Version: 0.2.9](https://img.shields.io/badge/Version-0.2.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.21](https://img.shields.io/badge/AppVersion-v3.3.21-informational?style=flat-square)
![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.21](https://img.shields.io/badge/AppVersion-v3.3.21-informational?style=flat-square)

flaresolverr helm chart for Kubernetes

Expand All @@ -27,6 +27,12 @@ Kubernetes: `>=1.23.0-0`
helm install flaresolverr oci://ghcr.io/m0nsterrr/helm-charts/flaresolverr
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/flaresolverr:0.2.10 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Will be deprecated in a future major release

Expand Down
8 changes: 7 additions & 1 deletion charts/flaresolverr/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@

### OCI
```console
helm install flaresolverr oci://ghcr.io/m0nsterrr/helm-charts/flaresolverr
helm install {{ template "chart.name" . }} oci://ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}:{{ template "chart.version" . }} --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Expand Down
2 changes: 1 addition & 1 deletion charts/homepage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: homepage
description: homepage helm chart for Kubernetes
type: application
version: 0.1.4
version: 0.1.5
# image: ghcr.io/gethomepage/homepage
appVersion: "v0.9.13"
maintainers:
Expand Down
8 changes: 7 additions & 1 deletion charts/homepage/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# homepage

![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.13](https://img.shields.io/badge/AppVersion-v0.9.13-informational?style=flat-square)
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.13](https://img.shields.io/badge/AppVersion-v0.9.13-informational?style=flat-square)

homepage helm chart for Kubernetes

Expand All @@ -27,6 +27,12 @@ Kubernetes: `>=1.23.0-0`
helm install homepage oci://ghcr.io/m0nsterrr/helm-charts/homepage
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/homepage:0.1.5 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Will be deprecated in a future major release

Expand Down
8 changes: 7 additions & 1 deletion charts/homepage/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@

### OCI
```console
helm install homepage oci://ghcr.io/m0nsterrr/helm-charts/homepage
helm install {{ template "chart.name" . }} oci://ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}:{{ template "chart.version" . }} --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Expand Down
2 changes: 1 addition & 1 deletion charts/hyperglass/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: hyperglass
description: hyperglass helm chart for Kubernetes
type: application
version: 1.0.1
version: 1.0.2
# image: ghcr.io/m0nsterrr/hyperglass
appVersion: "v2.0.4"
maintainers:
Expand Down
8 changes: 7 additions & 1 deletion charts/hyperglass/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hyperglass

![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.4](https://img.shields.io/badge/AppVersion-v2.0.4-informational?style=flat-square)
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.4](https://img.shields.io/badge/AppVersion-v2.0.4-informational?style=flat-square)

hyperglass helm chart for Kubernetes

Expand Down Expand Up @@ -31,6 +31,12 @@ Kubernetes: `>=1.23.0-0`
helm install hyperglass oci://ghcr.io/m0nsterrr/helm-charts/hyperglass
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/hyperglass:1.0.2 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Will be deprecated in a future major release

Expand Down
8 changes: 7 additions & 1 deletion charts/hyperglass/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@

### OCI
```console
helm install hyperglass oci://ghcr.io/m0nsterrr/helm-charts/hyperglass
helm install {{ template "chart.name" . }} oci://ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}:{{ template "chart.version" . }} --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Expand Down
2 changes: 1 addition & 1 deletion charts/jellyfin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: jellyfin
description: jellyfin helm chart for Kubernetes
type: application
version: 0.3.3
version: 0.3.4
# image: jellyfin/jellyfin
appVersion: "10.10.3"
maintainers:
Expand Down
8 changes: 7 additions & 1 deletion charts/jellyfin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jellyfin

![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.10.3](https://img.shields.io/badge/AppVersion-10.10.3-informational?style=flat-square)
![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.10.3](https://img.shields.io/badge/AppVersion-10.10.3-informational?style=flat-square)

jellyfin helm chart for Kubernetes

Expand All @@ -27,6 +27,12 @@ Kubernetes: `>=1.23.0-0`
helm install jellyfin oci://ghcr.io/m0nsterrr/helm-charts/jellyfin
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/jellyfin:0.3.4 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Will be deprecated in a future major release

Expand Down
8 changes: 7 additions & 1 deletion charts/jellyfin/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@

### OCI
```console
helm install jellyfin oci://ghcr.io/m0nsterrr/helm-charts/jellyfin
helm install {{ template "chart.name" . }} oci://ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}:{{ template "chart.version" . }} --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Expand Down
2 changes: 1 addition & 1 deletion charts/jellyseerr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: jellyseerr
description: jellyseerr helm chart for Kubernetes
type: application
version: 1.1.1
version: 1.1.2
# image: fallenbagel/jellyseerr
appVersion: "2.1.0"
maintainers:
Expand Down
8 changes: 7 additions & 1 deletion charts/jellyseerr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jellyseerr

![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.0](https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square)
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.0](https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square)

jellyseerr helm chart for Kubernetes

Expand All @@ -27,6 +27,12 @@ Kubernetes: `>=1.23.0-0`
helm install jellyseerr oci://ghcr.io/m0nsterrr/helm-charts/jellyseerr
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/jellyseerr:1.1.2 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Will be deprecated in a future major release

Expand Down
8 changes: 7 additions & 1 deletion charts/jellyseerr/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@

### OCI
```console
helm install jellyseerr oci://ghcr.io/m0nsterrr/helm-charts/jellyseerr
helm install {{ template "chart.name" . }} oci://ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}:{{ template "chart.version" . }} --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Expand Down
2 changes: 1 addition & 1 deletion charts/joal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: joal
description: joal helm chart for Kubernetes
type: application
version: 0.3.1
version: 0.3.2
# image: anthonyraymond/joal
appVersion: "2.1.36"
maintainers:
Expand Down
8 changes: 7 additions & 1 deletion charts/joal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# joal

![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.36](https://img.shields.io/badge/AppVersion-2.1.36-informational?style=flat-square)
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.36](https://img.shields.io/badge/AppVersion-2.1.36-informational?style=flat-square)

joal helm chart for Kubernetes

Expand All @@ -27,6 +27,12 @@ Kubernetes: `>=1.23.0-0`
helm install joal oci://ghcr.io/m0nsterrr/helm-charts/joal
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/joal:0.3.2 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Will be deprecated in a future major release

Expand Down
8 changes: 7 additions & 1 deletion charts/joal/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@

### OCI
```console
helm install joal oci://ghcr.io/m0nsterrr/helm-charts/joal
helm install {{ template "chart.name" . }} oci://ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/{{ template "chart.name" . }}:{{ template "chart.version" . }} --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Expand Down
2 changes: 1 addition & 1 deletion charts/kea-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: kea-exporter
description: kea-exporter helm chart for Kubernetes
type: application
version: 0.2.6
version: 0.2.7
# image: ghcr.io/mweinelt/kea-exporter
appVersion: "v0.7.0"
maintainers:
Expand Down
8 changes: 7 additions & 1 deletion charts/kea-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kea-exporter

![Version: 0.2.6](https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.7.0](https://img.shields.io/badge/AppVersion-v0.7.0-informational?style=flat-square)
![Version: 0.2.7](https://img.shields.io/badge/Version-0.2.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.7.0](https://img.shields.io/badge/AppVersion-v0.7.0-informational?style=flat-square)

kea-exporter helm chart for Kubernetes

Expand All @@ -27,6 +27,12 @@ Kubernetes: `>=1.23.0-0`
helm install kea-exporter oci://ghcr.io/m0nsterrr/helm-charts/kea-exporter
```

Verify the signature :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/kea-exporter:0.2.7 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

### Helm repository
Will be deprecated in a future major release

Expand Down
Loading

0 comments on commit 7aa0123

Please sign in to comment.