Skip to content

Commit

Permalink
hotfix: add missing maxPoolSize value in db-credentials secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Badmuts committed Oct 30, 2023
1 parent 296d1ec commit 3db292d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/openstad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: openstad
version: 1.0.6
version: 1.0.7
appVersion: "1.0"
description: This chart deploys the OpenStad Apostrophe project with optional databases.
icon: https://openstad.org/uploads/attachments/ckf3z5imd3w4pnl3w91not6qs-favicon-2x.svg
1 change: 1 addition & 0 deletions k8s/openstad/templates/secrets/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ data:
hostport: {{ .Values.secrets.database.hostport | default 3306 | toString | b64enc }}
username: {{ .Values.secrets.database.username | default "openstad" | b64enc }}
ca-cert: {{ .Values.secrets.database.caCert | default " " | b64enc }}
maxPoolSize: {{ .Values.secrets.database.maxPoolSize | default 5 | b64enc }}

0 comments on commit 3db292d

Please sign in to comment.