Skip to content

Commit

Permalink
release version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Sep 20, 2023
1 parent 6b5c5b6 commit 4abea83
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions charts/graphql-data-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/graphql-data-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
##
Expand Down
4 changes: 2 additions & 2 deletions charts/graphql-engine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/graphql-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
##
Expand Down
10 changes: 5 additions & 5 deletions charts/hasura-enterprise-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
10 changes: 5 additions & 5 deletions charts/hasura-enterprise-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/mongo-data-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/mongo-data-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
##
Expand Down

0 comments on commit 4abea83

Please sign in to comment.