Currently skaffold as a helm post-renderer does not properly hand allow & deny list -> StatefulSet no longer handled properly #8084
Labels
deploy/helm
priority/p1
High impact feature/bug.
v2 regression
Regressions from merging the v2 branch into main
Milestone
In
v2.X.X
skaffold is used as a helm post-renderer (viaskaffold filter
). There is an issue currently - root cause here:https://github.com/GoogleContainerTools/skaffold/blob/main/cmd/skaffold/app/cmd/filter.go#L121
s/allow[groupkind]/deny[groupkind]
which does not properly configure the allow & deny list for the skaffold post-render usage. This leads to a regression where StatefulSets do not have their
image
fields updated properly when used with helm for Skaffoldv2.0.1
. See:#8002 (comment)
for an repro example showing this.
The text was updated successfully, but these errors were encountered: