Skip to content

Commit

Permalink
Publish hedera-mirror-0.103.0-rc1.tgz hedera-mirror-common-0.103.0-rc…
Browse files Browse the repository at this point in the history
…1.tgz hedera-mirror-graphql-0.103.0-rc1.tgz hedera-mirror-grpc-0.103.0-rc1.tgz hedera-mirror-importer-0.103.0-rc1.tgz hedera-mirror-monitor-0.103.0-rc1.tgz hedera-mirror-rest-0.103.0-rc1.tgz hedera-mirror-rest-java-0.103.0-rc1.tgz hedera-mirror-rosetta-0.103.0-rc1.tgz hedera-mirror-web3-0.103.0-rc1.tgz
  • Loading branch information
hedera-github-bot committed Apr 15, 2024
1 parent b8b216f commit 82192a7
Show file tree
Hide file tree
Showing 11 changed files with 274 additions and 1 deletion.
Binary file added charts/hedera-mirror-0.103.0-rc1.tgz
Binary file not shown.
Binary file added charts/hedera-mirror-common-0.103.0-rc1.tgz
Binary file not shown.
Binary file added charts/hedera-mirror-graphql-0.103.0-rc1.tgz
Binary file not shown.
Binary file added charts/hedera-mirror-grpc-0.103.0-rc1.tgz
Binary file not shown.
Binary file added charts/hedera-mirror-importer-0.103.0-rc1.tgz
Binary file not shown.
Binary file added charts/hedera-mirror-monitor-0.103.0-rc1.tgz
Binary file not shown.
Binary file added charts/hedera-mirror-rest-0.103.0-rc1.tgz
Binary file not shown.
Binary file added charts/hedera-mirror-rest-java-0.103.0-rc1.tgz
Binary file not shown.
Binary file added charts/hedera-mirror-rosetta-0.103.0-rc1.tgz
Binary file not shown.
Binary file added charts/hedera-mirror-web3-0.103.0-rc1.tgz
Binary file not shown.
275 changes: 274 additions & 1 deletion charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,101 @@
apiVersion: v1
entries:
hedera-mirror:
- apiVersion: v2
appVersion: 0.103.0-rc1
created: "2024-04-15T22:47:32.549026275Z"
dependencies:
- alias: grpc
condition: grpc.enabled
name: hedera-mirror-grpc
repository: file://../hedera-mirror-grpc
tags:
- api
- java
version: '>=0.18.0-0'
- alias: graphql
condition: graphql.enabled
name: hedera-mirror-graphql
repository: file://../hedera-mirror-graphql
tags:
- api
- java
version: '>=0.18.0-0'
- alias: importer
condition: importer.enabled
name: hedera-mirror-importer
repository: file://../hedera-mirror-importer
tags:
- java
version: '>=0.18.0-0'
- alias: monitor
condition: monitor.enabled
name: hedera-mirror-monitor
repository: file://../hedera-mirror-monitor
tags:
- java
version: '>=0.18.0-0'
- alias: postgresql
condition: postgresql.enabled
name: postgresql-ha
repository: https://charts.bitnami.com/bitnami
version: 14.0.0
- condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
version: 19.0.2
- alias: rest
condition: rest.enabled
name: hedera-mirror-rest
repository: file://../hedera-mirror-rest
tags:
- api
- javascript
version: '>=0.18.0-0'
- alias: restjava
condition: restjava.enabled
name: hedera-mirror-rest-java
repository: file://../hedera-mirror-rest-java
tags:
- api
- java
version: '>=0.18.0-0'
- alias: rosetta
condition: rosetta.enabled
name: hedera-mirror-rosetta
repository: file://../hedera-mirror-rosetta
tags:
- api
- go
version: '>=0.18.0-0'
- alias: web3
condition: web3.enabled
name: hedera-mirror-web3
repository: file://../hedera-mirror-web3
tags:
- api
- java
version: '>=0.18.0-0'
description: Hedera Mirror Node mirrors data from Hedera nodes and serves it via
an API
digest: 79dba58d9b461f091f1089ce2843a4772b8c29968a867a03d7d772a31cd469f4
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
keywords:
- blockchain
- dlt
- hedera
- hashgraph
- mirror
maintainers:
- email: [email protected]
name: Hedera Mirror Node Team
name: hedera-mirror
sources:
- https://github.com/hashgraph/hedera-mirror-node
urls:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-0.103.0-rc1.tgz
version: 0.103.0-rc1
- apiVersion: v2
appVersion: 0.102.0
created: "2024-04-08T19:21:09.053776167Z"
Expand Down Expand Up @@ -25297,6 +25392,55 @@ entries:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-0.4.0.tgz
version: 0.4.0
hedera-mirror-common:
- apiVersion: v2
appVersion: 0.103.0-rc1
created: "2024-04-15T22:47:32.597498761Z"
dependencies:
- condition: loki.enabled
name: loki
repository: https://grafana.github.io/helm-charts
version: 5.47.2
- condition: prometheus-adapter.enabled
name: prometheus-adapter
repository: https://prometheus-community.github.io/helm-charts
version: 4.9.1
- alias: prometheus
condition: prometheus.enabled
name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 57.2.0
- condition: promtail.enabled
name: promtail
repository: https://grafana.github.io/helm-charts
version: 6.15.5
- alias: stackgres
condition: stackgres.enabled
name: stackgres-operator
repository: https://stackgres.io/downloads/stackgres-k8s/stackgres/helm/
version: 1.9.0
- condition: traefik.enabled
name: traefik
repository: https://helm.traefik.io/traefik
version: 26.1.0
- alias: zfs
condition: zfs.enabled
name: zfs-localpv
repository: https://openebs.github.io/zfs-localpv
version: 2.4.1
description: Hedera Mirror Node common components installed globally for use across
namespaces
digest: 006910adf6c2809b28de9e65ef339f13617cf864449e12c8f59e1e65c2e848fa
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
maintainers:
- email: [email protected]
name: Hedera Mirror Node Team
name: hedera-mirror-common
sources:
- https://github.com/hashgraph/hedera-mirror-node
urls:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-common-0.103.0-rc1.tgz
version: 0.103.0-rc1
- apiVersion: v2
appVersion: 0.102.0
created: "2024-04-08T19:21:09.10098981Z"
Expand Down Expand Up @@ -39673,6 +39817,22 @@ entries:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-common-0.4.0.tgz
version: 0.4.0
hedera-mirror-graphql:
- apiVersion: v2
appVersion: 0.103.0-rc1
created: "2024-04-15T22:47:32.598775379Z"
description: GraphQL API for the Hedera Mirror Node
digest: afebc449f48622f563e9f6616fe98b47ef925b9463d1cbcf68fc1d5e5ca16e92
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
maintainers:
- email: [email protected]
name: Hedera Mirror Node Team
name: hedera-mirror-graphql
sources:
- https://github.com/hashgraph/hedera-mirror-node
urls:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-graphql-0.103.0-rc1.tgz
version: 0.103.0-rc1
- apiVersion: v2
appVersion: 0.102.0
created: "2024-04-08T19:21:09.102223225Z"
Expand Down Expand Up @@ -41194,6 +41354,22 @@ entries:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-graphql-0.76.0-rc1.tgz
version: 0.76.0-rc1
hedera-mirror-grpc:
- apiVersion: v2
appVersion: 0.103.0-rc1
created: "2024-04-15T22:47:32.599921272Z"
description: GRPC API for the Hedera Mirror Node
digest: 05749013d5801c570a0c1f4e691223291a2856f200dcafabcc0e2d3b1e62b63a
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
maintainers:
- email: [email protected]
name: Hedera Mirror Node Team
name: hedera-mirror-grpc
sources:
- https://github.com/hashgraph/hedera-mirror-node
urls:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-grpc-0.103.0-rc1.tgz
version: 0.103.0-rc1
- apiVersion: v2
appVersion: 0.102.0
created: "2024-04-08T19:21:09.103328142Z"
Expand Down Expand Up @@ -47069,6 +47245,23 @@ entries:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-grpc-0.4.0.tgz
version: 0.4.0
hedera-mirror-importer:
- apiVersion: v2
appVersion: 0.103.0-rc1
created: "2024-04-15T22:47:32.601574203Z"
description: Hedera Mirror Importer downloads and validates file streams from
the cloud and imports them into the database
digest: c576768c46602edcd88267ebfe652fcb1894290aecce9ce95228547cdd5f4c06
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
maintainers:
- email: [email protected]
name: Hedera Mirror Node Team
name: hedera-mirror-importer
sources:
- https://github.com/hashgraph/hedera-mirror-node
urls:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-importer-0.103.0-rc1.tgz
version: 0.103.0-rc1
- apiVersion: v2
appVersion: 0.102.0
created: "2024-04-08T19:21:09.10494378Z"
Expand Down Expand Up @@ -53289,6 +53482,22 @@ entries:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-importer-0.4.0.tgz
version: 0.4.0
hedera-mirror-monitor:
- apiVersion: v2
appVersion: 0.103.0-rc1
created: "2024-04-15T22:47:32.602846533Z"
description: End to End Monitor for the Hedera Mirror Node
digest: 01c9582a561ec6dbdfe500827fadb49096df9f36e79a113680086e2c58eab5ce
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
maintainers:
- email: [email protected]
name: Hedera Mirror Node Team
name: hedera-mirror-monitor
sources:
- https://github.com/hashgraph/hedera-mirror-node
urls:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-monitor-0.103.0-rc1.tgz
version: 0.103.0-rc1
- apiVersion: v2
appVersion: 0.102.0
created: "2024-04-08T19:21:09.106018871Z"
Expand Down Expand Up @@ -58894,6 +59103,22 @@ entries:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-monitor-0.10.0-rc1.tgz
version: 0.10.0-rc1
hedera-mirror-rest:
- apiVersion: v2
appVersion: 0.103.0-rc1
created: "2024-04-15T22:47:32.603880006Z"
description: REST API for the Hedera Mirror Node
digest: e4cd0a84f0949152f3c1e43210f4e1ac5f7224bed7da9897aa85dc6e8e30e7d0
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
maintainers:
- email: [email protected]
name: Hedera Mirror Node Team
name: hedera-mirror-rest
sources:
- https://github.com/hashgraph/hedera-mirror-node
urls:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-rest-0.103.0-rc1.tgz
version: 0.103.0-rc1
- apiVersion: v2
appVersion: 0.102.0
created: "2024-04-08T19:21:09.107022659Z"
Expand Down Expand Up @@ -64769,6 +64994,22 @@ entries:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-rest-0.4.0.tgz
version: 0.4.0
hedera-mirror-rest-java:
- apiVersion: v2
appVersion: 0.103.0-rc1
created: "2024-04-15T22:47:32.604989741Z"
description: Java REST API for the Hedera Mirror Node
digest: c3ce741ae90a638bd7458da8a4c43b6f3fb2ac6b85a6cf07f5211d9a3c4a889c
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
maintainers:
- email: [email protected]
name: Hedera Mirror Node Team
name: hedera-mirror-rest-java
sources:
- https://github.com/hashgraph/hedera-mirror-node
urls:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-rest-java-0.103.0-rc1.tgz
version: 0.103.0-rc1
- apiVersion: v2
appVersion: 0.102.0
created: "2024-04-08T19:21:09.108130231Z"
Expand Down Expand Up @@ -65186,6 +65427,22 @@ entries:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-rest-java-0.94.0-rc1.tgz
version: 0.94.0-rc1
hedera-mirror-rosetta:
- apiVersion: v2
appVersion: 0.103.0-rc1
created: "2024-04-15T22:47:32.605922897Z"
description: Rosetta API for the Hedera Mirror Node
digest: 7fd406d00c161bd65bce32c363c900774f0429849b70f5fa81b07d22ff87fed5
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
maintainers:
- email: [email protected]
name: Hedera Mirror Node Team
name: hedera-mirror-rosetta
sources:
- https://github.com/hashgraph/hedera-mirror-node
urls:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-rosetta-0.103.0-rc1.tgz
version: 0.103.0-rc1
- apiVersion: v2
appVersion: 0.102.0
created: "2024-04-08T19:21:09.109086531Z"
Expand Down Expand Up @@ -69423,6 +69680,22 @@ entries:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-rosetta-0.28.0-rc1.tgz
version: 0.28.0-rc1
hedera-mirror-web3:
- apiVersion: v2
appVersion: 0.103.0-rc1
created: "2024-04-15T22:47:32.607005061Z"
description: Web3 API for the Hedera Mirror Node
digest: 74810337add613d07dd9c6776cf0a42f3e33941775a769b4994ff6d1e8346103
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
maintainers:
- email: [email protected]
name: Hedera Mirror Node Team
name: hedera-mirror-web3
sources:
- https://github.com/hashgraph/hedera-mirror-node
urls:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-web3-0.103.0-rc1.tgz
version: 0.103.0-rc1
- apiVersion: v2
appVersion: 0.102.0
created: "2024-04-08T19:21:09.110244155Z"
Expand Down Expand Up @@ -73047,4 +73320,4 @@ entries:
urls:
- https://hashgraph.github.io/hedera-mirror-node/charts/hedera-mirror-web3-0.35.0-rc1.tgz
version: 0.35.0-rc1
generated: "2024-04-08T19:21:09.031510794Z"
generated: "2024-04-15T22:47:32.526201908Z"

0 comments on commit 82192a7

Please sign in to comment.