From 67ab72b346c5e59924c13ef5cd2ac9762d7fc975 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Sat, 21 Dec 2024 19:19:09 +0100 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20ghcr.io/gethomepage?= =?UTF-8?q?/homepage=20(=20v0.9.13=20=E2=86=92=20v0.10.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ludovic Ortega --- charts/homepage/Chart.yaml | 4 ++-- charts/homepage/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/homepage/Chart.yaml b/charts/homepage/Chart.yaml index 88eca6d..dde9f99 100644 --- a/charts/homepage/Chart.yaml +++ b/charts/homepage/Chart.yaml @@ -3,9 +3,9 @@ kubeVersion: ">=1.23.0-0" name: homepage description: homepage helm chart for Kubernetes type: application -version: 1.0.0 +version: 1.1.0 # image: ghcr.io/gethomepage/homepage -appVersion: "v0.9.13" +appVersion: "v0.10.1" maintainers: - name: Ludovic Ortega email: ludovic.ortega@adminafk.fr diff --git a/charts/homepage/README.md b/charts/homepage/README.md index f1be8f8..b8fa756 100644 --- a/charts/homepage/README.md +++ b/charts/homepage/README.md @@ -1,6 +1,6 @@ # homepage -![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.9.13](https://img.shields.io/badge/AppVersion-v0.9.13-informational?style=flat-square) +![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.10.1](https://img.shields.io/badge/AppVersion-v0.10.1-informational?style=flat-square) homepage helm chart for Kubernetes @@ -27,7 +27,7 @@ helm install homepage oci://ghcr.io/m0nsterrr/helm-charts/homepage Verify the signature with [cosign](https://docs.sigstore.dev/cosign/system_config/installation/) : ```console -cosign verify ghcr.io/m0nsterrr/helm-charts/homepage: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/homepage:1.1.0 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac tions.githubusercontent.com ```