Skip to content

Commit

Permalink
Update chart version to 0.1.0 GA version (#95)
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 authored Jun 12, 2024
1 parent 1a38be3 commit 7450b38
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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-SNAPSHOT
version: 0.1.0
appVersion: "main"
2 changes: 1 addition & 1 deletion charts/auth-layer-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: auth-layer-server
description: A Helm chart for Authentication layer server for HederaTheGraph using Keycloak Bitnami chart as a base
type: application
version: 0.1.0-SNAPSHOT
version: 0.1.0
dependencies:
- alias: keycloak
name: keycloak
Expand Down
6 changes: 3 additions & 3 deletions charts/hedera-the-graph-auth-layer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ maintainers:
sources:
- https://github.com/hashgraph/hedera-the-graph
type: application
version: 0.1.0-SNAPSHOT
version: 0.1.0
dependencies:
- alias: auth-server
name: auth-layer-server
condition: auth-server.enabled
repository: file://../auth-layer-server
version: 0.1.0-SNAPSHOT
version: 0.1.0

- alias: auth-proxy
name: auth-layer-proxy
condition: auth-proxy.enabled
repository: file://../auth-layer-proxy
version: 0.1.0-SNAPSHOT
version: 0.1.0
2 changes: 1 addition & 1 deletion 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-SNAPSHOT
version: 0.1.0
keywords:
- graphprotocol
- hedera
Expand Down
6 changes: 3 additions & 3 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
version: 0.1.0-SNAPSHOT
version: 0.1.0
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 Down Expand Up @@ -40,10 +40,10 @@ dependencies:
name: hedera-the-graph-node
condition: index-node.enabled
repository: file://../hedera-the-graph-node
version: 0.1.0-SNAPSHOT
version: 0.1.0

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

0 comments on commit 7450b38

Please sign in to comment.