Skip to content

Commit

Permalink
chore(chart): release v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Feb 19, 2023
1 parent 91bef77 commit 8ac2bc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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: 1.2.4
appVersion: 1.2.4
version: 1.2.5
appVersion: 1.2.5
2 changes: 1 addition & 1 deletion charts/chaingraph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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:12ea146f2991933579596c0a91acf9ff1b19cdeb33b41f8d9a6c371d36afd876 # f2a17df
image: chaingraph/hasura@sha256:a471bacc17479111a73c02e9b7bc178b15f48c25192322edc1ec7e8cc2d866cb # 91bef77
# 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 8ac2bc8

Please sign in to comment.