epinio / helm-charts

Epinio Helm chart
https://epinio.github.io/helm-charts/
2 stars 15 forks source link

fix: updated kubed default values #534

Closed scuba10steve closed 6 months ago

scuba10steve commented 7 months ago

fix #533

Please let me know if there are any additional changes necessary, I do believe this will alleviate the issue.

krumware commented 6 months ago

It might be a good idea to go ahead and add the tag as well, but this looks good from my end after having the same issue.

krumware commented 6 months ago

I used the following with success:

kubed:
  enableAnalytics: false
  enabled: true
  fullnameOverride: kubed
  operator:
    registry: rancher
    repository: mirrored-appscode-kubed
    tag: v0.13.2
scuba10steve commented 6 months ago

It might be a good idea to go ahead and add the tag as well, but this looks good from my end after having the same issue.

Only reason I left the version out was so it could be specified elsewhere like it is today, but I have no problem putting it in.

enrichman commented 6 months ago

Thanks @scuba10steve @krumware

I was not able to update this PR/branch, so I opened a new one: https://github.com/epinio/helm-charts/pull/536

Closing this one.

scuba10steve commented 6 months ago

Thanks @scuba10steve @krumware

I was not able to update this PR/branch, so I opened a new one: #536

Closing this one.

Ah I didn't see this until today, I appreciate the heads up!