k8s-image-swapper icon indicating copy to clipboard operation
k8s-image-swapper copied to clipboard

Mirror images into your own registry and swap image references automatically.

Results 61 k8s-image-swapper issues
Sort by recently updated
recently updated
newest added

This change adds a new native backend to remove eventually the need to depend on external skopeo binary. Using the native library allows much better control and error handling. It...

enhancement

This adds some Prometheus metrics to scrape - Standard Go metrics - Metrics shipped with `kubewebhook` framework - Custom new metrics Please see metrics.md for details

`k8s-image-swapper` is currently using `skopeo`, a CLI, to copy images into the registry. This is being executed as an external command and can lead to several issues (OOM, security exposure...

enhancement

We started getting errors in our swaps w/ k8s-image-swapper around `ecr:CreateRepository` (seeing this in cloudtrail), because of the missing permission `ecr:TagResource`. Adding the `ecr:TagResource` action to our IAM policy for...

Bumps [github.com/slok/kubewebhook/v2](https://github.com/slok/kubewebhook) from 2.5.0 to 2.6.0. Release notes Sourced from github.com/slok/kubewebhook/v2's releases. v2.6.0 2.6.0 - 2024-03-31 Changed Update to Kubernetes v1.29. Update to Go v1.22. Changelog Sourced from github.com/slok/kubewebhook/v2's changelog....

dependencies
go

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.3 to 0.30.0. Commits 3aa4577 Update dependencies to v0.30.0 tag 2df4de1 Merge remote-tracking branch 'origin/master' into release-1.30 ade2ae2 Update x/net for CVE-2023-45288 b4632b7 Merge pull request #123932...

dependencies
go

Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.29.3 to 0.30.0. Commits fb932d2 Update dependencies to v0.30.0 tag d014286 Merge remote-tracking branch 'origin/master' into release-1.30 581c1b8 Update x/net for CVE-2023-45288 35ca1f4 Merge pull request #123932...

dependencies
go

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.29.3 to 0.30.0. Commits 37988e5 Merge remote-tracking branch 'origin/master' into release-1.30 c857a38 Update x/net for CVE-2023-45288 0407311 followup to allow special characters 25164f7 Merge pull request #123435...

dependencies
go

We currently rely on GitOps for our deployments so changing the image registry for our US located deployment in Git is less interesting for checking for updates. However running image...

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1. Release notes Sourced from actions/setup-python's releases. v5.1.1 What's Changed Bug fixes: fix(ci): update all failing workflows by @​mayeut in actions/setup-python#863 This update ensures compatibility...

dependencies
github_actions