This repository contains a tool for automatically updating the password used to pull Docker images from AWS ECR, using a cron job. The tool is designed to work on Kubernetes clusters.
-
Clone this repo
-
Set in install.yaml file the following values:
- AWS_ACCOUNT
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_REGION
-
Run the following command:
kubectl apply -n <destination_namespace> -f install.yaml
If you have any issues or feature requests, please feel free to open an issue or pull request in this repository. I welcome contributions from the community!