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

Full-qualified helm chat for Server and operator #4129

Open
flashpixx opened this issue Jan 10, 2025 · 0 comments
Open

Full-qualified helm chat for Server and operator #4129

flashpixx opened this issue Jan 10, 2025 · 0 comments

Comments

@flashpixx
Copy link

flashpixx commented Jan 10, 2025

Hello,

It is vey difficult to install Armad server and/or operator, because of the dependencies like Pulsar, Cert-Manager etc.

Is your feature request related to a problem? Please describe.

In general it is described, that there are dependencies needed, but it must be installed manually.

Describe the solution you'd like

Helm charts supports dependencies, also with conditions, so my assumption is, that I get a Helm chart, which contains a full working (configurable) version of Armad server and operator, so I can install the chart and everything is running.

All necessary dependencies are existing as Helm charts too, so they can be included into the Armada charts and added with a condition so I can it disabled manually by my local configuration if I need a manual setup.

A suggestion of the dependencies (my current working version):

    - name: common
      version: 2.x.x
      repository: oci://registry-1.docker.io/bitnamicharts

    - name: cert-manager
      version: ~1
      repository: https://charts.jetstack.io
      condition: cert-manager.enabled

    - name: postgresql
      version: ~16
      repository: https://charts.bitnami.com/bitnami
      condition: postgresql.enabled

    - name: pulsar
      version: ~3
      repository: https://pulsar.apache.org/charts
      condition: pulsar.enabled

    - name: redis
      version: ~20
      repository: https://charts.bitnami.com/bitnami
      condition: redis.enabled

Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant