diff --git a/stable/lamp/Chart.yaml b/stable/lamp/Chart.yaml index 5208435ec2..7cad1f7186 100644 --- a/stable/lamp/Chart.yaml +++ b/stable/lamp/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Modular and transparent LAMP stack chart supporting PHP-FPM, Release Cloning, LoadBalancer, Ingress, SSL and lots more! name: lamp -version: 0.1.2 +version: 0.1.3 home: https://github.com/lead4good/helm-lamp-stack maintainers: - name: lead4good diff --git a/stable/lamp/values.yaml b/stable/lamp/values.yaml index e9ad9d6e25..e25c71034d 100644 --- a/stable/lamp/values.yaml +++ b/stable/lamp/values.yaml @@ -22,7 +22,7 @@ init: resources: false php: - ## php.version default php repository version, you can specify a differnt version like 5 or 7.0 + ## php.version default php repository version, you can specify a different version like 5 or 7.0 version: "7" ## php.repository If not empty, repository is chosen over default php repo @@ -42,7 +42,7 @@ php: ## sockets instead of TCP sockets: true - ## php.oldHTTPRoot Additionaly mounts the webroot at `php.oldHTTPRoot` to compansate + ## php.oldHTTPRoot Additionally mounts the webroot at `php.oldHTTPRoot` to compensate ## for absolute path file links # oldHTTPRoot: /var/www/html