Skip to content

Commit

Permalink
match values files (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
avimoondra authored Jul 25, 2024
1 parent 1da98c7 commit 310279f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/retool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: retool
description: A Helm chart for Kubernetes
type: application
version: 6.2.6
version: 6.2.7
maintainers:
- name: Retool Engineering
email: [email protected]
Expand Down
7 changes: 2 additions & 5 deletions charts/retool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ config:
# db:
# user:
# password:
# ssl_enabled:
# ssl_enabled: whether to enable SSL for connecting to the Retool Postgres database, equivalent to the POSTGRES_SSL_ENABLED environment variable. Place here instead of in the env block.
# passwordSecretName is the name of the secret where the pg password is stored (can be used instead of password)
# passwordSecretName:
# passwordSecretKey is the key in the k8s secret, default: postgresql-password
Expand Down Expand Up @@ -642,7 +642,6 @@ hostAliases: {}
# - anothertest.com

telemetry:

# When enabled, will collect metrics and logs from the other pods in the
# chart. These will be forwarded to Retool for proactive monitoring and bug
# identification when `telemetry.sendToRetool.enabled = true`, and can also
Expand All @@ -651,7 +650,6 @@ telemetry:
enabled: false

sendToRetool:

# Only relevant when `telemetry.enabled = true`. When enabled, telemetry
# from pods in this chart will be forwarded to Retool for proactive
# monitoring and bug identification.
Expand All @@ -661,13 +659,12 @@ telemetry:
address: "https://telemetry.retool.com:443"

image:

repository: "tryretool/telemetry"

# Default to same as top level `image.tag`.
tag: null

pullPolicy: 'IfNotPresent'
pullPolicy: "IfNotPresent"

resources:
requests:
Expand Down
8 changes: 3 additions & 5 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ tolerations: []

# Node labels for pod assignment
# Ref: https://kubernetes.io/docs/user-guide/node-selection/
nodeSelector: {}
nodeSelector:
kubernetes.io/arch: amd64

# Common annotations for all pods.
podAnnotations: {}
Expand Down Expand Up @@ -641,7 +642,6 @@ hostAliases: {}
# - anothertest.com

telemetry:

# When enabled, will collect metrics and logs from the other pods in the
# chart. These will be forwarded to Retool for proactive monitoring and bug
# identification when `telemetry.sendToRetool.enabled = true`, and can also
Expand All @@ -650,7 +650,6 @@ telemetry:
enabled: false

sendToRetool:

# Only relevant when `telemetry.enabled = true`. When enabled, telemetry
# from pods in this chart will be forwarded to Retool for proactive
# monitoring and bug identification.
Expand All @@ -660,13 +659,12 @@ telemetry:
address: "https://telemetry.retool.com:443"

image:

repository: "tryretool/telemetry"

# Default to same as top level `image.tag`.
tag: null

pullPolicy: 'IfNotPresent'
pullPolicy: "IfNotPresent"

resources:
requests:
Expand Down

0 comments on commit 310279f

Please sign in to comment.