coalesce.go:160: warning: skipped value for updateStrategy: Not a table.
petarnikolovski opened this issue · 2 comments
petarnikolovski commented
I tried to upgrade from stable repo to this chart, but I get a warning:
coalesce.go:160: warning: skipped value for updateStrategy: Not a table.
The chart gets upgraded, but I cannot verify whether the updateStrategy was honored. Did anything change in this chart compared to stable?
This is the updateStragety from my values.yaml:
updateStrategy:
type: Recreate
canterberry commented
This symptom also appears to be reported in helm/helm#8283 for another chart.
I am guessing this warning may have been recently introduced to Helm, or gone unnoticed for this chart. Based on the above issue, an attempt to coalesce values into a key of type object with no default value produces this warning. The fix would appear to be adding a default value of \`\{\}\` to the \`updateStrategy\` key in this chart's values.yaml.
\-------- Original Message --------
On Nov 26, 2020, 04:13, Petar Gitnik < ***@***.***> wrote:
I tried to upgrade from stable repo to this chart, but I get a warning:
```
coalesce.go:160: warning: skipped value for updateStrategy: Not a table.
```
The chart gets upgraded, but I cannot verify whether the updateStrategy was honored. Did anything change in this chart compared to stable?
This is the updateStragety from my values.yaml:
```
updateStrategy:
type: Recreate
```
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, [view it on GitHub][], or [unsubscribe][].![AA65WIVKG6FEYJM6SXVJXQTSRZA7BA5CNFSM4UDU3B4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LGLUPSQ.gif][]
[view it on GitHub]: #1
[unsubscribe]: https://github.com/notifications/unsubscribe-auth/AA65WIXX6ID76QR363FBCCDSRZA7BANCNFSM4UDU3B4A
[AA65WIVKG6FEYJM6SXVJXQTSRZA7BA5CNFSM4UDU3B4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LGLUPSQ.gif]: https://github.com/notifications/beacon/AA65WIVKG6FEYJM6SXVJXQTSRZA7BA5CNFSM4UDU3B4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LGLUPSQ.gif
canterberry commented
Fixed in #2 and incorporated into chart version 1.9.7.
The new chart version should be available after a helm repo update
.