File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ version: 0.5.9
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
24
# renovate: image=graphprotocol/graph-node
25
- appVersion : " v0.38 .0"
25
+ appVersion : " v0.39 .0"
Original file line number Diff line number Diff line change 2
2
3
3
Deploy and scale [ Graph Node] ( https://github.com/graphprotocol/graph-node ) inside Kubernetes with ease
4
4
5
- [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) ![ Version: 0.5.9] ( https://img.shields.io/badge/Version-0.5.9-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.38 .0] ( https://img.shields.io/badge/AppVersion-v0.38 .0-informational?style=flat-square )
5
+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) ![ Version: 0.5.9] ( https://img.shields.io/badge/Version-0.5.9-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.39 .0] ( https://img.shields.io/badge/AppVersion-v0.39 .0-informational?style=flat-square )
6
6
7
7
## Introduction
8
8
Original file line number Diff line number Diff line change @@ -61,17 +61,17 @@ metadata:
61
61
{{- include "graph-node.labels" . | nindent 4 }}
62
62
{{- $componentLabel | nindent 4 }}
63
63
spec :
64
- serviceName : {{ include "graph-node.fullname" . }}-{{ $groupName }}-headless
65
64
replicas : {{ $values.replicaCount | default 1 }}
66
65
{{- if (eq $values.kind "StatefulSet") }}
66
+ serviceName : {{ include "graph-node.fullname" . }}-{{ $groupName }}-headless
67
67
podManagementPolicy : Parallel # https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#parallel-pod-management
68
- {{- end }}
69
68
updateStrategy :
70
69
type : RollingUpdate # https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
71
70
# Requires k8s 1.24+
72
71
# rollingUpdate:
73
72
# maxUnavailable: 25% # This ensures that despite the Parallel podManagementStrategy, updates don't cause service downtime
74
73
# partition: 0
74
+ {{- end }}
75
75
selector :
76
76
matchLabels :
77
77
{{- include "graph-node.selectorLabels" . | nindent 6 }}
You can’t perform that action at this time.
0 commit comments