File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ dependencies:
77 version: 11.1.20
88- name: redis
99 repository: https://charts.bitnami.com/bitnami
10- version: 20.13.2
11- digest: sha256:8421aacf42b977773e2e64a8bb662aea1513b44da899d864b690ee80f5898c1e
12- generated: "2025-04-28T05:19:58.906913343Z "
10+ version: 20.13.3
11+ digest: sha256:6057b4a650f83893521b3c28034b9f5118e1c9399cc3181aa8f9d7029580a4c1
12+ generated: "2025-04-29T12:09:47.323600595Z "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: 1.16.0
33description : A Helm chart for Kubernetes to deploy Laravel applications
44name : laravel
55type : application
6- version : 2.7.0
6+ version : 2.7.1
77dependencies :
88 - name : postgresql
99 condition : postgresql.enabled
Original file line number Diff line number Diff line change 11# laravel
22
3- ![ Version: 2.6 .1] ( https://img.shields.io/badge/Version-2.6 .1-informational?style=flat-square )
3+ ![ Version: 2.7 .1] ( https://img.shields.io/badge/Version-2.7 .1-informational?style=flat-square )
44
55## Installing the Chart
66
@@ -83,7 +83,7 @@ $ helm install laravel ronas/laravel
8383| postgresql.auth.existingSecret | string | ` "postgresql-credentials" ` | |
8484| postgresql.auth.username | string | ` "pguser" ` | |
8585| postgresql.enabled | bool | ` true ` | |
86- | postgresql.image.tag | int | ` 16 ` | |
86+ | postgresql.image.tag | float | ` 17.4 ` | |
8787| postgresql.primary.nodeSelector.default-node-pool | string | ` "true" ` | |
8888| postgresql.primary.persistence.size | string | ` "1Gi" ` | |
8989| postgresql.primary.resourcesPreset | string | ` "nano" ` | |
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ mysql:
135135redis :
136136 enabled : true
137137 image :
138- tag : 7.1
138+ tag : 7.4
139139 auth :
140140 existingSecret : ' redis-credentials'
141141 existingSecretPasswordKey : ' password'
You can’t perform that action at this time.
0 commit comments