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

Helm Chart Dependencies and Helm Repository #448

Closed
B3nBeng opened this issue Jul 3, 2024 · 2 comments
Closed

Helm Chart Dependencies and Helm Repository #448

B3nBeng opened this issue Jul 3, 2024 · 2 comments

Comments

@B3nBeng
Copy link

B3nBeng commented Jul 3, 2024

Hello,

The dependencies of the current Helm chart are outdated and no longer accessible on Bitnami. As a result, the Helm chart is unusable because the dependencies cannot be retrieved.

Furthermore, it would be highly beneficial to host the Helm chart on a repository (OCI ?) as it would simplify the process of retrieving and updating Zulip.

Thanks you !

@ghost
Copy link

ghost commented Jul 17, 2024

Based on the current version please update the dependencies

dependencies:
  - name: memcached
    repository: oci://registry-1.docker.io/bitnamicharts
    tags:
      - memcached
    version: 7.4.8
  - name: rabbitmq
    repository: oci://registry-1.docker.io/bitnamicharts
    tags:
      - rabbitmq
    version: 14.5.0
  - name: redis
    repository: oci://registry-1.docker.io/bitnamicharts
    tags:
      - redis
    version: 19.6.2
  - name: postgresql
    repository: oci://registry-1.docker.io/bitnamicharts
    tags:
      - postgresql
    version: 15.5.17

@timabbott
Copy link
Member

I believe all the dependencies are now updated, thanks to @mikkeschiren. We can do a separate issue for a Helm repository; I don't have much personal experience, so a recommendation for how to do it would be appreciated on such an issue.

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

2 participants