Jan-Otto Kröpke
e77e697f6d
[helm] Add docs and changelog
2024-10-29 16:54:33 +01:00
Jan-Otto Kröpke
b91729faf9
[helm] Add global to json schema
2024-10-29 16:15:48 +01:00
Jan-Otto Kröpke
98cef7c2f1
Update charts/external-dns/templates/deployment.yaml
...
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
2024-10-29 15:42:26 +01:00
Jan-Otto Kröpke
b58672175f
Merge branch 'master' into imagePullSecrets
2024-10-29 15:42:17 +01:00
Steve Hipwell
a9fc7d248f
feat(chart): Updated image to v0.15.0
...
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2024-09-10 21:49:30 +01:00
Kubernetes Prow Robot
a087c87ba1
Merge pull request #4691 from neticdk/webhook-api-change
...
Do not risk exposing unauthenticated webhook port on container
2024-09-10 20:21:26 +01:00
Kim Sondrup
ae02543c83
fix(chart): Don't use unauthenticated webhook port for health probe
2024-09-08 15:11:33 +02:00
Michel Loiseleur
9ceca8fa81
review with Raffo
2024-09-04 13:51:29 +02:00
Kim Sondrup
fea4f939bf
Webhook provider helm chart fixes
...
- Add webhook metrics port to service
- Correct webhook metric port in servicemonitor
- Use correct imagePullPolicy value for webhook container
2024-08-16 13:45:52 +02:00
Curtis John
1b5c9d3d3b
fix(helm): make use of resource values for webhook ( #4560 )
...
* fix(helm): make use of resource values for webhook
previously these values were omitted due to an omission in the deployment template, now they should
be accurately templated when provided to the chart
* chore(chart): add provider.webhook.resources fix to changelog
2024-08-15 05:27:18 -07:00
Jan-Otto Kröpke
0ec4ae3c47
[helm] Add global.imagePullSecrets
2024-08-09 09:17:08 +02:00
Steve Hipwell
aef83b936b
chore(chart): Released chart for v0.14.2
...
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2024-06-10 12:40:50 +01:00
Omer Aplatony
4d33bb1067
chore(chart): Adding extra containers ( #4432 )
...
* Added extra containers to deployment
* Added option to disable/enable service
* Add comment
* Update helm docs
* Added space at the end
* Return service monitor to false
* Set service default to true
* Add support for extraContainers and remove
service.create
* Fix container name in values.yaml
* Ran helm-docs
2024-05-07 11:19:26 -07:00
Omer
ab86ac7022
Run helm-docs
2024-04-30 18:38:59 +03:00
Omer
592aab227f
Set new heading 'Other Providers' on README.md.gotmpl
2024-04-29 17:25:07 +03:00
Omer
cbf2e787d9
Moved charts docs under #Providers
2024-04-29 14:13:44 +03:00
Omer
ef5c582046
Update README template for helm
2024-04-26 23:15:01 +03:00
Omer
513c00fbe3
Added helm docs to README for hekm
2024-04-26 23:00:24 +03:00
Omer
a7e487d413
Revert changes to charts/external-dns/README.md and add helm docs for docs/tutorials/cloudflare.md
2024-04-24 19:52:46 +03:00
Omer
1b275fc3f4
docs: Add setup example for CloudFlare provider in ExternalDNS Helm chart documentation
2024-04-23 15:51:26 +03:00
bford
477411e998
feat: Add support for excludeDomains argument in chart
2024-04-15 17:16:19 +10:00
Steve Hipwell
a28040ce30
chore(chart): Released chart for v0.14.1
...
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2024-04-03 12:12:03 +01:00
Devin Buhl
f5545b1e16
Add dnsendpoint CRD to Helm chart ( #4322 )
...
* Add `dnsendpoint` CRD to Helm chart
Fixes: https://github.com/kubernetes-sigs/external-dns/issues/2640
* Update charts/external-dns/crds/dnsendpoint.yaml
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
* Update charts/external-dns/crds/dnsendpoint.yaml
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
* Update charts/external-dns/crds/dnsendpoint.yaml
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
* Update CHANGELOG.md
* add required annotation back to fix helm lint
---------
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
2024-04-03 04:02:07 -07:00
Dennis Haney
f5837b1d4a
feat: allow setting dnsConfig ( #4265 )
...
* feat: allow setting dnsConfig
* update docs
* fix docs
* Update charts/external-dns/templates/deployment.yaml
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
---------
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
2024-02-20 21:50:23 -08:00
Steve Hipwell
0cd8a022cc
chore: Released chart v1.14.3
...
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2024-01-26 09:40:22 +00:00
orenlevi111
fb87e344db
add RBAC fix to namespaces - get, watch, list to each gateway-*route ( #4205 )
...
* add RBAC fix to namespaces - get, watch, list to each gateway-*route
* fix conflicts
* resolve conflicts
* Apply suggestions from code review
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
---------
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
2024-01-26 00:08:50 +01:00
Tobias Bradtke
8dd49cc8b2
Fix args for webhook deployment ( #4202 )
...
* Fix args for webhook deployment
The upfront bullet point resulted in `- ""` and could brake the webhook container.
* Add changeloog
2024-01-25 17:18:17 +01:00
Jan-Otto Kröpke
a86fa4173e
[helm] Allow tpl in provider again ( #4180 )
...
* [helm] Allow tpl in provider again
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
* bump version and changelog
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
* re-run helm-docs
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
---------
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
2024-01-22 12:27:11 +01:00
Gabe Cook
2b69c578b6
fix(chart): Fix webhook install failure ( #4173 )
...
* fix(chart): Fix webhook install failure
* chore(chart): Update chart metadata
2024-01-12 08:14:09 +01:00
Steve Hipwell
e9eb2be9e4
chore(chart): Fixed chart changelog
...
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2024-01-10 15:20:55 +00:00
appkins
a1e638ef00
feat(helm-chart): Released chart for v0.14.0
2024-01-10 08:36:05 -06:00
Michel Loiseleur
0009a6b67b
feat: support webhook provider in Chart ( #4032 )
...
* BREAKING CHANGE: 💥 support webhook provider in Chart
* add /healthz to webhook tutorial
* keep backward compatibility
* moved images to values
* Update charts/external-dns/values.yaml
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
* fixed name for sidecar + doc update + externalVolumeMounts
* add serviceMonitor endpoint, improve webhook provider tutorial and differentiate probes
* doc: use helm-docs for README
* fix rebase error
* Apply suggestions from code review
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
* introduce external-dns.webhookImage to match current image function
* fix port name of probes
* update template with webhook provider support
* Apply suggestions from code review
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
* Update charts/external-dns/templates/deployment.yaml
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
* Update charts/external-dns/templates/deployment.yaml
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
* following review on provider.name doc
* remove secretConfiguration on webhook
---------
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
2024-01-09 15:32:57 +01:00
Kubernetes Prow Robot
70a70892a8
Merge pull request #4161 from stevehipwell/helm-deprecate-secret-configuration
...
chore(chart): Deprecated secretConfiguration
2024-01-09 02:28:18 +01:00
dongjiang
79a45b3aea
feat(helm-chart): Allow configuration of ipFamilyPolicy ( #4153 )
...
* update chart version && support dualstack && update values.schema.json info
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
* update by codereview
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
* update values.schema.json
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
* fix by helm-docs
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
* just add service schema
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
* with 2 space indent
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
* fix EOF
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
* 更新 CHANGELOG.md
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
---------
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
2024-01-08 15:27:22 +01:00
Steve Hipwell
411a8aab89
chore(chart): Deprecated secretConfiguration
...
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2024-01-08 10:23:20 +00:00
Kubernetes Prow Robot
7f3c10d652
Merge pull request #4103 from jkroepke/avoid-restarts
...
helm: Avoid unnecessary pod restart on each helm chart version
2023-12-12 21:06:57 +01:00
Matt Dainty
d1716b9f23
fix: Allow revisionHistoryLimit to be set to 0
...
Signed-off-by: Matt Dainty <matt@bodgit-n-scarper.com>
2023-12-12 15:57:19 +00:00
Jan-Otto Kröpke
37bf361c20
Avoid unnecessary pod restart on each helm chart version
...
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
2023-12-10 13:33:17 +01:00
Steve Hipwell
e67a0a1e60
feat(chart): Added complex provider support
...
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2023-12-01 12:04:24 +00:00
Arnold Bechtoldt
8b290b543d
Allow to configure revisionHistoryLimit on the K8s Deployment resource ( #4008 )
...
* Allow to configure revisionHistoryLimit on the K8s Deployment resource
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com>
* Extend Helm chart CHANGELOG with new revisionHistoryLimit feature
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com>
---------
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com>
2023-11-10 19:13:09 +01:00
Gilles Gosuin
6abbef1443
Allow opt-out of service account token automounting ( #3983 )
...
* Allow opt-out of service account token automounting
* Add default (empty) values for automountServiceAccountToken flags
* Fix typo
* Correct default values for SA token autoumounting in the Helm chart's README
* Add changelog entry
2023-10-25 21:17:50 +02:00
Steve Hipwell
cff4226428
feat(helm-chart): Released chart for v0.13.6
...
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2023-09-07 15:32:08 +01:00
Calvin Bui
2e9864a798
add initContainers to chart README
...
Signed-off-by: Calvin Bui <3604363+calvinbui@users.noreply.github.com>
2023-08-02 22:45:41 +10:00
Calvin Bui
1baba27fce
update changelog
...
Signed-off-by: Calvin Bui <3604363+calvinbui@users.noreply.github.com>
2023-08-02 11:14:04 +10:00
Calvin Bui
72b6c8c3f3
support initContainers
...
Signed-off-by: Calvin Bui <3604363+calvinbui@users.noreply.github.com>
2023-08-02 11:11:51 +10:00
John Gardiner Myers
4a40346d42
Remove flags and documentation for removed contour-ingressroute source
2023-07-04 16:37:37 -07:00
Kubernetes Prow Robot
0228c146b8
Merge pull request #3736 from johngmyers/dynamodb-helm
...
helm: Don't suppress configuration for registries other than TXT
2023-06-29 08:09:37 -07:00
Thomas Kosiewski
440f513edb
Added traefik-proxy rules to helm chart ( #3325 )
...
* Added traefik-proxy rules to helm chart
* Added new Traefik api group to chart
Signed-off-by: Thomas Kosiewski <thoma471@googlemail.com>
* Added changelog entry
Signed-off-by: Thomas Kosiewski <thomas.kosiewski@loft.sh>
---------
Signed-off-by: Thomas Kosiewski <thoma471@googlemail.com>
Signed-off-by: Thomas Kosiewski <thomas.kosiewski@loft.sh>
2023-06-28 03:32:32 -07:00
John Gardiner Myers
ef3768336e
Address review comment
2023-06-27 09:07:10 -07:00
John Gardiner Myers
0ad73aaca1
helm: Don't suppress configuration for registries other than TXT
2023-06-26 20:39:20 -07:00