From a336236a65ccf3f36fbdfc424785d0fef6bed214 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Mon, 29 Jan 2024 22:24:59 -0600 Subject: [PATCH] chore(homer): Release v0.9.1 --- charts/homer/Chart.yaml | 6 +++--- charts/homer/README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/homer/Chart.yaml b/charts/homer/Chart.yaml index 8cd8f12d7..fd4c784e9 100644 --- a/charts/homer/Chart.yaml +++ b/charts/homer/Chart.yaml @@ -4,7 +4,7 @@ description: A dead simple static HOMepage for your servER to keep your services home: https://charts.gabe565.com/charts/homer/ icon: https://raw.githubusercontent.com/bastienwirtz/homer/5609315/public/assets/icons/logo.svg type: application -version: 0.9.0 +version: 0.9.1 # renovate datasource=docker depName=ghcr.io/bastienwirtz/homer appVersion: v23.10.1 kubeVersion: ">=1.22.0-0" @@ -21,8 +21,8 @@ sources: - https://github.com/bastienwirtz/homer annotations: artifacthub.io/changes: |- - - kind: changed - description: Update ghcr.io/bastienwirtz/homer docker tag to v23.10.1 + - kind: fixed + description: Fix ConfigMap Key artifacthub.io/links: |- - name: App Source url: https://github.com/bastienwirtz/homer diff --git a/charts/homer/README.md b/charts/homer/README.md index b49b7c34e..9cdb1b241 100644 --- a/charts/homer/README.md +++ b/charts/homer/README.md @@ -2,7 +2,7 @@ homer logo -![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat) +![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v23.10.1](https://img.shields.io/badge/AppVersion-v23.10.1-informational?style=flat) @@ -11,7 +11,7 @@ A dead simple static HOMepage for your servER to keep your services on hand, fro **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=homer&version=0.9.0)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=homer&version=0.9.1)** ## Source Code @@ -87,7 +87,7 @@ N/A | addons.codeserver.enabled | bool | `false` | Enable VS Code server addon. This allows for easy access to assets. | | addons.codeserver.ingress | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the VS Code server under this key. | | configMaps.config.data | object | See [values.yaml](./values.yaml) | Homer configuration. [[ref]](https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md) | -| configmap.config.enabled | bool | `false` | Store homer configuration as a ConfigMap | +| configMaps.config.enabled | bool | `false` | Store homer configuration as a ConfigMap | | controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy | | env | object | See [values.yaml](./values.yaml) | environment variables. | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy |