From 4abea83e5d390815370985b684aa3de9a4bf92c7 Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Wed, 20 Sep 2023 23:21:59 +0700 Subject: [PATCH] release version v0.2.0 --- charts/graphql-data-connector/Chart.yaml | 4 ++-- charts/graphql-data-connector/values.yaml | 2 +- charts/graphql-engine/Chart.yaml | 4 ++-- charts/graphql-engine/values.yaml | 2 +- charts/hasura-enterprise-stack/Chart.lock | 10 +++++----- charts/hasura-enterprise-stack/Chart.yaml | 10 +++++----- charts/mongo-data-connector/Chart.yaml | 4 ++-- charts/mongo-data-connector/values.yaml | 2 +- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/charts/graphql-data-connector/Chart.yaml b/charts/graphql-data-connector/Chart.yaml index 302f130..cbd45a8 100755 --- a/charts/graphql-data-connector/Chart.yaml +++ b/charts/graphql-data-connector/Chart.yaml @@ -17,8 +17,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.1 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 2.33.3 +appVersion: 2.33.4 diff --git a/charts/graphql-data-connector/values.yaml b/charts/graphql-data-connector/values.yaml index 31d04e9..ae59aff 100644 --- a/charts/graphql-data-connector/values.yaml +++ b/charts/graphql-data-connector/values.yaml @@ -27,7 +27,7 @@ labels: {} ## image: repository: hasura/graphql-data-connector - tag: v2.33.3 + tag: v2.33.4 ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## diff --git a/charts/graphql-engine/Chart.yaml b/charts/graphql-engine/Chart.yaml index 2ab8f5b..14255df 100755 --- a/charts/graphql-engine/Chart.yaml +++ b/charts/graphql-engine/Chart.yaml @@ -17,11 +17,11 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.1 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 2.33.3 +appVersion: 2.33.4 dependencies: - name: postgres diff --git a/charts/graphql-engine/values.yaml b/charts/graphql-engine/values.yaml index dfa673c..8af7a6d 100644 --- a/charts/graphql-engine/values.yaml +++ b/charts/graphql-engine/values.yaml @@ -39,7 +39,7 @@ labels: {} ## image: repository: hasura/graphql-engine - tag: v2.33.3 + tag: v2.33.4 ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## diff --git a/charts/hasura-enterprise-stack/Chart.lock b/charts/hasura-enterprise-stack/Chart.lock index 97d8a70..ffe661a 100644 --- a/charts/hasura-enterprise-stack/Chart.lock +++ b/charts/hasura-enterprise-stack/Chart.lock @@ -1,13 +1,13 @@ dependencies: - name: graphql-engine repository: file://../graphql-engine - version: 0.1.1 + version: 0.2.0 - name: graphql-data-connector repository: file://../graphql-data-connector - version: 0.1.1 + version: 0.2.0 - name: mongo-data-connector repository: file://../mongo-data-connector - version: 0.1.1 + version: 0.2.0 - name: redis repository: oci://registry-1.docker.io/bitnamicharts version: 17.13.2 @@ -20,5 +20,5 @@ dependencies: - name: jaeger repository: https://jaegertracing.github.io/helm-charts version: 0.71.10 -digest: sha256:e2455e60465f1583311842a2afa3facaacb7a4fd4e763cba7de9c764df56737f -generated: "2023-09-08T14:32:55.271471665+07:00" +digest: sha256:93986a3fe19798a89f208866ca3da765771ff503cf7f1a9823c62c7b8eff7fb4 +generated: "2023-09-20T23:20:23.885516829+07:00" diff --git a/charts/hasura-enterprise-stack/Chart.yaml b/charts/hasura-enterprise-stack/Chart.yaml index 93ad17e..36c646c 100755 --- a/charts/hasura-enterprise-stack/Chart.yaml +++ b/charts/hasura-enterprise-stack/Chart.yaml @@ -17,23 +17,23 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.1 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 2.33.3 +appVersion: 2.33.4 dependencies: - name: graphql-engine - version: 0.1.1 + version: 0.2.0 repository: file://../graphql-engine condition: graphql-engine.enabled - name: graphql-data-connector - version: 0.1.1 + version: 0.2.0 repository: file://../graphql-data-connector condition: global.connector.graphql.enabled - name: mongo-data-connector - version: 0.1.1 + version: 0.2.0 repository: file://../mongo-data-connector condition: global.connector.mongo.enabled - name: redis diff --git a/charts/mongo-data-connector/Chart.yaml b/charts/mongo-data-connector/Chart.yaml index 7f1f85e..a9bd71c 100755 --- a/charts/mongo-data-connector/Chart.yaml +++ b/charts/mongo-data-connector/Chart.yaml @@ -17,8 +17,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.1 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 2.33.3 +appVersion: 2.33.4 diff --git a/charts/mongo-data-connector/values.yaml b/charts/mongo-data-connector/values.yaml index ce17080..d732d2d 100644 --- a/charts/mongo-data-connector/values.yaml +++ b/charts/mongo-data-connector/values.yaml @@ -27,7 +27,7 @@ labels: {} ## image: repository: hasura/mongo-data-connector - tag: v2.33.3 + tag: v2.33.4 ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images ##