Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/graph-network-indexer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.3
version: 0.6.4

# The appVersion field is intentionally left empty. Component versions are managed separately
# and can be found in the values.yaml file or individual component configurations.
Expand Down
4 changes: 2 additions & 2 deletions charts/graph-network-indexer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Deploy and scale the [Graph Network Indexer](https://github.com/graphprotocol/indexer) components inside Kubernetes with ease

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

## Introduction

Expand Down Expand Up @@ -112,7 +112,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| indexerAgent.config.max-provision-initial-size | Setting for automated initial provision for Horizon migration | int | `100000` |
| indexerAgent.env | | object | `{}` |
| indexerAgent.extraArgs | | list | `[]` |
| indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.25.3"}` |
| indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.25.5"}` |
| indexerAgent.nodeSelector | | object | `{}` |
| indexerAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
| indexerAgent.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |
Expand Down
1 change: 1 addition & 0 deletions charts/graph-network-indexer/templates/dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "graph-network-indexer.fullname" . }}-dashboards
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-network-indexer.labels" . | nindent 4 }}
{{ $values.dashboardsConfigMapLabel }}: {{ $values.dashboardsConfigMapLabelValue | quote }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "graph-network-indexer.fullname" . }}-{{ $componentName }}-headless
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-network-indexer.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand All @@ -25,6 +26,7 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "graph-network-indexer.fullname" . }}-{{ $componentName }}
namespace: {{ .Release.Namespace }}
{{- if $values.service.topologyAwareRouting.enabled }}
annotations:
service.kubernetes.io/topology-aware-hints: "auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: {{ include "graph-network-indexer.fullname" . }}-{{ $componentName }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-network-indexer.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ apiVersion: apps/v1
kind: StatefulSet # StatefulSet is better behaved when trying to maintain a single instance of the agent. We never want more than one agent active at a time.
metadata:
name: {{ include "graph-network-indexer.fullname" . }}-{{ $componentName }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-network-indexer.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "graph-network-indexer.fullname" . }}-{{ $componentName }}-config
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-network-indexer.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "graph-network-indexer.fullname" . }}-{{ $componentName }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-network-indexer.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
service.kubernetes.io/topology-aware-hints: "auto"
{{- end }}
name: {{ include "graph-network-indexer.fullname" . }}-{{ $componentName }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-network-indexer.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: {{ include "graph-network-indexer.fullname" . }}-{{ $componentName }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-network-indexer.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "graph-network-indexer.fullname" . }}-{{ $componentName }}-config
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-network-indexer.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "graph-network-indexer.fullname" . }}-{{ $componentName }}-headless
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-network-indexer.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand All @@ -30,6 +31,7 @@ metadata:
service.kubernetes.io/topology-aware-hints: "auto"
{{- end }}
name: {{ include "graph-network-indexer.fullname" . }}-{{ $componentName }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-network-indexer.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: {{ include "graph-network-indexer.fullname" . }}-{{ $componentName }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-network-indexer.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ apiVersion: apps/v1
kind: StatefulSet # StatefulSet is better behaved when trying to maintain a single instance of the indexer-tap-agent. We never want more than one indexer-tap-agent active at a time.
metadata:
name: {{ include "graph-network-indexer.fullname" . }}-{{ $componentName }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-network-indexer.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand Down
1 change: 1 addition & 0 deletions charts/graph-network-indexer/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "graph-network-indexer.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-network-indexer.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
Expand Down
2 changes: 1 addition & 1 deletion charts/graph-network-indexer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ indexerAgent:
image:
repository: ghcr.io/graphprotocol/indexer-agent
pullPolicy: IfNotPresent
tag: "v0.25.3"
tag: "v0.25.5"

# -- Config to be supplied as CLI arguments, specified using YAML keys to allow overriding
config:
Expand Down
2 changes: 1 addition & 1 deletion charts/graph-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.6
version: 0.6.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/graph-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.6.6](https://img.shields.io/badge/Version-0.6.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.41.1](https://img.shields.io/badge/AppVersion-v0.41.1-informational?style=flat-square)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.6.7](https://img.shields.io/badge/Version-0.6.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.41.1](https://img.shields.io/badge/AppVersion-v0.41.1-informational?style=flat-square)

## Introduction

Expand Down
3 changes: 2 additions & 1 deletion charts/graph-node/templates/dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "graph-node.fullname" . }}-dashboards
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-node.labels" . | nindent 4 }}
{{ $values.dashboardsConfigMapLabel }}: {{ $values.dashboardsConfigMapLabelValue | quote }}
data:
{{- (.Files.Glob "dashboards/*").AsConfig | nindent 2 }}
{{- end }}
{{- end }}
5 changes: 5 additions & 0 deletions charts/graph-node/templates/graph-node/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "graph-node.fullname" . }}-config
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-node.labels" . | nindent 4 }}
data:
Expand All @@ -57,6 +58,7 @@ apiVersion: apps/v1
kind: {{ $values.kind }}
metadata:
name: {{ include "graph-node.fullname" . }}-{{ $groupName }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-node.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand Down Expand Up @@ -306,6 +308,7 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "graph-node.fullname" . }}-{{ $groupName }}-headless
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-node.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand Down Expand Up @@ -334,6 +337,7 @@ metadata:
{{- end }}
{{- end }}
name: {{ include "graph-node.fullname" . }}-{{ $groupName }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-node.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand All @@ -358,6 +362,7 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: {{ include "graph-node.fullname" . }}-{{ $groupName }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-node.labels" . | nindent 4 }}
{{- $componentLabel | nindent 4 }}
Expand Down
3 changes: 3 additions & 0 deletions charts/graph-node/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: {{ include "graph-node.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-node.labels" . | nindent 4 }}
rules:
Expand All @@ -13,6 +14,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: {{ include "graph-node.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-node.labels" . | nindent 4 }}
roleRef:
Expand All @@ -22,4 +24,5 @@ roleRef:
subjects:
- kind: ServiceAccount
name: {{ include "graph-node.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
{{- end }}
1 change: 1 addition & 0 deletions charts/graph-node/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "graph-node.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "graph-node.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
Expand Down
Loading