* Adding quote to git sync wait
I'm using helm 3 version `version.BuildInfo{Version:"v3.3.4", GitCommit:"a61ce5633af99708171414353ed49547cf05013d", GitTreeState:"clean", GoVersion:"go1.14.9"}` and I can't create this chart with git enabled. The following error is thrown:
```
Error: Deployment in version "v1" cannot be handled as a Deployment: v1.Deployment.Spec: v1.DeploymentSpec.Template: v1.PodTemplateSpec.Spec: v1.PodSpec.Containers: []v1.Container: v1.Container.Env: []v1.EnvVar: v1.EnvVar.Value: ReadString: expects " or n, but found 3, error found in #10 byte of ...|,"value":30},{"name"|..., bigger context ...|e":"FETCH_HEAD"},{"name":"GIT_SYNC_WAIT","value":30},{"name":"GIT_SYNC_DEST","value":"/git"}],"image|...
```
This change quotes the timeout and allows chart creation.
Signed-off-by: Mike Wilson <knobby@burntsheep.com>
* updating chart version
Signed-off-by: Mike Wilson <knobby@burntsheep.com>
* Add support for new deployment and ingress APIs in Kubernetes 1.16+
Signed-off-by: Andy Mardell <andy@mardell.me>
* Removed an unwanted hyphen
Signed-off-by: Andy Mardell <andy@mardell.me>
* fixed missing load mpm event module in apache conf
* increment version
* changed alpine version to 2.4.29 (stable)
* fixed typos as of #3548. thx to @adolphwq