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
We've set this to IMMUTABLE, but it's still created as MUTABLE
IMMUTABLE
It's configurable here:
k8s-image-swapper/pkg/config/config.go
Line 82 in 369ac7c
But hardcoded here:
k8s-image-swapper/pkg/registry/ecr.go
Line 114 in 369ac7c
The text was updated successfully, but these errors were encountered:
@mikebryant Good find. Would you mind contributing a PR for this?
Sorry, something went wrong.
fix: ability to pass imageTagMutability via config
4039d12
fixes #649
fix: ability to pass imageTagMutability via config (#678)
71ddf71
Successfully merging a pull request may close this issue.
We've set this to
IMMUTABLE
, but it's still created as MUTABLEIt's configurable here:
k8s-image-swapper/pkg/config/config.go
Line 82 in 369ac7c
But hardcoded here:
k8s-image-swapper/pkg/registry/ecr.go
Line 114 in 369ac7c
The text was updated successfully, but these errors were encountered: