Skip to content

Commit

Permalink
Merge pull request #21 from RonasIT/feat/laravel-upgrade-mysql-chart
Browse files Browse the repository at this point in the history
Feat/laravel upgrade mysql chart
  • Loading branch information
akiyashkin-ronasit authored Oct 10, 2024
2 parents b9e297c + 3ac3900 commit a8fc45b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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: 15.5.18
version: 15.5.38
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 11.1.12
version: 11.1.17
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 19.6.2
version: 19.6.4
- name: soketi
repository: https://helm.soketi.app
version: 2.0.0
digest: sha256:487eb578fd1fbe7335bac25571286ddfe21a6ef46936d70b9187d000ffa8009b
generated: "2024-07-24T09:34:16.379920767Z"
digest: sha256:eb745f892679f24ef481c5422ba53ea5e0a9f3d731a589a2b09f5e2d8557dff6
generated: "2024-10-10T13:00:55.785641+06:00"
4 changes: 2 additions & 2 deletions 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.4.0
version: 2.5.0
dependencies:
- name: postgresql
condition: postgresql.enabled
Expand All @@ -12,7 +12,7 @@ dependencies:
- name: mysql
condition: mysql.enabled
repository: https://charts.bitnami.com/bitnami
version: ^11.1.12
version: ^11.1.17
- name: redis
condition: redis.enabled
repository: https://charts.bitnami.com/bitnami
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.4.0](https://img.shields.io/badge/Version-2.4.0-informational?style=flat-square)
![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat-square)

## Installing the Chart

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

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | mysql | ^11.1.12 |
| https://charts.bitnami.com/bitnami | mysql | ^11.1.17 |
| 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 |
Expand Down

0 comments on commit a8fc45b

Please sign in to comment.