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

Fix issues with dependencies when using external Zookeeper #118

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions storm/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dependencies:
- name: zookeeper
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 6.5.4
digest: sha256:58887caf583ed996b79fd38c47155ac3257e23780df3b70134430a61cb725ba8
generated: "2021-03-27T21:30:18.691467-07:00"
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.13.3
digest: sha256:040f917c80993a7455c8d4c01a9f2e0c07376a35578d61ca3a62aada6d44a786
generated: "2023-10-31T08:32:46.571118+01:00"
33 changes: 19 additions & 14 deletions storm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
apiVersion: v2
appVersion: 2.4.0
version: 1.2.0
version: 1.2.1
description: Apache Storm is a free and open source distributed realtime computation system.
home: http://storm.apache.org/
icon: http://storm.apache.org/images/logo.png
keywords:
- storm
- zookeeper
- storm
- zookeeper
maintainers:
- name: of13tch
- name: stackedsax
- name: mariannovotny
- name: jgiannuzzi
- name: yasram1
- name: of13tch
- name: stackedsax
- name: mariannovotny
- name: jgiannuzzi
- name: yasram1
name: storm
sources:
- https://github.com/G-Research/charts/tree/master/src/storm
- https://github.com/apache/storm
- https://github.com/G-Research/charts/tree/master/src/storm
- https://github.com/apache/storm
dependencies:
- name: zookeeper
version: ~6.5.2
repository: https://charts.bitnami.com/bitnami
condition: zookeeper.enabled
- name: zookeeper
version: ~6.5.2
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: zookeeper.enabled
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
Binary file added storm/charts/common-2.13.3.tgz
Binary file not shown.
Loading