Skip to content

Commit

Permalink
Fix postgresql service name for HedgeDoc (#27)
Browse files Browse the repository at this point in the history
* Update .gitignore

* Update github actions workflow

* Fix postgresql service name

* Edit values.yaml

* Update github actions
  • Loading branch information
trispera authored Mar 25, 2024
1 parent 7cbad29 commit 70002b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.DS_Store
Chart.lock
!values.schema.json
Chart.lock
4 changes: 2 additions & 2 deletions charts/hedgedoc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: hedgedoc-helm
name: hedgedoc
description: Hedgedoc Helm Chart for Rahti platform
Link to the repo https://github.com/CSCfi/helm-charts
version: 1.1.1
version: 1.1.2
sources:
- https://github.com/CSCfi/helm-charts
icon: https://raw.githubusercontent.com/hedgedoc/hedgedoc/develop/frontend/src/app/icon.png
Expand Down
2 changes: 1 addition & 1 deletion charts/hedgedoc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
key: database-name
name: postgres
- name: CMD_DB_HOST
value: hedgedoc-postgresql
value: {{ include "postgresql.v1.primary.fullname" . }}-postgresql
- name: CMD_DB_PORT
value: "5432"
- name: CMD_DB_DIALECT
Expand Down

0 comments on commit 70002b1

Please sign in to comment.