From b6255a02e1a97b96faa10f9d20a0dbab9f784dcf Mon Sep 17 00:00:00 2001 From: Jussi Sahlberg Date: Thu, 5 Dec 2024 13:13:27 +0200 Subject: [PATCH] ver chg 1.0.0 -> 1.0.1 --- charts/routinator/Chart.yaml | 2 +- charts/routinator/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/routinator/Chart.yaml b/charts/routinator/Chart.yaml index 52cebe1..2ac1e39 100644 --- a/charts/routinator/Chart.yaml +++ b/charts/routinator/Chart.yaml @@ -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: diff --git a/charts/routinator/README.md b/charts/routinator/README.md index 8e95781..7ea0fa9 100644 --- a/charts/routinator/README.md +++ b/charts/routinator/README.md @@ -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 @@ -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 ```