Skip to content
Open
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
2 changes: 1 addition & 1 deletion bootstrap/helmfile.d/00-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ releases:
- name: cloudflare-dns
namespace: network
chart: oci://ghcr.io/home-operations/charts-mirror/external-dns
version: 1.19.0
version: 1.20.0

- name: envoy-gateway
namespace: network
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
operation: copy
# renovate: datasource=docker depName=ghcr.io/home-operations/charts-mirror/external-dns
ref:
tag: 1.19.0
tag: 1.20.0
url: oci://ghcr.io/home-operations/charts-mirror/external-dns
2 changes: 1 addition & 1 deletion kubernetes/apps/network/k8s-gateway/app/ocirepository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
operation: copy
# renovate: datasource=docker depName=ghcr.io/k8s-gateway/charts/k8s-gateway
ref:
tag: 3.2.8
tag: 3.4.1
url: oci://ghcr.io/k8s-gateway/charts/k8s-gateway
4 changes: 2 additions & 2 deletions kubernetes/apps/network/unifi-dns/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: external-dns
version: 1.15.2
version: 1.20.0
sourceRef:
kind: HelmRepository
name: external-dns
Expand All @@ -29,7 +29,7 @@ spec:
image:
repository: ghcr.io/kashalls/external-dns-unifi-webhook
# renovate: datasource=docker depName=ghcr.io/kashalls/external-dns-unifi-webhook
tag: v0.7.0
tag: v0.8.1
env:
- name: UNIFI_USER
valueFrom:
Expand Down