Skip to content

Commit

Permalink
Feature/fix worker init container issue197 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-mmrouet authored Apr 9, 2024
1 parent 6382a14 commit 5e8e217
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions valeriano-manassero/trino/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "433"
description: High performance, distributed SQL query engine for big data
name: trino
version: 9.1.0
version: 9.1.1
kubeVersion: ">= 1.24.0-0 < 1.29.0-0"
home: https://trino.io
icon: https://trino.io/assets/images/trino-logo/trino-ko_tiny-alt.svg
Expand All @@ -27,4 +27,4 @@ keywords:
annotations:
artifacthub.io/changes: |
- kind: changed
description: restore ability to provide fault tolerance config without b64 encoded secret
description: Fix worker initContainer condition so it is done on worker and not on coordinator.
2 changes: 1 addition & 1 deletion valeriano-manassero/trino/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# trino

![Version: 9.1.0](https://img.shields.io/badge/Version-9.1.0-informational?style=flat-square) ![AppVersion: 433](https://img.shields.io/badge/AppVersion-433-informational?style=flat-square)
![Version: 9.1.1](https://img.shields.io/badge/Version-9.1.1-informational?style=flat-square) ![AppVersion: 433](https://img.shields.io/badge/AppVersion-433-informational?style=flat-square)

High performance, distributed SQL query engine for big data

Expand Down
2 changes: 1 addition & 1 deletion valeriano-manassero/trino/templates/deployment-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
configMap:
name: {{ .configMapName }}
{{- end }}
{{- if or .Values.jmxExporter.worker.enabled .Values.config.coordinator.initContainers }}
{{- if or .Values.jmxExporter.worker.enabled .Values.config.worker.initContainers }}
initContainers:
{{- if .Values.jmxExporter.worker.enabled }}
- name: download-jmx-exporter
Expand Down

0 comments on commit 5e8e217

Please sign in to comment.