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

[Vikunja] Update to 0.18.1 #1636

Closed xeruf closed 2 years ago

xeruf commented 2 years ago

Helm chart name

Vikunja

Describe the solution you'd like

Update, as the new version which is already quite a few months old, brings many great features

Additional Information

No response

bjw-s commented 2 years ago

You can always override the image tags in your values.yaml. That way you do not have to depend on us to update the values. We are a small group of maintainers and have finite time to spend on updating images.

PR's are very welcome of course :)

xeruf commented 2 years ago

oh, I thought I have to fork the chart for that - totally understand you there ;)

can you point me to the config key?

xeruf commented 2 years ago

got it, thank you :)

additionalContainers:
  api:
    image: vikunja/api:0.18.1
  frontend:
    image: vikunja/frontend:0.18.2