k8s-at-home / charts

⚠️ Deprecated : Helm charts for applications you run at home
https://docs.k8s-at-home.com
Apache License 2.0
1.45k stars 623 forks source link

[mosquitto] Update container image to v2.0.14 #1702

Closed terop closed 2 years ago

terop commented 2 years ago

Signed-off-by: Tero Paloheimo tero.paloheimo@iki.fi

Description of the change

The container image is updated to the latest version.

Benefits

Having the latest version has possible fixes and / or improvements which may increase security or improve performance, etc.

Possible drawbacks

There may be new bugs or regressions in the new version.

Additional information

Checklist

ekeih commented 2 years ago

This PR did not update the container image to v2.0.14. The chart does not use the app version but the value from values.yaml: https://github.com/k8s-at-home/charts/blob/144fd832f623ab556ef31895e700d3fc7c160981/charts/stable/mosquitto/values.yaml#L12

I will create an additional PR to bump that value.

bjw-s commented 2 years ago

I should have checked that better :/ Sorry about that!