Skip to content

Commit

Permalink
Update charts
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Dec 16, 2024
1 parent bd7aa75 commit 99a88d3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 89 deletions.
6 changes: 3 additions & 3 deletions charts/ftl/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: ftl
description: |
A Helm chart for Kubernetes that deploys FTL
home: https://github.com/TBD54566975/ftl
version: 0.411.0
appVersion: 0.411.0
home: https://github.com/block/ftl
version: 0.412.1
appVersion: 0.412.1
dependencies:
- name: postgresql
version: 15.5.38
Expand Down
7 changes: 0 additions & 7 deletions charts/ftl/templates/admin-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ spec:
{{- if .Values.admin.env }}
{{- toYaml .Values.admin.env | nindent 12 }}
{{- end }}
{{- if not .Values.postgresql.enabled }}
- name: FTL_DSN
value: "{{ .Values.admin.dbConnectionString }}"
{{- else }}
- name: FTL_DSN
value: "postgres://{{ .Release.Name }}-postgresql:5432/{{ .Values.postgresql.global.postgresql.auth.database }}?sslmode=disable&user={{ .Values.postgresql.global.postgresql.auth.username }}&password={{ .Values.postgresql.global.postgresql.auth.password }}"
{{- end }}

ports:
{{- range .Values.admin.ports }}
Expand Down
7 changes: 0 additions & 7 deletions charts/ftl/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ spec:
{{- if .Values.controller.env }}
{{- toYaml .Values.controller.env | nindent 12 }}
{{- end }}
{{- if not .Values.postgresql.enabled }}
- name: FTL_DSN
value: "{{ .Values.controller.dbConnectionString }}"
{{- else }}
- name: FTL_DSN
value: "postgres://{{ .Release.Name }}-postgresql:5432/{{ .Values.postgresql.global.postgresql.auth.database }}?sslmode=disable&user={{ .Values.postgresql.global.postgresql.auth.username }}&password={{ .Values.postgresql.global.postgresql.auth.password }}"
{{- end }}
- name: FTL_TIMELINE_ENDPOINT
value: http://ftl-timeline:8892
- name: FTL_LEASE_ENDPOINT
Expand Down
71 changes: 0 additions & 71 deletions charts/ftl/templates/db-migration-job.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion charts/ftl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ cron:
value: "true"

postgresql:
enabled: true
enabled: false
architecture: standalone
primary:
resources:
Expand Down

0 comments on commit 99a88d3

Please sign in to comment.