[mosquitto] Update container image in values.yaml to v2.0.14 (#1709)

https://github.com/k8s-at-home/charts/pull/1702 bumped the appVersion
but not the actual value.
This commit is contained in:
Max Rosin 2022-07-25 19:17:20 +02:00 committed by GitHub
parent 144fd832f6
commit c1604d9ec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2.0.14 appVersion: 2.0.14
description: Eclipse Mosquitto - An open source MQTT broker description: Eclipse Mosquitto - An open source MQTT broker
name: mosquitto name: mosquitto
version: 4.5.0 version: 4.5.1
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- mosquitto - mosquitto
@ -23,4 +23,4 @@ dependencies:
annotations: annotations:
artifacthub.io/changes: |- artifacthub.io/changes: |-
- kind: changed - kind: changed
description: Updated image version to 2.0.14 description: Use appVersion as image tag by default

View File

@ -9,7 +9,8 @@ image:
# -- image repository # -- image repository
repository: eclipse-mosquitto repository: eclipse-mosquitto
# -- image tag # -- image tag
tag: 2.0.11 # @default -- chart.appVersion
tag:
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent