From cbd2848be4421a853fb95818f244ca281668a4ee Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Wed, 12 Jun 2024 15:19:53 -0600 Subject: [PATCH] - Set every chart version on main to `0.1.0-SNAPSHOT` in preparation for next release. Signed-off-by: Alfredo Gutierrez --- charts/auth-layer-proxy/Chart.yaml | 4 ++-- charts/auth-layer-proxy/values.yaml | 2 +- charts/auth-layer-server/Chart.yaml | 2 +- charts/hedera-the-graph-auth-layer/Chart.yaml | 6 +++--- charts/hedera-the-graph-node/Chart.yaml | 2 +- charts/hedera-the-graph/Chart.yaml | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/auth-layer-proxy/Chart.yaml b/charts/auth-layer-proxy/Chart.yaml index 041a4f4..65d6756 100644 --- a/charts/auth-layer-proxy/Chart.yaml +++ b/charts/auth-layer-proxy/Chart.yaml @@ -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" diff --git a/charts/auth-layer-proxy/values.yaml b/charts/auth-layer-proxy/values.yaml index a42b31f..4b2d4ec 100644 --- a/charts/auth-layer-proxy/values.yaml +++ b/charts/auth-layer-proxy/values.yaml @@ -25,7 +25,7 @@ global: image: pullPolicy: IfNotPresent repository: ghcr.io/hashgraph/hedera-the-graph - tag: "0.1.0" + tag: "main" tagPrefix: "auth-layer-proxy-" imagePullSecrets: [] diff --git a/charts/auth-layer-server/Chart.yaml b/charts/auth-layer-server/Chart.yaml index 80a9b81..451626d 100644 --- a/charts/auth-layer-server/Chart.yaml +++ b/charts/auth-layer-server/Chart.yaml @@ -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 +version: 0.1.0-SNAPSHOT dependencies: - alias: keycloak name: keycloak diff --git a/charts/hedera-the-graph-auth-layer/Chart.yaml b/charts/hedera-the-graph-auth-layer/Chart.yaml index ec8c465..ee0e6d4 100644 --- a/charts/hedera-the-graph-auth-layer/Chart.yaml +++ b/charts/hedera-the-graph-auth-layer/Chart.yaml @@ -22,16 +22,16 @@ maintainers: sources: - https://github.com/hashgraph/hedera-the-graph type: application -version: 0.1.0 +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 diff --git a/charts/hedera-the-graph-node/Chart.yaml b/charts/hedera-the-graph-node/Chart.yaml index 2db8cda..d32454e 100644 --- a/charts/hedera-the-graph-node/Chart.yaml +++ b/charts/hedera-the-graph-node/Chart.yaml @@ -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 diff --git a/charts/hedera-the-graph/Chart.yaml b/charts/hedera-the-graph/Chart.yaml index 9b3e0b3..d8a7255 100644 --- a/charts/hedera-the-graph/Chart.yaml +++ b/charts/hedera-the-graph/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: hedera-the-graph -version: 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 @@ -40,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: 00.1.0-SNAPSHOT