Skip to content

Commit

Permalink
chore: update chart dependencies for laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyashkin-ronasit committed Jul 24, 2024
1 parent f46953e commit f3909e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.17
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: 19.6.2
- name: soketi
repository: https://helm.soketi.app
version: 2.0.0
digest: sha256:e2cf4e8791f74ff9f18617e47e9374983ee83df90f02b1cf5e3cfb2a402ee32f
generated: "2024-07-23T10:56:19.970119328Z"
digest: sha256:487eb578fd1fbe7335bac25571286ddfe21a6ef46936d70b9187d000ffa8009b
generated: "2024-07-24T09:34:16.379920767Z"
4 changes: 2 additions & 2 deletions charts/laravel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ dependencies:
- name: postgresql
condition: postgresql.enabled
repository: https://charts.bitnami.com/bitnami
version: ^15.5.17
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
Expand Down
4 changes: 2 additions & 2 deletions charts/laravel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ $ helm install laravel ronas/laravel

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | mysql | ^9.14.1 |
| https://charts.bitnami.com/bitnami | postgresql | ^15.5.17 |
| 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 |

Expand Down

0 comments on commit f3909e4

Please sign in to comment.