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 PR adds the ability to configure custom tags for created repositories.

feature

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to get an update now....

Hi we're using AWS ECR and not using image pull secrets, just IAM restrictions with IRSA. We have chart 1.0.1 with appVersion 1.1.0 installed and it is frequently dumping panics...

bug

I noticed the `test` action was failing due to QEMU/buildx not being configured

``` $ helm install k8s-image-swapper estahn/k8s-image-swapper --set config.target.aws.region=eu-south-1 --set config.target.aws.accountId=215492924011 Error: values don't meet the specifications of the schema(s) in the following chart(s): k8s-image-swapper: - config.target.aws.accountId: Invalid type. Expected: string,...

We are testing the image swapper and have deployed it to our eks cluster, and the dryRun flag does not seem to be working (the actions are still taken; repo...

question

When an image pull secret is created like so : kubectl create secret docker-registry regcred --docker-server="*.registry.com" --docker-username=MY_USERNAME --docker-password="MY_PASSWORD" --docker-email="my_email" The k8s-image-swapper is not able to copy the image from the...

All the image pull secret we use in our cluster are of type .dockercfg so when using k8s-image-swapper, it's not using the image pull secret. Is there anyway to also...

question

I have run into this: https://github.com/kubernetes/kubernetes/issues/79365#issuecomment-505837218 We need to ensure the patch jobs have different labels/label values than the deployment so HPA does not consider the patch jobs in its...