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

feat(container): update ghcr.io/kashalls/external-dns-unifi-webhook (v0.3.4 → v0.4.0) #3288

Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ spec:
template:
engineVersion: v2
data:
UNIFI_USER: "{{ .EXTERNAL_DNS_UNIFI_USER }}"
UNIFI_PASS: "{{ .EXTERNAL_DNS_UNIFI_PASS }}"
UNIFI_API_KEY: "{{ .UNIFI_API_KEY }}"
dataFrom:
- extract:
key: unifi
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,15 @@ spec:
webhook:
image:
repository: ghcr.io/kashalls/external-dns-unifi-webhook
tag: v0.3.4@sha256:28dc00c7a21f9571d43181fcc0dd3de59e291741f27bc075d7e06378876b2974
tag: v0.4.0@sha256:f71f9e64f723a1af77e9ecdcbaef2db2095721d33b385baee1848d0bf09d44e7
env:
- name: UNIFI_HOST
value: https://unifi.internal
- name: &name UNIFI_USER
- name: &name UNIFI_API_KEY
valueFrom:
secretKeyRef:
name: &secret external-dns-unifi-secret
key: *name
- name: &name UNIFI_PASS
valueFrom:
secretKeyRef:
name: *secret
key: *name
livenessProbe:
httpGet:
path: /healthz
Expand Down
Loading