diff --git a/apps-kustomized/external-dns/kustomization.yaml b/apps-kustomized/external-dns/kustomization.yaml index b815164..67aa8bb 100644 --- a/apps-kustomized/external-dns/kustomization.yaml +++ b/apps-kustomized/external-dns/kustomization.yaml @@ -12,3 +12,5 @@ helmCharts: txtPrefix: armnleg sources: [service,ingress] extraEnvVarsSecret: dnsimple-auth + image: + tag: 0.14.0-debian-11-r1 diff --git a/apps-kustomized/mosquitto/deploy.yaml b/apps-kustomized/mosquitto/deploy.yaml index f54a9d0..b888928 100644 --- a/apps-kustomized/mosquitto/deploy.yaml +++ b/apps-kustomized/mosquitto/deploy.yaml @@ -21,7 +21,7 @@ spec: app.kubernetes.io/name: mosquitto spec: containers: - - image: eclipse-mosquitto:1.6.12 + - image: eclipse-mosquitto:1.6.15 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3