Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkounz committed Sep 23, 2022
1 parent 382ad65 commit 7477d9b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/graphprotocol-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: graphprotocol-node
description: A Helm chart for Graph Protocol Nodes
type: application
version: 0.1.10
version: 0.1.11
keywords:
- graphprotocol
- ethereum
Expand Down
2 changes: 2 additions & 0 deletions charts/graphprotocol-node/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ spec:
value: {{ .Values.blockIngestorNodeId | quote }}
- name: EXPERIMENTAL_SUBGRAPH_VERSION_SWITCHING_MODE
value: synced
- name: GRAPH_LOG
value: {{ .Values.logLevel | quote }}
{{- else -}}
- name: node_id
valueFrom:
Expand Down
6 changes: 5 additions & 1 deletion charts/graphprotocol-node/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"role",
"monitoring",
"ingress",
"ingressWebsocket"
"ingressWebsocket",
"logLevel"
],
"properties": {
"image": {
Expand Down Expand Up @@ -63,6 +64,9 @@
"securityContext": {
"type": "object"
},
"logLevel": {
"type": "string"
},
"service": {
"type": "object",
"required": [
Expand Down
3 changes: 3 additions & 0 deletions charts/graphprotocol-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,6 @@ ingressWebsocket:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local

# error, info, or debug
logLevel: error

0 comments on commit 7477d9b

Please sign in to comment.