mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[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:
parent
144fd832f6
commit
c1604d9ec8
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user