7 Commits
Author SHA1 Message Date
Matt Farina d6e50ae78a [incubator/common] deprecating chart (#24249)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 17:33:17 +01:00
Scott Rigby dd3271d5e1 [incubator/common/] add repo archive notice (#24040)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 06:00:25 -08:00
Javier Domingo Cansino be764cb65d common: Util is not ready to be used with empty templates (#7261)
Going along the readme for the common package, it's suggested many times
to use the templates with no values inside, for example:

```
{{- template "common.ingress" (list . "mychart.ingress") -}}
{{- define "mychart.ingress" -}}
{{- end -}}
```

This will give the following error:

```
Error: rendering template failed: assignment to entry in nil map
```

By adding empty dict defaults, we can fix the code and respect the README

Signed-off-by: Javier Domingo Cansino <javierdo1@gmail.com>
2018-12-01 05:16:44 -08:00
Alexander Babai 4719d542b0 [incubator/common] env from configmap (#7199)
* refactor(incubator.common): env from configmap

* refactor(incubator.common): bump version

* refactor(incubator.common): fix typo
2018-08-20 09:30:55 -07:00
David J. M. Karlsen 1ab27ef3e0 [incubator/common] more logical port (#6292)
* more logical port

* add appVersion to pass linting
2018-07-03 09:31:19 -07:00
Guang Ya Liu 15c6b4d42b [incubator/common] Use storageClassName for common. (#2040) 2017-09-10 10:54:25 -05:00
Adnan Abdulhussein e163767afc add common chart to incubator (#1611)
* add common chart to incubator

moving the common chart to incubator so we can actively work on it

* Excuse incubator/common from tests
2017-09-04 18:08:48 -05:00