Skip to content

Commit

Permalink
chore(chart): release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Jan 26, 2023
1 parent f2a17df commit ee3c284
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.2
appVersion: 1.2.2
version: 1.2.3
appVersion: 1.2.3
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:12380cc4e8845e5e48f69141e379d971e4282682894d4f579b21a3b0eb5d4687 # 3ebddce
image: chaingraph/hasura@sha256:12ea146f2991933579596c0a91acf9ff1b19cdeb33b41f8d9a6c371d36afd876 # f2a17df
# 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 ee3c284

Please sign in to comment.