Skip to content

Commit

Permalink
chore: update chart version and run helm-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyashkin-ronasit committed May 14, 2024
1 parent f7f2aa5 commit cb3cfb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3.1
version: 2.3.2
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.3.1](https://img.shields.io/badge/Version-2.3.1-informational?style=flat-square)
![Version: 2.3.2](https://img.shields.io/badge/Version-2.3.2-informational?style=flat-square)

## Installing the Chart

Expand Down Expand Up @@ -148,4 +148,4 @@ $ helm install laravel ronas/laravel
| workers.autoscaling | object | `{"enabled":false,"maxReplicas":3,"minReplicas":1,"targetCPUUtilizationPercentage":60}` | Global workers autoscaling settings (can be overwritten in items) |
| workers.enabled | bool | `true` | |
| workers.items | list | `[]` | |
| workers.resources | object | `{"limits":{"limits":"50m","memory":"128Mi"},"requests":{"cpu":"25m","memory":"128Mi"}}` | Global workers resources (can be overwritten in items) |
| workers.resources | object | `{"limits":{"cpu":"50m","memory":"128Mi"},"requests":{"cpu":"25m","memory":"128Mi"}}` | Global workers resources (can be overwritten in items) |

0 comments on commit cb3cfb5

Please sign in to comment.