You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Don't use default 1 for replicaCount
Since `default` handles 0 (zero) as "not set", it's currently impossible to scale the helm chart to 0 replicas.
The default value in the values file is 1 anyways, so this should not cause a breaking change.
* Update Chart.yaml with new version
* Update README.md
* Update Chart.yaml
Switch to v6 image
* Update values.yaml
update documentation comment in values.yaml
---------
Co-authored-by: Juan Picado <[email protected]>
0 commit comments