9 Commits
Author SHA1 Message Date
Matt Farina 0611d6b385 [stable/unbound] deprecating chart (#24409)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 15:18:47 -05:00
Scott Rigby 5ce4736b5a [stable/unbound] add repo archive notice (#24210)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 14:35:28 -08:00
Konstantinos Livieratos 319917f0b4 Replaced broken link in unbound readme (#20660)
* Replaced broken link in unbound readme

Signed-off-by: Konstantinos Livieratos <konstantinos.livieratos@detectify.com>

* Version bump in unbound chart

Signed-off-by: Konstantinos Livieratos <konstantinos.livieratos@detectify.com>
2020-02-13 14:40:17 -08:00
Arnaud Lemaire e8f3e243ee [stable/unbound] Add n0rad as maintainer (#18950)
Signed-off-by: Arnaud Lemaire <alemaire@norad.fr>
2019-11-26 15:49:20 -08:00
Arnaud Lemaire 1fd5cd5d47 [stable/unbound] add clusterIP (#15304)
* [stable/unbound] add clusterIP

Signed-off-by: Arnaud Lemaire <alemaire@norad.fr>

* [unbound] fix exechealthz container & deploy app/v1

Signed-off-by: Arnaud Lemaire <alemaire@norad.fr>
2019-11-17 02:05:40 -08:00
Antoine Millet 813dd40390 [stable/unbound] Add support for externalIP, stubZones and localZones properties (#11254)
* [stable/unbound] Added support for externalIPs on service

Signed-off-by: Antoine Millet <antoine@inaps.org>

* [stable/unbound] Added support for stubZones

Signed-off-by: Antoine Millet <antoine@inaps.org>

* [stable/unbound] Added support for localZones

Signed-off-by: Antoine Millet <antoine@inaps.org>

* Bump chart version

Signed-off-by: Antoine Millet <antoine@inaps.org>

* Update stable/unbound/Chart.yaml

Co-Authored-By: NaPs <NaPs@users.noreply.github.com>
Signed-off-by: Antoine Millet <antoine@inaps.org>
2019-04-13 07:56:02 -07:00
Mark Betz b8e6f2db5f Stable/unbound/add tcp port + minor fixes (#5544)
* Add the tcp port definition to the unbound container

* Add the tcp port definition to the unbound service

* Wrap resources in with block to prevent rendering when empty

* Style: unindent remaining with blocks to left margin

* Bump chart version.
2018-05-17 23:40:01 -07:00
AdamDang b820d6c85e Typo fix in unbound/README.md: "clusterip"&"cluster IP"->"ClusterIP" (#4919)
* add version

add version

* Update README.md

ip->IP
clusterip->ClusterIP
cluster IP->ClusterIP
2018-04-18 12:31:00 -07:00
Mark Betz 0141560ad1 Add stable/unbound (#3564)
* Initial commit.

* Change the probe record to return localhost.

* Add support for local data records and restructure the file a bit.

* Moved the health check to healthz in order to keep default restricted acl for the unbound container.

* Added the serverPort reference.

* Defaulted the healthz image to googles public docker registry.

* Reference the image value for healthz

* Added healthz repo to the chart sources.

* Always bind to 0.0.0.0 so the service will be healthy.

* Update the readme.

* Add a section on setting unbound as an upstream for kube-dns.

* Use the auto-built docker image.

* Updated the readme.

* Updated with somewhat meaningful note.

* Fixed a typo.

* Added some more info to the readme.

* The health check will now use the server port from values.

* Moved to stable.

* nslookup on busybox handles the port differently.

* shortened the initial delay for probes to 5s.

* Added some information on the other configurable properties.

* Use github username in the maintainer field.

* Revise templates and use in selectors and metadata to better follow guidelines.

* Restructure the image references.

* Add a cpu limit

* Fixed the image references.

* Lower the cpu limit to half a core.

* Update the readme with changes to values.yaml.

* Bring template funcs in line with helm 2.8

* Bring standard metadata in line with helm 2.8

* Fixed a bug in the fullname function.

* Restructure the values to separate by container where appropriate.

* Bring up to date with new values structure.

* Add some additional documentation.

* Unquote something I missed.

* Bring the readme up to date.

* Add a disruption budget

* Add a table of all supported values

* Fix the indent level for resources

* Fix the quoting of statsCumulative

* Correct the indent level of the ports list in the service template.

* Update api version.
2018-04-04 12:42:09 -07:00