timescale / helm-charts

Configuration and Documentation to run TimescaleDB in your Kubernetes cluster
Apache License 2.0
261 stars 223 forks source link

Add option to provide images used by jobs, bump chart version, update… #558

Closed pchang388 closed 1 year ago

pchang388 commented 1 year ago

… schemas, add icon to remove helm lint warning

What this PR does / why we need it

This PR does the following based off my requirements:

  1. Make the job/cronjob image used by patroni configurable via values.yaml file
  2. Removes warning from helm lint due to missing icon, included a direct link to timescaledb icon
  3. Remove no longer specified field affinityTemplate in values.schema.yaml
  4. Updates values.schema.json based off gojsontoyaml (version: v0.1.0 ) output
  5. Bump chart version from 0.31.0 to 0.32.0

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Special notes for your reviewer

Checklist