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/cubejs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ maintainers:
email: developers@taskworld.com

# Increment this version on every chart change
version: 1.0.5
version: 1.0.6

# Tracks the deployed Cube.js application version
appVersion: "1.6.29"
4 changes: 4 additions & 0 deletions charts/cubejs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
namespace: "cubejs"
annotations:
reloader.stakater.com/auto: "true"
# Prevent Istio from rewriting HTTP probes through its sidecar (port 15020).
# Without this, kubelet probes are routed via Istio and can time out when the
# sidecar is slow to start or forward requests.
sidecar.istio.io/rewriteAppHTTPProbers: "false"

# BigQuery connection settings.
bigquery:
Expand Down