diff --git a/charts/castsponsorskip/Chart.lock b/charts/castsponsorskip/Chart.lock
index c7b992db4..c8a8d5ae0 100644
--- a/charts/castsponsorskip/Chart.lock
+++ b/charts/castsponsorskip/Chart.lock
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: https://bjw-s.github.io/helm-charts
- version: 1.5.1
-digest: sha256:3588c89621170f198d4938664d3ea4c469bd91fd78183c83cfcf63f474d348c4
-generated: "2023-08-20T16:58:24.530562-05:00"
+ version: 2.4.0
+digest: sha256:dcf2f5bef73f1da784d5021045e34ff6a70ce7d4518efec6500c7d697ffdacea
+generated: "2024-01-08T20:51:17.57097-06:00"
diff --git a/charts/castsponsorskip/Chart.yaml b/charts/castsponsorskip/Chart.yaml
index a85900a5f..21e169f4e 100644
--- a/charts/castsponsorskip/Chart.yaml
+++ b/charts/castsponsorskip/Chart.yaml
@@ -4,7 +4,7 @@ description: Skip sponsored YouTube content on all local Google Cast devices.
home: https://charts.gabe565.com/charts/castsponsorskip/
icon: https://raw.githubusercontent.com/gabe565/CastSponsorSkip/0c8c4d4f/assets/icon.svg
type: application
-version: 0.5.0
+version: 0.6.0
# renovate datasource=docker depName=ghcr.io/gabe565/castsponsorskip
appVersion: 0.7.0
kubeVersion: ">=1.22.0-0"
@@ -16,13 +16,13 @@ keywords:
dependencies:
- name: common
repository: https://bjw-s.github.io/helm-charts
- version: 1.5.1
+ version: 2.4.0
sources:
- https://github.com/gabe565/CastSponsorSkip
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update ghcr.io/gabe565/castsponsorskip docker tag to v0.7.0
+ description: Update common helm release to v2
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 99e4cc4a9..84d597282 100644
--- a/charts/castsponsorskip/README.md
+++ b/charts/castsponsorskip/README.md
@@ -2,7 +2,7 @@
-![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat)
+![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 0.7.0](https://img.shields.io/badge/AppVersion-0.7.0-informational?style=flat)
@@ -11,7 +11,7 @@ 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.5.0)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=castsponsorskip&version=0.6.0)**
## Source Code
@@ -25,7 +25,7 @@ Kubernetes: `>=1.22.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| | common | 1.5.1 |
+| | common | 2.4.0 |
## Installing the Chart
@@ -58,7 +58,7 @@ The command removes all the Kubernetes components associated with the chart **in
## Configuration
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
-Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common/values.yaml) from the [bjw-s common library](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common).
+Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common/values.yaml) from the [bjw-s common library](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common).
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
@@ -80,18 +80,18 @@ N/A
## Values
-**Important**: When deploying an application Helm chart you can add more values from the bjw-s common library chart [here](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common)
+**Important**: When deploying an application Helm chart you can add more values from the bjw-s common library chart [here](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common)
| Key | Type | Default | Description |
|-----|------|---------|-------------|
-| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy |
-| dnsPolicy | string | `"ClusterFirst"` | When hostNetwork is true set dnsPolicy to `ClusterFirstWithHostNet` |
-| env | object | See [values.yaml](./values.yaml) | environment variables. [[ref]](https://github.com/gabe565/CastSponsorSkip#configuration) |
-| env.TZ | string | `"UTC"` | Set the container timezone |
-| 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.7.0"` | image tag |
+| controllers.main.containers.main.env | object | See [values.yaml](./values.yaml) | environment variables. [[ref]](https://github.com/gabe565/CastSponsorSkip#configuration) |
+| controllers.main.containers.main.env.TZ | string | `"UTC"` | Set the container timezone |
+| controllers.main.containers.main.image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
+| controllers.main.containers.main.image.repository | string | `"ghcr.io/gabe565/castsponsorskip"` | image repository |
+| controllers.main.containers.main.image.tag | string | `"0.7.0"` | image tag |
+| controllers.main.pod.dnsPolicy | string | `"ClusterFirst"` | When hostNetwork is true set dnsPolicy to `ClusterFirstWithHostNet` |
+| controllers.main.pod.hostNetwork | bool | `true` | Enable devices to be discoverable |
+| controllers.main.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy |
---
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
diff --git a/charts/castsponsorskip/templates/NOTES.txt b/charts/castsponsorskip/templates/NOTES.txt
deleted file mode 100644
index 44ecfaa6c..000000000
--- a/charts/castsponsorskip/templates/NOTES.txt
+++ /dev/null
@@ -1 +0,0 @@
-{{- include "bjw-s.common.lib.chart.notes" . -}}
diff --git a/charts/castsponsorskip/values.yaml b/charts/castsponsorskip/values.yaml
index c238589d7..7a79efaa5 100644
--- a/charts/castsponsorskip/values.yaml
+++ b/charts/castsponsorskip/values.yaml
@@ -2,40 +2,40 @@
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
-# https://github.com/bjw-s/helm-charts/blob/a081de5/charts/library/common/values.yaml
+# https://github.com/bjw-s/helm-charts/blob/main/charts/library/common/values.yaml
#
-image:
- # -- image repository
- repository: ghcr.io/gabe565/castsponsorskip
- # -- image pull policy
- pullPolicy: IfNotPresent
- # -- image tag
- tag: 0.7.0
-
-controller:
- # -- Set the controller upgrade strategy
- strategy: RollingUpdate
-
-# -- environment variables. [[ref]](https://github.com/gabe565/CastSponsorSkip#configuration)
-# @default -- See [values.yaml](./values.yaml)
-env:
- # -- Set the container timezone
- TZ: UTC
- # CSS_DISCOVER_INTERVAL: 5m
- # CSS_PAUSED_INTERVAL: 1m
- # CSS_PLAYING_INTERVAL: 1s
- # CSS_CATEGORIES: sponsor
- # CSS_YOUTUBE_API_KEY: AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe
- # CSS_NETWORK_INTERFACE:
+controllers:
+ main:
+ containers:
+ main:
+ image:
+ # -- image repository
+ repository: ghcr.io/gabe565/castsponsorskip
+ # -- image pull policy
+ pullPolicy: IfNotPresent
+ # -- image tag
+ tag: 0.7.0
+ # -- environment variables. [[ref]](https://github.com/gabe565/CastSponsorSkip#configuration)
+ # @default -- See [values.yaml](./values.yaml)
+ env:
+ # -- Set the container timezone
+ TZ: UTC
+ # CSS_DISCOVER_INTERVAL: 5m
+ # CSS_PAUSED_INTERVAL: 1m
+ # CSS_PLAYING_INTERVAL: 1s
+ # CSS_CATEGORIES: sponsor
+ # CSS_YOUTUBE_API_KEY: AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe
+ # CSS_NETWORK_INTERFACE:
+ # -- Set the controller upgrade strategy
+ strategy: RollingUpdate
+ pod:
+ # -- Enable devices to be discoverable
+ hostNetwork: true
+ # -- When hostNetwork is true set dnsPolicy to `ClusterFirstWithHostNet`
+ dnsPolicy: ClusterFirst
# @ignored
service:
main:
enabled: false
-
-# -- Enable devices to be discoverable
-hostNetwork: true
-
-# -- When hostNetwork is true set dnsPolicy to `ClusterFirstWithHostNet`
-dnsPolicy: ClusterFirst