Skip to content

Commit

Permalink
Merge pull request #8 from G-Research/stackedsax-upgrade_storm_1.2.1
Browse files Browse the repository at this point in the history
Upgrade storm to 1.2.1
  • Loading branch information
stackedsax authored May 15, 2020
2 parents c5f3ab6 + 15abfc5 commit c61ab26
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 14 deletions.
45 changes: 36 additions & 9 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ entries:
armada:
- apiVersion: v1
appVersion: v1
created: "2020-04-09T16:02:37.282945-07:00"
created: "2020-05-05T00:25:41.605125-07:00"
description: A helm chart for armada API component
digest: 09b01cd14bd92e3e75a9fb7356677464a8ad02025deee81cacb5482185d87a7c
name: armada
Expand All @@ -13,7 +13,7 @@ entries:
armada-executor:
- apiVersion: v1
appVersion: v1
created: "2020-04-09T16:02:37.283333-07:00"
created: "2020-05-05T00:25:41.605499-07:00"
description: A helm chart for armada-executor component
digest: 26ea72d344ffe7a832978a00668af07652b342e634bbc36b03e2fe42c4ca20d9
name: armada-executor
Expand All @@ -22,7 +22,7 @@ entries:
version: 0.0.1
executor-cluster-monitoring:
- apiVersion: v1
created: "2020-04-09T16:02:37.285621-07:00"
created: "2020-05-05T00:25:41.605712-07:00"
description: A helm chart for monitoring metrics of a cluster managed by a armada-executor
component
digest: 704b4f8117d34a4bf392b87c679279b94e713f659136cb151e7eee6007165ac9
Expand All @@ -33,7 +33,7 @@ entries:
librenms:
- apiVersion: v2
appVersion: "1.59"
created: "2020-04-09T16:02:37.289133-07:00"
created: "2020-05-05T00:25:41.609211-07:00"
description: LibreNMS
digest: ad8c5442a33ed56c026e0b3ea05f49881d29029ca2f3983c03340224c1652029
name: librenms
Expand All @@ -43,7 +43,7 @@ entries:
version: 0.1.1
- apiVersion: v2
appVersion: "1.58"
created: "2020-04-09T16:02:37.287715-07:00"
created: "2020-05-05T00:25:41.607817-07:00"
description: LibreNMS
digest: 97ff49d2ee17e2a75efc2132e5361875bcdf35e1d284de09ba34612a58e3e2e7
name: librenms
Expand All @@ -52,9 +52,36 @@ entries:
- librenms/librenms-0.1.0.tgz
version: 0.1.0
storm:
- apiVersion: v1
appVersion: 1.2.1
created: "2020-05-05T00:25:41.617677-07:00"
dependencies:
- condition: zookeeper.enabled
name: zookeeper
repository: https://kubernetes-charts-incubator.storage.googleapis.com/
version: ~2.1.0
description: Apache Storm is a free and open source distributed realtime computation
system.
digest: 36905fc7049e505e644bc75dbce11aed849170331210d831ab5dff1dfcb20c1c
home: http://storm.apache.org/
icon: http://storm.apache.org/images/logo.png
keywords:
- storm
- zookeeper
maintainers:
- email: [email protected]
name: jorwalk
- email: [email protected]
name: stackedsax
name: storm
sources:
- https://github.com/apache/storm
urls:
- storm/storm-1.0.3.tgz
version: 1.0.3
- apiVersion: v1
appVersion: 1.1.1
created: "2020-04-09T16:02:37.295063-07:00"
created: "2020-05-05T00:25:41.615398-07:00"
dependencies:
- condition: zookeeper.enabled
name: zookeeper
Expand All @@ -81,7 +108,7 @@ entries:
version: 1.0.2
- apiVersion: v1
appVersion: 1.1.1
created: "2020-04-09T16:02:37.29256-07:00"
created: "2020-05-05T00:25:41.612357-07:00"
dependencies:
- condition: zookeeper.enabled
name: zookeeper
Expand All @@ -108,7 +135,7 @@ entries:
version: 1.0.1
- apiVersion: v1
appVersion: 1.1.1
created: "2020-04-09T16:02:37.291024-07:00"
created: "2020-05-05T00:25:41.610949-07:00"
dependencies:
- condition: zookeeper.enabled
name: zookeeper
Expand All @@ -133,4 +160,4 @@ entries:
urls:
- storm/storm-1.0.0.tgz
version: 1.0.0
generated: "2020-04-09T16:02:37.282338-07:00"
generated: "2020-05-05T00:25:41.604087-07:00"
4 changes: 2 additions & 2 deletions src/storm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 1.1.1
appVersion: 1.2.1
description: Apache Storm is a free and open source distributed realtime computation
system.
home: http://storm.apache.org/
Expand All @@ -15,4 +15,4 @@ maintainers:
name: storm
sources:
- https://github.com/apache/storm
version: 1.0.2
version: 1.0.3
6 changes: 3 additions & 3 deletions src/storm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nimbus:
replicaCount: 1
image:
repository: storm
tag: 1.1.1
tag: 1.2.1
pullPolicy: IfNotPresent
service:
name: nimbus
Expand All @@ -26,7 +26,7 @@ supervisor:
replicaCount: 3
image:
repository: storm
tag: 1.1.1
tag: 1.2.1
pullPolicy: IfNotPresent
service:
name: supervisor
Expand All @@ -43,7 +43,7 @@ ui:
replicaCount: 1
image:
repository: storm
tag: 1.1.1
tag: 1.2.1
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down
Binary file added storm/storm-1.0.3.tgz
Binary file not shown.

0 comments on commit c61ab26

Please sign in to comment.