jameswynn / helm-charts

Helm Charts
Apache License 2.0
17 stars 13 forks source link

Changes to homepage configuartion in values are not applied #28

Closed KonstantinNosov closed 1 month ago

KonstantinNosov commented 2 months ago
  1. Deploy helm
  2. Updated homepage config in values
  3. execute helm upgrade ...

expected: new configuration is applied

actual: homepage uses configuration from initial deployment

Likely related to A container using a ConfigMap as a subPath volume mount will not receive ConfigMap updates. volume mount will not receive ConfigMap updates.)

sromerotech commented 2 weeks ago

Hi @jameswynn I use your homepage chart (1.2.3) with ArgoCD and my container won't rollout on ConfigMap update. I've also tried using reloader by adding the following annotation in the valuesObject section of the ArgoCD application but when synced, I can't see it on the actual Deployment.

# Not sure if this key is pluralized or not. Added both for testing
controllers:
  main:
    annotations:
      reloader.stakater.com/auto: "true"
controller:
  main:
    annotations:
      reloader.stakater.com/auto: "true"
image:
  repository: ghcr.io/gethomepage/homepage
  tag: latest
  pullPolicy: Always

Would you mind giving me a hint on this?

WolfeCub commented 4 days ago

I'm still running into this issue using flux to reconcile my cluster on version 2.0.1 of the chart.