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
fix(ci): removed null security context from redis-ha values.yaml to placate helm 3.17.1
feat: bumped helm to 3.17.1
feat: bumped golang-jwt/jwt/v4 to 4.5.1
feat: bumped GitHub actions/cache to 4.2.0
Breaking changes for Helm 3.17.1
Helm upgrade to 3.17.1 in this release may require changing your values.yaml files for subcharts, if the values.yaml contain a section with a null object.
Prior to Helm 3.17.1, null object in values.yaml resulted in a warning cannot overwrite table with non table upon performing helm template, and the resulting K8s object was not overridden with the invalid null value
In Helm 3.17.1, this behavior changed and null object in values.yaml still results in this warning upon performing helm template, but the resulting K8s object will be overridden with the invalid null value.
To resolve the issue, identify values.yaml with null object values, and remove those null values.