upmc-enterprises / registry-creds

Allow for AWS ECR, Google Registry, & Azure Container Registry credentials to be refreshed inside your Kubernetes cluster via ImagePullSecrets
Other
346 stars 123 forks source link

Intorduce a Helm chart for simplified deployments #108

Open mimiteto opened 2 years ago

mimiteto commented 2 years ago

Introduce a helm chart with the tool. This will ease users in using registry-creds.

mimiteto commented 2 years ago

PR At the moment it is lacking travis build. I am unsure what is the best way to extend it but if an approach is suggested I will happily implement ti.

kir4h commented 2 years ago

Hi @mimiteto . Just in case it helps, I created https://github.com/kir4h/charts/tree/develop/charts/registry-creds chart a while ago. I could transfer it to @stevesloka / @upmc-enterprises , move it to this repo or whatever is required.

It would make sense to either:

malcolm061990 commented 1 year ago

@stevesloka Do you have plans to continue working on this app? Last commit was 3.5 years ago. So it looks like the project is no longer supported

mimiteto commented 1 year ago

It looks like overall project is abandonware. Looking around the forks I can see several charts + mine (hence the closed PR). I don't think it makes sense to use the project at the current state, hence I went with a cronjob that just updates the required secret in a bunch of namespaces etc.