Skip to content

Commit

Permalink
chore(deps): update external-dns adguard provider to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Nov 12, 2023
1 parent f13ea1c commit 19d2236
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions applications/adguard/external-dns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ extraArgs:
webhook-provider-url: http://localhost:8888
sidecars:
- name: adguard-webhook
image: ghcr.io/muhlba91/external-dns-provider-adguard:v3.0.0
image: ghcr.io/muhlba91/external-dns-provider-adguard:v3.1.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8888
name: http
livenessProbe:
httpGet:
path: /health
path: /healthz
port: http
initialDelaySeconds: 10
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /health
path: /healthz
port: http
initialDelaySeconds: 10
timeoutSeconds: 5
Expand Down

0 comments on commit 19d2236

Please sign in to comment.