diff --git a/charts/retool/Chart.yaml b/charts/retool/Chart.yaml index 70d9560..696b769 100644 --- a/charts/retool/Chart.yaml +++ b/charts/retool/Chart.yaml @@ -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: engineering+helm@retool.com diff --git a/charts/retool/values.yaml b/charts/retool/values.yaml index 5a35fc0..80c8b03 100644 --- a/charts/retool/values.yaml +++ b/charts/retool/values.yaml @@ -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 @@ -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 @@ -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. @@ -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: diff --git a/values.yaml b/values.yaml index f5c16e8..80c8b03 100644 --- a/values.yaml +++ b/values.yaml @@ -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: {} @@ -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 @@ -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. @@ -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: