Skip to content

Commit

Permalink
Update charts
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Nov 27, 2024
1 parent 44445a7 commit 9ab9bd8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/ftl/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: ftl
description: |
A Helm chart for Kubernetes that deploys FTL
home: https://github.com/TBD54566975/ftl
version: 0.402.0
appVersion: 0.402.0
version: 0.403.0
appVersion: 0.403.0
dependencies:
- name: postgresql
version: 15.5.38
Expand Down
1 change: 0 additions & 1 deletion charts/ftl/templates/provisioner-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
namespace: {{ .Release.Namespace }}
data:
config.toml: |
default = "controller"
plugins = [
{ id = "cloudformation", resources = ["postgres"] },
{ id = "controller", resources = ["module"] },
Expand Down
10 changes: 10 additions & 0 deletions charts/ftl/templates/runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,13 @@ data:
tolerations:
{{- toYaml .Values.runner.tolerations | nindent 12 }}
{{- end }}
serviceAccountTemplate: |-
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
app: ftl-runner
{{- if .Values.runner.runnersRoleArn }}
annotations:
eks.amazonaws.com/role-arn: {{ .Values.runner.runnersRoleArn }}
{{- end }}

0 comments on commit 9ab9bd8

Please sign in to comment.