Skaffold seem to use the image gcr.io/kpt-fn/apply-setters to apply the variables under the hood. The problem is that this image was removed yesterday and has been deprecated for some time I believe.
The new image repo is found here: ghcr.io/kptdev/krm-functions-catalog/apply-setters
The defaults should be updated in skaffold to use this instead, as it currently crashes when using the --set flags.
The images seems to be hardcoded here:
|
Image: "gcr.io/kpt-fn/apply-setters:unstable", |
An as far as I can tell there is no way to override them as a user, this means this workflow is broken.
Skaffold seem to use the image
gcr.io/kpt-fn/apply-settersto apply the variables under the hood. The problem is that this image was removed yesterday and has been deprecated for some time I believe.The new image repo is found here:
ghcr.io/kptdev/krm-functions-catalog/apply-settersThe defaults should be updated in skaffold to use this instead, as it currently crashes when using the --set flags.
The images seems to be hardcoded here:
skaffold/pkg/skaffold/render/transform/transform.go
Line 54 in fde4323
An as far as I can tell there is no way to override them as a user, this means this workflow is broken.