Skip to content

Commit

Permalink
ver chg 1.0.0 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jussi Sahlberg committed Dec 5, 2024
1 parent 19beb6e commit b6255a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/routinator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: routinator
description: routinator helm chart for Kubernetes
type: application
version: 1.0.0
version: 1.0.1
# image: nlnetlabs/routinator
appVersion: "v0.14.0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/routinator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# routinator

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.14.0](https://img.shields.io/badge/AppVersion-v0.14.0-informational?style=flat-square)
![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: v0.14.0](https://img.shields.io/badge/AppVersion-v0.14.0-informational?style=flat-square)

routinator helm chart for Kubernetes

Expand All @@ -27,7 +27,7 @@ helm install routinator oci://ghcr.io/m0nsterrr/helm-charts/routinator

Verify the signature with [cosign](https://docs.sigstore.dev/cosign/system_config/installation/) :
```console
cosign verify ghcr.io/m0nsterrr/helm-charts/routinator:1.0.0 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
cosign verify ghcr.io/m0nsterrr/helm-charts/routinator:1.0.1 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
tions.githubusercontent.com
```

Expand Down

0 comments on commit b6255a0

Please sign in to comment.