We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
target_package
This was worked around in chainguard-images/images#1219
But prior to that, we were failing here looking for kubectl:
terraform-provider-apko/internal/provider/tags_data_source.go
Line 117 in 9443d09
Because kubectl is provided by kubernetes-1.28: https://github.com/wolfi-dev/os/blob/cf5b8d25ee5b81041c2d95c3cbabde426415a246/kubernetes-1.28.yaml#L63-L64
kubectl
kubernetes-1.28
We may be able to plumb around from the config data source enough info to fix this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This was worked around in chainguard-images/images#1219
But prior to that, we were failing here looking for kubectl:
terraform-provider-apko/internal/provider/tags_data_source.go
Line 117 in 9443d09
Because
kubectl
is provided bykubernetes-1.28
: https://github.com/wolfi-dev/os/blob/cf5b8d25ee5b81041c2d95c3cbabde426415a246/kubernetes-1.28.yaml#L63-L64We may be able to plumb around from the config data source enough info to fix this.
The text was updated successfully, but these errors were encountered: