Skip to content

Commit c68e453

Browse files
committed
fixes the default for the database connection option to be pgsql
1 parent cd9d9c2 commit c68e453

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/pixelfed/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.0
18+
version: 0.2.1
1919

2020
# This is the version number of the application being deployed.
2121
# renovate:image=ghcr.io/mattlqx/docker-pixelfed

charts/pixelfed/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pixelfed
22

3-
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.3-nginx](https://img.shields.io/badge/AppVersion-v0.12.3--nginx-informational?style=flat-square)
3+
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.3-nginx](https://img.shields.io/badge/AppVersion-v0.12.3--nginx-informational?style=flat-square)
44

55
A Helm chart for deploying Pixelfed on Kubernetes
66

@@ -26,7 +26,7 @@ A Helm chart for deploying Pixelfed on Kubernetes
2626
| autoscaling.maxReplicas | int | `100` | |
2727
| autoscaling.minReplicas | int | `1` | |
2828
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
29-
| externalDatabase.connection | string | `"psql"` | options: sqlite mysql pgsql sqlsrv |
29+
| externalDatabase.connection | string | `"pgsql"` | options: sqlite mysql pgsql sqlsrv |
3030
| externalDatabase.database | string | `"pixelfed"` | |
3131
| externalDatabase.enabled | bool | `false` | enable using an external mysql or postgresql cluster |
3232
| externalDatabase.existingSecret | string | `""` | get database credentials from an existing Kubernetes Secret |
@@ -190,4 +190,4 @@ A Helm chart for deploying Pixelfed on Kubernetes
190190
| volumes | list | `[]` | Additional volumes on the output Deployment definition. |
191191

192192
----------------------------------------------
193-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
193+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/pixelfed/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ externalDatabase:
126126
# -- enable using an external mysql or postgresql cluster
127127
enabled: false
128128
# -- options: sqlite mysql pgsql sqlsrv
129-
connection: psql
129+
connection: pgsql
130130
host: ""
131131
port: 3306
132132
database: pixelfed

0 commit comments

Comments
 (0)