Skip to content

Commit 75db8bf

Browse files
authored
Merge pull request #25 from RonasIT/upgrade-redis
chore: update redis tag to 7.4
2 parents 2818e34 + d25c78f commit 75db8bf

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

charts/laravel/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

charts/laravel/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: 1.16.0
33
description: A Helm chart for Kubernetes to deploy Laravel applications
44
name: laravel
55
type: application
6-
version: 2.7.0
6+
version: 2.7.1
77
dependencies:
88
- name: postgresql
99
condition: postgresql.enabled

charts/laravel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"` | |

charts/laravel/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ mysql:
135135
redis:
136136
enabled: true
137137
image:
138-
tag: 7.1
138+
tag: 7.4
139139
auth:
140140
existingSecret: 'redis-credentials'
141141
existingSecretPasswordKey: 'password'

0 commit comments

Comments
 (0)