diff --git a/storm/Chart.lock b/storm/Chart.lock index 249e874a..89a07d36 100644 --- a/storm/Chart.lock +++ b/storm/Chart.lock @@ -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" \ No newline at end of file +- 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" diff --git a/storm/Chart.yaml b/storm/Chart.yaml index 5f42b7c2..5aed932f 100755 --- a/storm/Chart.yaml +++ b/storm/Chart.yaml @@ -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 \ No newline at end of file + - 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 diff --git a/storm/charts/common-2.13.3.tgz b/storm/charts/common-2.13.3.tgz new file mode 100644 index 00000000..3fe48899 Binary files /dev/null and b/storm/charts/common-2.13.3.tgz differ