From 8ee81aabc46f65082df94bc24b986b06890c0d48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 18:22:17 -0500 Subject: [PATCH] chore(deps): update ghcr.io/gabe565/castsponsorskip docker tag to v0.1.1 (#293) * chore(deps): update ghcr.io/gabe565/castsponsorskip docker tag to v0.1.1 * :wrench: Update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- charts/castsponsorskip/Chart.yaml | 10 +++++----- charts/castsponsorskip/README.md | 8 ++++---- charts/castsponsorskip/values.yaml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/castsponsorskip/Chart.yaml b/charts/castsponsorskip/Chart.yaml index 7be596a29..80b05eba4 100644 --- a/charts/castsponsorskip/Chart.yaml +++ b/charts/castsponsorskip/Chart.yaml @@ -1,11 +1,11 @@ apiVersion: v2 name: castsponsorskip -description: Skip sponsored YouTube content on all local Google Cast devices. +description: Skip sponsored YouTube content on all local Google Cast devices. home: https://charts.gabe565.com/charts/castsponsorskip/ type: application -version: 0.0.1 +version: 0.0.2 # renovate datasource=docker depName=ghcr.io/gabe565/castsponsorskip -appVersion: 0.1.0 +appVersion: 0.1.1 kubeVersion: ">=1.22.0-0" keywords: - youtube @@ -20,8 +20,8 @@ sources: - https://github.com/gabe565/CastSponsorSkip annotations: artifacthub.io/changes: |- - - kind: added - description: Initial release + - kind: changed + description: Update ghcr.io/gabe565/castsponsorskip docker tag to v0.1.1 artifacthub.io/links: |- - name: App Source url: https://github.com/gabe565/CastSponsorSkip diff --git a/charts/castsponsorskip/README.md b/charts/castsponsorskip/README.md index fe01bb701..489e0317c 100644 --- a/charts/castsponsorskip/README.md +++ b/charts/castsponsorskip/README.md @@ -1,15 +1,15 @@ # CastSponsorSkip -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat) +![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat) +![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat) Skip sponsored YouTube content on all local Google Cast devices. **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=castsponsorskip&version=0.0.1)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=castsponsorskip&version=0.0.2)** ## Source Code @@ -88,7 +88,7 @@ N/A | hostNetwork | bool | `true` | Enable devices to be discoverable | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/gabe565/castsponsorskip"` | image repository | -| image.tag | string | `"0.1.0"` | image tag | +| image.tag | string | `"0.1.1"` | image tag | --- Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs) diff --git a/charts/castsponsorskip/values.yaml b/charts/castsponsorskip/values.yaml index f4a07c9b5..d66b66a90 100644 --- a/charts/castsponsorskip/values.yaml +++ b/charts/castsponsorskip/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: 0.1.0 + tag: 0.1.1 controller: # -- Set the controller upgrade strategy