[blocky] use container image direct from the application developer (#1337)

* use container image direct from the source

It's possible that when this chart was first built, container images (or multi-arch images) were not available - but they are now. See https://github.com/0xERR0R/blocky/pkgs/container/blocky for images that include amd64, arm64, arm/v6, and arm/v7.

* bump Chart.yml version

* README updates

* add a CHANGELOG note

Co-authored-by: Harald Koch <chk@anemone.chk.cfrq.net>
This commit is contained in:
Harald Koch 2021-12-30 16:45:07 -05:00 committed by GitHub
parent da5e7b65fc
commit 5614ea7c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@ -7,7 +7,7 @@
image:
# -- image repository
repository: spx01/blocky
repository: ghcr.io/0xerr0r/blocky
# -- image tag
tag: v0.17
# -- image pull policy