Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/laravel/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
version: 11.1.20
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 20.13.2
digest: sha256:8421aacf42b977773e2e64a8bb662aea1513b44da899d864b690ee80f5898c1e
generated: "2025-04-28T05:19:58.906913343Z"
version: 20.13.3
digest: sha256:6057b4a650f83893521b3c28034b9f5118e1c9399cc3181aa8f9d7029580a4c1
generated: "2025-04-29T12:09:47.323600595Z"
2 changes: 1 addition & 1 deletion charts/laravel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.16.0
description: A Helm chart for Kubernetes to deploy Laravel applications
name: laravel
type: application
version: 2.7.0
version: 2.7.1
dependencies:
- name: postgresql
condition: postgresql.enabled
Expand Down
4 changes: 2 additions & 2 deletions charts/laravel/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# laravel

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

## Installing the Chart

Expand Down Expand Up @@ -83,7 +83,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.image.tag | float | `17.4` | |
| postgresql.primary.nodeSelector.default-node-pool | string | `"true"` | |
| postgresql.primary.persistence.size | string | `"1Gi"` | |
| postgresql.primary.resourcesPreset | string | `"nano"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/laravel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ mysql:
redis:
enabled: true
image:
tag: 7.1
tag: 7.4
auth:
existingSecret: 'redis-credentials'
existingSecretPasswordKey: 'password'
Expand Down