Skip to content
New issue

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

Deploying applications with custom resources in private registries #620

Open
kelkawi-a opened this issue Oct 29, 2024 · 0 comments
Open
Labels
area/application kind/feature suggests new feature or enhancement priority/low low priority

Comments

@kelkawi-a
Copy link

kelkawi-a commented Oct 29, 2024

Requirements

With the recent changes introduced in #493 for deploying applications with custom resources, we would like to request for the Juju Terraform provider to support the ability to deploy applications with custom resources from private registries. This is feasible in Juju by pointing it to a registryconfig.yaml file as below:

registrypath: ...
username: ...
password: ...
juju deploy <charm_name> --resource <resource_name>=./registryconfig.yaml

This will allow us implement our CI/CD pipeline for deploying charms with custom resources from private registries.

Note: Uploading these resources to Charmhub is not an option, because this specific charm is designed in a way where users define their own images and deploy the charm with these images.

Urgency

It would save from a weird workaround

Notes & References

No response

@jack-w-shaw jack-w-shaw added kind/feature suggests new feature or enhancement priority/low low priority area/application labels Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/application kind/feature suggests new feature or enhancement priority/low low priority
Projects
None yet
Development

No branches or pull requests

2 participants