hajimari icon indicating copy to clipboard operation
hajimari copied to clipboard

Helm chart references old v0.1.0 image tag

Open zmingee opened this issue 3 years ago • 1 comments

Describe the bug The Helm chart still references the v0.1.0 image tag, while v0.2.0 is available

To Reproduce Steps to reproduce the behavior:

  1. Add Helm repo
  2. Install chart following repo instructions
  3. Note that container is running tag v0.1.0

Expected behavior The Helm chart should deploy the latest version (v0.2.0)

Additional context I originally noticed the issue because I'm running k8s v1.22.2 and experienced #22

zmingee avatar Jan 22 '22 15:01 zmingee

Fix

https://github.com/toboshii/hajimari/pull/34

Workaround until it gets merged

helm install hajimari hajimari/hajimari --set image.tag=v0.2.0

lapwat avatar Feb 03 '22 13:02 lapwat

Fixed in #44

toboshii avatar Oct 02 '22 13:10 toboshii