diff --git a/charts/graphql-data-connector/Chart.yaml b/charts/graphql-data-connector/Chart.yaml index 3a2b6c6..ca43e2c 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.5.0 +version: 0.6.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.38.1 +appVersion: 2.41.0 diff --git a/charts/graphql-data-connector/values.yaml b/charts/graphql-data-connector/values.yaml index 68088c9..4e8821b 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.38.1 + tag: v2.41.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 86faf3a..ec6ba83 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.5.0 +version: 0.6.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.38.1 +appVersion: 2.41.0 dependencies: - name: postgres diff --git a/charts/graphql-engine/values.yaml b/charts/graphql-engine/values.yaml index b4cec78..f4dcfa9 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.38.1 + tag: v2.41.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 cd68740..05a1f91 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.5.0 + version: 0.6.0 - name: graphql-data-connector repository: file://../graphql-data-connector - version: 0.5.0 + version: 0.6.0 - name: mongo-data-connector repository: file://../mongo-data-connector - version: 0.5.0 + version: 0.6.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:c843937830ef0312a3c741225e9f509c48849cc55382dcb8a377b9cd256146f2 -generated: "2024-04-10T09:43:09.789615591+07:00" +digest: sha256:4b8ee7c2ce67c32fa5baee383b03f8547e81b74f1c82994a133605082ca7a84a +generated: "2024-07-30T23:56:40.079366979+07:00" diff --git a/charts/hasura-enterprise-stack/Chart.yaml b/charts/hasura-enterprise-stack/Chart.yaml index 7f04b50..434f5b9 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.5.0 +version: 0.6.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.38.1 +appVersion: 2.41.0 dependencies: - name: graphql-engine - version: 0.5.0 + version: 0.6.0 repository: file://../graphql-engine condition: graphql-engine.enabled - name: graphql-data-connector - version: 0.5.0 + version: 0.6.0 repository: file://../graphql-data-connector condition: global.connector.graphql.enabled - name: mongo-data-connector - version: 0.5.0 + version: 0.6.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 40cca98..30c4210 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.5.0 +version: 0.6.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.38.1 +appVersion: 2.41.0 diff --git a/charts/mongo-data-connector/values.yaml b/charts/mongo-data-connector/values.yaml index 986f80d..e3e0830 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.38.1 + tag: v2.41.0 ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images ##