Skip to content

Commit

Permalink
Merge pull request #20 from RonasIT/feat/postgres-16
Browse files Browse the repository at this point in the history
Feat/postgres 16
  • Loading branch information
eleonov authored Jul 24, 2024
2 parents 0c460b0 + f3909e4 commit b9e297c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
10 changes: 5 additions & 5 deletions charts/laravel/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 13.4.4
version: 15.5.18
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.23.0
version: 11.1.12
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.19.4
version: 19.6.2
- name: soketi
repository: https://helm.soketi.app
version: 2.0.0
digest: sha256:d1dd8fdff7804fd1761d1120f40b972377cd03389212f77d54189faa101215f9
generated: "2024-04-10T12:32:39.771786622Z"
digest: sha256:487eb578fd1fbe7335bac25571286ddfe21a6ef46936d70b9187d000ffa8009b
generated: "2024-07-24T09:34:16.379920767Z"
8 changes: 4 additions & 4 deletions charts/laravel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ appVersion: 1.16.0
description: A Helm chart for Kubernetes to deploy Laravel applications
name: laravel
type: application
version: 2.3.2
version: 2.4.0
dependencies:
- name: postgresql
condition: postgresql.enabled
repository: https://charts.bitnami.com/bitnami
version: ^13.2.1
version: ^15.5.18
- name: mysql
condition: mysql.enabled
repository: https://charts.bitnami.com/bitnami
version: ^9.14.1
version: ^11.1.12
- name: redis
condition: redis.enabled
repository: https://charts.bitnami.com/bitnami
version: ^18.2.0
version: ^19.6.2
- name: soketi
condition: soketi.enabled
repository: https://helm.soketi.app
Expand Down
9 changes: 5 additions & 4 deletions charts/laravel/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# laravel

![Version: 2.3.2](https://img.shields.io/badge/Version-2.3.2-informational?style=flat-square)
![Version: 2.4.0](https://img.shields.io/badge/Version-2.4.0-informational?style=flat-square)

## Installing the Chart

Expand All @@ -15,9 +15,9 @@ $ helm install laravel ronas/laravel

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | mysql | ^9.14.1 |
| https://charts.bitnami.com/bitnami | postgresql | ^13.2.1 |
| https://charts.bitnami.com/bitnami | redis | ^18.2.0 |
| https://charts.bitnami.com/bitnami | mysql | ^11.1.12 |
| https://charts.bitnami.com/bitnami | postgresql | ^15.5.18 |
| https://charts.bitnami.com/bitnami | redis | ^19.6.2 |
| https://helm.soketi.app | soketi | ^2.0.0 |

## Values
Expand Down Expand Up @@ -92,6 +92,7 @@ $ helm install laravel ronas/laravel
| postgresql.auth.existingSecret | string | `"postgresql-credentials"` | |
| postgresql.auth.username | string | `"pguser"` | |
| postgresql.enabled | bool | `true` | |
| postgresql.image.tag | int | `16` | |
| postgresql.primary.nodeSelector.default-node-pool | string | `"true"` | |
| postgresql.primary.persistence.size | string | `"1Gi"` | |
| postgresql.primary.resources.limits.memory | string | `"128Mi"` | |
Expand Down
2 changes: 2 additions & 0 deletions charts/laravel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ affinity: {}

postgresql:
enabled: true
image:
tag: 16
auth:
database: 'pgdb'
username: 'pguser'
Expand Down

0 comments on commit b9e297c

Please sign in to comment.