-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix linting and helm dependency update
Co-authored-by: Daniel Skowroński <[email protected]> Co-authored-by: Ljubo Nikolic <[email protected]>
- Loading branch information
1 parent
3f1a749
commit 2df7609
Showing
4 changed files
with
40 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.19.0 | ||
digest: sha256:3dea41e3dd9a2337df13887a23eac20aa4164ff053a1769048f70090f0178f44 | ||
generated: "2024-03-14T12:51:15.951054+01:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters