Skip to content

Commit

Permalink
Evaluation of 'server.autoscaler.enabled' is broken (#100) (#101)
Browse files Browse the repository at this point in the history
* Evaluation of 'server.autoscaler.enabled' is broken (#100)

* Bump up Trino chart version to 1.9.1
  • Loading branch information
youngwookim authored Jan 24, 2022
1 parent ef1461a commit af3247e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion valeriano-manassero/trino/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "365"
description: High performance, distributed SQL query engine for big data
name: trino
version: 1.9.0
version: 1.9.1
home: https://trino.io
icon: https://trino.io/assets/images/trino-logo/trino-ko_tiny-alt.svg
sources:
Expand Down
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: 1.9.0](https://img.shields.io/badge/Version-1.9.0-informational?style=flat-square) ![AppVersion: 365](https://img.shields.io/badge/AppVersion-365-informational?style=flat-square)
![Version: 1.9.1](https://img.shields.io/badge/Version-1.9.1-informational?style=flat-square) ![AppVersion: 365](https://img.shields.io/badge/AppVersion-365-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/autoscaler.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.server.autoscaler.maxReplicas }}
{{- if .Values.server.autoscaler.enabled -}}
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
Expand Down

0 comments on commit af3247e

Please sign in to comment.