[blocky]: Upgrade appVersion and use it from chart. (#1438)

This commit is contained in:
Skyler Mäntysaari 2022-02-26 23:27:10 +02:00 committed by GitHub
parent 4caa8f82a1
commit fbf582680b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v0.17
appVersion: v0.18
description: DNS proxy as ad-blocker for local network
name: blocky
version: 10.1.0
version: 10.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- blocky
@ -22,4 +22,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgraded `common` chart dependency to version `4.3.0`.
description: Upgraded `appversion` to version `0.18` and made it use Chart.appversion by default for ease of maintenance.

View File

@ -9,7 +9,8 @@ image:
# -- image repository
repository: ghcr.io/0xerr0r/blocky
# -- image tag
tag: v0.17
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent