Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update container image registry.k8s.io/external-dns/external-dns to v0.15.0@338dd8c by renovate #25969

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/stable/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.14.2
appVersion: 0.15.0
dependencies:
- name: common
version: 24.1.14
Expand All @@ -33,4 +33,4 @@ sources:
- https://github.com/kubernetes-sigs/external-dns
- https://github.com/truecharts/charts/tree/master/charts/stable/external-dns
type: application
version: 6.1.4
version: 6.2.0
2 changes: 1 addition & 1 deletion charts/stable/external-dns/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: registry.k8s.io/external-dns/external-dns
pullPolicy: IfNotPresent
tag: v0.14.2@sha256:3fcad62c4a9a8a72cb2db5ce7adeb121be66cac5f7f5ddad43684c2b20c72aa5
tag: v0.15.0@sha256:338dd8c526e1337a12db0c8ee81a59ce5815ea51b73756affcd1e5dca530105c
externaldns:
logLevel: "info"
logFormat: "text"
Expand Down
Loading