diff --git a/charts/stable/blocky/Chart.yaml b/charts/stable/blocky/Chart.yaml index 4dbcfdca..582ed8bc 100644 --- a/charts/stable/blocky/Chart.yaml +++ b/charts/stable/blocky/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v0.17 description: DNS proxy as ad-blocker for local network name: blocky -version: 10.0.0 +version: 10.0.1 kubeVersion: ">=1.16.0-0" keywords: - blocky diff --git a/charts/stable/blocky/README.md b/charts/stable/blocky/README.md index 5ae43d9e..6a90f47a 100644 --- a/charts/stable/blocky/README.md +++ b/charts/stable/blocky/README.md @@ -1,6 +1,6 @@ # blocky -![Version: 10.0.0](https://img.shields.io/badge/Version-10.0.0-informational?style=flat-square) ![AppVersion: v0.17](https://img.shields.io/badge/AppVersion-v0.17-informational?style=flat-square) +![Version: 10.0.1](https://img.shields.io/badge/Version-10.0.1-informational?style=flat-square) ![AppVersion: v0.17](https://img.shields.io/badge/AppVersion-v0.17-informational?style=flat-square) DNS proxy as ad-blocker for local network @@ -81,7 +81,7 @@ N/A | env | object | See below | environment variables. See [image docs](https://0xerr0r.github.io/blocky/installation/#run-with-docker) for more details. | | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"spx01/blocky"` | image repository | +| image.repository | string | `"ghcr.io/0xerr0r/blocky"` | image repository | | image.tag | string | `"v0.17"` | image tag | | metrics.enabled | bool | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. | | metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. | @@ -101,6 +101,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [10.0.1] + +#### Changed + +- Updated Blocky image to `ghcr.io/0xerr0r/blocky`, which is built (using GitHub Actions) by the application developer for each release. + ### [10.0.0] #### Added diff --git a/charts/stable/blocky/README_CHANGELOG.md.gotmpl b/charts/stable/blocky/README_CHANGELOG.md.gotmpl index 9fdad007..801ef5ac 100644 --- a/charts/stable/blocky/README_CHANGELOG.md.gotmpl +++ b/charts/stable/blocky/README_CHANGELOG.md.gotmpl @@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [10.0.1] + +#### Changed + +- Updated Blocky image to `ghcr.io/0xerr0r/blocky`, which is built (using GitHub Actions) by the application developer for each release. + ### [10.0.0] #### Added diff --git a/charts/stable/blocky/values.yaml b/charts/stable/blocky/values.yaml index 308ad60d..a913e88e 100644 --- a/charts/stable/blocky/values.yaml +++ b/charts/stable/blocky/values.yaml @@ -7,7 +7,7 @@ image: # -- image repository - repository: spx01/blocky + repository: ghcr.io/0xerr0r/blocky # -- image tag tag: v0.17 # -- image pull policy