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

Add OCI chart registry and cleanup resources upon release deletion #321

Open
2 tasks done
hmoazzem opened this issue Mar 1, 2025 · 0 comments
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@hmoazzem
Copy link

hmoazzem commented Mar 1, 2025

Preflight Checklist

  • I could not find a solution in the existing issues, docs, nor discussions
  • I have joined the ZITADEL chat

Describe your problem

This may not be as important, but should be some enhancements. We're building a Supabase-like nocode backend particularly for Kubernetes, and it feels a bit odd to use

  1. Make the chart available via OCI registry
  auth:
    zitadel:
      release:
        chartURL: registry-1.docker.io/edgeflare/zitadel:8.12.0 # shouldn't look registry-1.docker.io/zitadel/zitadel:8.12.0?
  1. Add a values.schema.json

  2. Some resources aren't deleted upon chart un-installation. Apparently, below resources need manual deletion

kubectl delete cm zitadel-config-yaml
kubectl delete secret zitadel-admin-sa
kubectl delete jobs.batch example-zitadel-init example-zitadel-setup

Maybe leaving these is intentional?

Describe your ideal solution

I mostly follow bitnami/charts for patterns, best-practices etc. In any case, if you think it's useful, I can pick some of the tasks too.

Version

8.12.0

App version

v2.70.0

Additional Context

No response

@hmoazzem hmoazzem added the enhancement New feature or request label Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant