Skip to content

Commit 7c30c01

Browse files
committed
fix: generate manifest in conformance with the deployment spec
1 parent da54e00 commit 7c30c01

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/graph-node/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ version: 0.5.9
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
2424
# renovate: image=graphprotocol/graph-node
25-
appVersion: "v0.38.0"
25+
appVersion: "v0.39.0"

charts/graph-node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Deploy and scale [Graph Node](https://github.com/graphprotocol/graph-node) inside Kubernetes with ease
44

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)
66

77
## Introduction
88

charts/graph-node/templates/graph-node/all.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ metadata:
6161
{{- include "graph-node.labels" . | nindent 4 }}
6262
{{- $componentLabel | nindent 4 }}
6363
spec:
64-
serviceName: {{ include "graph-node.fullname" . }}-{{ $groupName }}-headless
6564
replicas: {{ $values.replicaCount | default 1 }}
6665
{{- if (eq $values.kind "StatefulSet") }}
66+
serviceName: {{ include "graph-node.fullname" . }}-{{ $groupName }}-headless
6767
podManagementPolicy: Parallel # https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#parallel-pod-management
68-
{{- end }}
6968
updateStrategy:
7069
type: RollingUpdate # https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
7170
# Requires k8s 1.24+
7271
# rollingUpdate:
7372
# maxUnavailable: 25% # This ensures that despite the Parallel podManagementStrategy, updates don't cause service downtime
7473
# partition: 0
74+
{{- end }}
7575
selector:
7676
matchLabels:
7777
{{- include "graph-node.selectorLabels" . | nindent 6 }}

0 commit comments

Comments
 (0)