Skip to content

Commit

Permalink
chore(chart): release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Nov 9, 2021
1 parent 64a00f1 commit 44ba777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/chaingraph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: chaingraph
description: A multi-node blockchain indexer and GraphQL API.
type: application
version: 0.4.0
version: 1.0.0
appVersion: 1.0.0
2 changes: 1 addition & 1 deletion charts/chaingraph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ hasura:
# Enable a local Hasura deployment. Disable this to either manage Hasura manually or use Hasura Cloud.
enable: true
# The precise Hasura Docker image to use.
image: chaingraph/hasura@sha256:d0560c1fe56bc8e3f6da45425f26d89e6872e5c5589879baa6b86a26ffbf3d44 # 37e226b
image: chaingraph/hasura@sha256:9853910cda7040640550a13ed6c271b29de1f90e16d52724f2a268f9f777b13c # 64a00f1
# A secret key used to secure admin access in Hasura. If not provided, a random secret will be generated and stored in the cluster.
adminSecretKey: ''
# Enable the console served by Hasura. (Not recommended; use Hasura CLI's `hasura console` instead.)
Expand Down

0 comments on commit 44ba777

Please sign in to comment.