This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 49d1af0317 Helm: bug fix for chart rendering issue. (#13264)
49d1af0317 is described below
commit 49d1af0317d9a558886b55c7f0e646e67b589a7a
Author: Abhishek Sharma <[email protected]>
AuthorDate: Wed May 29 15:42:51 2024 -0400
Helm: bug fix for chart rendering issue. (#13264)
---
helm/index.yaml | 4 ++--
helm/pinot-0.2.9.tgz | Bin 69294 -> 69288 bytes
helm/pinot/templates/broker/statefulset.yaml | 2 +-
helm/pinot/templates/controller/statefulset.yaml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/helm/index.yaml b/helm/index.yaml
index 247f7583be..f36da97c00 100644
--- a/helm/index.yaml
+++ b/helm/index.yaml
@@ -3,7 +3,7 @@ entries:
pinot:
- apiVersion: v1
appVersion: 1.0.0
- created: "2024-05-25T17:11:29.789854-04:00"
+ created: "2024-05-29T15:15:38.010146-04:00"
dependencies:
- condition: pinot.zookeeper.enabled,zookeeper.enabled
name: zookeeper
@@ -13,7 +13,7 @@ entries:
to deliver scalable real time analytics with low latency. It can ingest
data
from offline data sources (such as Hadoop and flat files) as well as
online
sources (such as Kafka). Pinot is designed to scale horizontally.
- digest: 82d585f788eacda0afc593c55e1dd60880547cbcde4e45783dfe936e4b60970b
+ digest: b0ff3d8aadd3c913a83adbcecdbab4fd80d23b5bfce7813f193298e14e1a6498
home: https://pinot.apache.org/
keywords:
- olap
diff --git a/helm/pinot-0.2.9.tgz b/helm/pinot-0.2.9.tgz
index 3e99d1b451..45c30e3c15 100644
Binary files a/helm/pinot-0.2.9.tgz and b/helm/pinot-0.2.9.tgz differ
diff --git a/helm/pinot/templates/broker/statefulset.yaml
b/helm/pinot/templates/broker/statefulset.yaml
index d9b950ce45..f5377e103e 100644
--- a/helm/pinot/templates/broker/statefulset.yaml
+++ b/helm/pinot/templates/broker/statefulset.yaml
@@ -116,7 +116,7 @@ spec:
initialDelaySeconds: {{
.Values.broker.probes.startup.initialDelaySeconds | default
.Values.probes.initialDelaySeconds }}
periodSeconds: {{ .Values.broker.probes.startup.periodSeconds |
default .Values.probes.periodSeconds }}
failureThreshold: {{ .Values.broker.probes.startup.failureThreshold
| default .Values.probes.failureThreshold }}
- successThreshold:{{ .Values.broker.probes.startup.successThreshold |
default .Values.probes.successThreshold }}
+ successThreshold: {{ .Values.broker.probes.startup.successThreshold
| default .Values.probes.successThreshold }}
timeoutSeconds: {{ .Values.broker.probes.startup.timeoutSeconds |
default .Values.probes.timeoutSeconds }}
httpGet:
path: {{ .Values.broker.probes.endpoint }}
diff --git a/helm/pinot/templates/controller/statefulset.yaml
b/helm/pinot/templates/controller/statefulset.yaml
index b298562b5a..bc863f9960 100644
--- a/helm/pinot/templates/controller/statefulset.yaml
+++ b/helm/pinot/templates/controller/statefulset.yaml
@@ -81,7 +81,7 @@ spec:
{{- if .Values.controller.probes.livenessEnabled }}
livenessProbe:
initialDelaySeconds: {{
.Values.controller.probes.liveness.initialDelaySeconds | default
.Values.probes.initialDelaySeconds }}
- periodSeconds:{{ .Values.controller.probes.liveness.periodSeconds |
default .Values.probes.periodSeconds }}
+ periodSeconds: {{ .Values.controller.probes.liveness.periodSeconds |
default .Values.probes.periodSeconds }}
failureThreshold: {{
.Values.controller.probes.liveness.failureThreshold | default
.Values.probes.failureThreshold }}
successThreshold: {{
.Values.controller.probes.liveness.successThreshold | default
.Values.probes.successThreshold }}
timeoutSeconds: {{ .Values.controller.probes.liveness.timeoutSeconds
| default .Values.probes.timeoutSeconds }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]