From 7761e6f47ca7459b5854806410b0c098595c28cf Mon Sep 17 00:00:00 2001 From: Zahir Abbas Date: Fri, 23 Feb 2024 11:04:06 -0600 Subject: [PATCH] feat: update hasura dependencies to v2.37.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 21dacbe..034e50f 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.3.0 +version: 0.4.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.35.1 +appVersion: 2.37.0 diff --git a/charts/graphql-data-connector/values.yaml b/charts/graphql-data-connector/values.yaml index ad3395f..67a4d95 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.35.1 + tag: v2.37.0 ## 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 d77fd86..a73eb4f 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.3.0 +version: 0.4.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.35.1 +appVersion: 2.37.0 dependencies: - name: postgres diff --git a/charts/graphql-engine/values.yaml b/charts/graphql-engine/values.yaml index 9385553..481b9a0 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.35.1 + tag: v2.37.0 ## 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 e604126..246f6cc 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.3.0 + version: 0.4.0 - name: graphql-data-connector repository: file://../graphql-data-connector - version: 0.3.0 + version: 0.4.0 - name: mongo-data-connector repository: file://../mongo-data-connector - version: 0.3.0 + version: 0.4.0 - name: redis repository: oci://registry-1.docker.io/bitnamicharts version: 17.15.2 @@ -20,5 +20,5 @@ dependencies: - name: jaeger repository: https://jaegertracing.github.io/helm-charts version: 0.71.18 -digest: sha256:4ad51d4b882e29d09f5e28ce1afb01d4d096ccf48157efd28abc07fa36a489b0 -generated: "2023-11-09T11:23:06.326304546+07:00" +digest: sha256:ab48d419c8974f7060cde42e28aaf77d0b102271972d52f4f50d0211e970c919 +generated: "2024-02-23T11:03:12.3064058-06:00" diff --git a/charts/hasura-enterprise-stack/Chart.yaml b/charts/hasura-enterprise-stack/Chart.yaml index 5ffe21d..96460ff 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.3.0 +version: 0.4.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.35.1 +appVersion: 2.37.0 dependencies: - name: graphql-engine - version: 0.3.0 + version: 0.4.0 repository: file://../graphql-engine condition: graphql-engine.enabled - name: graphql-data-connector - version: 0.3.0 + version: 0.4.0 repository: file://../graphql-data-connector condition: global.connector.graphql.enabled - name: mongo-data-connector - version: 0.3.0 + version: 0.4.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 dac708f..544f4f9 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.3.0 +version: 0.4.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.35.1 +appVersion: 2.37.0 diff --git a/charts/mongo-data-connector/values.yaml b/charts/mongo-data-connector/values.yaml index a2121d1..468d5e9 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.35.1 + tag: v2.37.0 ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images ##