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 ```