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

Release 0.1.0 prep work #94

Merged
merged 3 commits into from
Jun 12, 2024
Merged
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
4 changes: 2 additions & 2 deletions charts/auth-layer-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: auth-layer-proxy
description: A Helm chart for deploying the auth-layer-proxy onto a Kubernetes cluster
type: application
version: 0.1.0
appVersion: "0.1.0"
version: 0.1.0-SNAPSHOT
appVersion: "main"
3 changes: 1 addition & 2 deletions charts/auth-layer-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
apiVersion: v2
name: auth-layer-server
appVersion: "19.1.0"
description: A Helm chart for Authentication layer server for HederaTheGraph using Keycloak Bitnami chart as a base
type: application
version: 0.1.0
version: 0.1.0-SNAPSHOT
dependencies:
- alias: keycloak
name: keycloak
Expand Down
7 changes: 3 additions & 4 deletions charts/hedera-the-graph-auth-layer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apiVersion: v2
name: hedera-the-graph
appVersion: "0.1.0"
description: Umbrella Helm chart deployment of the hedera-the-graph auth layer, includes auth-layer-server and auth-layer-proxy
home: https://github.com/hashgraph/hedera-the-graph
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
Expand All @@ -23,16 +22,16 @@ maintainers:
sources:
- https://github.com/hashgraph/hedera-the-graph
type: application
version: 0.0.1
version: 0.1.0-SNAPSHOT
dependencies:
- alias: auth-server
name: auth-layer-server
condition: auth-server.enabled
repository: file://../auth-layer-server
version: 0.1.0
version: 0.1.0-SNAPSHOT

- alias: auth-proxy
name: auth-layer-proxy
condition: auth-proxy.enabled
repository: file://../auth-layer-proxy
version: 0.1.0
version: 0.1.0-SNAPSHOT
4 changes: 2 additions & 2 deletions charts/hedera-the-graph-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: hedera-the-graph-node
description: A Helm chart for Graph Protocol Nodes
type: application
version: 0.1.0
version: 0.1.0-SNAPSHOT
keywords:
- graphprotocol
- hedera
Expand All @@ -14,4 +14,4 @@ sources:
maintainers:
- name: Hedera Smart Contracts Team
email: [email protected]
appVersion: v0.1.0
appVersion: "v0.29.0"
7 changes: 3 additions & 4 deletions charts/hedera-the-graph/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: hedera-the-graph
appVersion: "0.1.0"
version: 0.1.0-SNAPSHOT
description: Umbrella Helm chart deployment of the hedera-the-graph
home: https://github.com/hashgraph/hedera-the-graph
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
Expand All @@ -23,7 +23,6 @@ maintainers:
sources:
- https://github.com/hashgraph/hedera-the-graph
type: application
version: 0.28.2
dependencies:
- alias: postgresql
condition: postgresql.enabled
Expand All @@ -41,10 +40,10 @@ dependencies:
name: hedera-the-graph-node
condition: index-node.enabled
repository: file://../hedera-the-graph-node
version: 0.1.0
version: 0.1.0-SNAPSHOT

- alias: query-node
name: hedera-the-graph-node
condition: query-node.enabled
repository: file://../hedera-the-graph-node
version: 0.1.0
version: 0.1.0-SNAPSHOT