diff --git a/operations/helm/tests/additional-serviceaccount-label/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/additional-serviceaccount-label/alloy/templates/controllers/daemonset.yaml index fe418568e2..9edb2018cb 100644 --- a/operations/helm/tests/additional-serviceaccount-label/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/additional-serviceaccount-label/alloy/templates/controllers/daemonset.yaml @@ -57,7 +57,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/clustering/alloy/templates/controllers/statefulset.yaml b/operations/helm/tests/clustering/alloy/templates/controllers/statefulset.yaml index e876d625db..1cf6f588b4 100644 --- a/operations/helm/tests/clustering/alloy/templates/controllers/statefulset.yaml +++ b/operations/helm/tests/clustering/alloy/templates/controllers/statefulset.yaml @@ -62,7 +62,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/controller-deployment-pdb-max-unavailable/alloy/templates/controllers/deployment.yaml b/operations/helm/tests/controller-deployment-pdb-max-unavailable/alloy/templates/controllers/deployment.yaml index d252ab59ea..f08659e03b 100644 --- a/operations/helm/tests/controller-deployment-pdb-max-unavailable/alloy/templates/controllers/deployment.yaml +++ b/operations/helm/tests/controller-deployment-pdb-max-unavailable/alloy/templates/controllers/deployment.yaml @@ -58,7 +58,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/controller-deployment-pdb-min-available/alloy/templates/controllers/deployment.yaml b/operations/helm/tests/controller-deployment-pdb-min-available/alloy/templates/controllers/deployment.yaml index d252ab59ea..f08659e03b 100644 --- a/operations/helm/tests/controller-deployment-pdb-min-available/alloy/templates/controllers/deployment.yaml +++ b/operations/helm/tests/controller-deployment-pdb-min-available/alloy/templates/controllers/deployment.yaml @@ -58,7 +58,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/controller-statefulset-pdb-max-unavailable/alloy/templates/controllers/statefulset.yaml b/operations/helm/tests/controller-statefulset-pdb-max-unavailable/alloy/templates/controllers/statefulset.yaml index 3425c16ff1..fce5cdb4f6 100644 --- a/operations/helm/tests/controller-statefulset-pdb-max-unavailable/alloy/templates/controllers/statefulset.yaml +++ b/operations/helm/tests/controller-statefulset-pdb-max-unavailable/alloy/templates/controllers/statefulset.yaml @@ -60,7 +60,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/controller-statefulset-pdb-min-available/alloy/templates/controllers/statefulset.yaml b/operations/helm/tests/controller-statefulset-pdb-min-available/alloy/templates/controllers/statefulset.yaml index 3425c16ff1..fce5cdb4f6 100644 --- a/operations/helm/tests/controller-statefulset-pdb-min-available/alloy/templates/controllers/statefulset.yaml +++ b/operations/helm/tests/controller-statefulset-pdb-min-available/alloy/templates/controllers/statefulset.yaml @@ -60,7 +60,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/controller-volumes-extra/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/controller-volumes-extra/alloy/templates/controllers/daemonset.yaml index 317ee6eeb1..f07b99d6f9 100644 --- a/operations/helm/tests/controller-volumes-extra/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/controller-volumes-extra/alloy/templates/controllers/daemonset.yaml @@ -60,7 +60,7 @@ spec: mountPath: /cache name: cache-volume - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/create-daemonset-hostnetwork/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/create-daemonset-hostnetwork/alloy/templates/controllers/daemonset.yaml index 4e4d71b57f..43c3586999 100644 --- a/operations/helm/tests/create-daemonset-hostnetwork/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/create-daemonset-hostnetwork/alloy/templates/controllers/daemonset.yaml @@ -57,7 +57,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/create-daemonset/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/create-daemonset/alloy/templates/controllers/daemonset.yaml index fe418568e2..9edb2018cb 100644 --- a/operations/helm/tests/create-daemonset/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/create-daemonset/alloy/templates/controllers/daemonset.yaml @@ -57,7 +57,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/create-deployment-autoscaling/alloy/templates/controllers/deployment.yaml b/operations/helm/tests/create-deployment-autoscaling/alloy/templates/controllers/deployment.yaml index 14e8720f0d..a7ca81dd5e 100644 --- a/operations/helm/tests/create-deployment-autoscaling/alloy/templates/controllers/deployment.yaml +++ b/operations/helm/tests/create-deployment-autoscaling/alloy/templates/controllers/deployment.yaml @@ -60,7 +60,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/create-deployment/alloy/templates/controllers/deployment.yaml b/operations/helm/tests/create-deployment/alloy/templates/controllers/deployment.yaml index d252ab59ea..f08659e03b 100644 --- a/operations/helm/tests/create-deployment/alloy/templates/controllers/deployment.yaml +++ b/operations/helm/tests/create-deployment/alloy/templates/controllers/deployment.yaml @@ -58,7 +58,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/create-statefulset-autoscaling/alloy/templates/controllers/statefulset.yaml b/operations/helm/tests/create-statefulset-autoscaling/alloy/templates/controllers/statefulset.yaml index 0955b9cd02..9b4d3f255e 100644 --- a/operations/helm/tests/create-statefulset-autoscaling/alloy/templates/controllers/statefulset.yaml +++ b/operations/helm/tests/create-statefulset-autoscaling/alloy/templates/controllers/statefulset.yaml @@ -62,7 +62,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/create-statefulset/alloy/templates/controllers/statefulset.yaml b/operations/helm/tests/create-statefulset/alloy/templates/controllers/statefulset.yaml index 3425c16ff1..fce5cdb4f6 100644 --- a/operations/helm/tests/create-statefulset/alloy/templates/controllers/statefulset.yaml +++ b/operations/helm/tests/create-statefulset/alloy/templates/controllers/statefulset.yaml @@ -60,7 +60,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/custom-config/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/custom-config/alloy/templates/controllers/daemonset.yaml index fe418568e2..9edb2018cb 100644 --- a/operations/helm/tests/custom-config/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/custom-config/alloy/templates/controllers/daemonset.yaml @@ -57,7 +57,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/default-values/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/default-values/alloy/templates/controllers/daemonset.yaml index fe418568e2..9edb2018cb 100644 --- a/operations/helm/tests/default-values/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/default-values/alloy/templates/controllers/daemonset.yaml @@ -57,7 +57,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/enable-servicemonitor-tls/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/enable-servicemonitor-tls/alloy/templates/controllers/daemonset.yaml index 97ffd92ead..ee44315add 100644 --- a/operations/helm/tests/enable-servicemonitor-tls/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/enable-servicemonitor-tls/alloy/templates/controllers/daemonset.yaml @@ -57,7 +57,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/enable-servicemonitor/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/enable-servicemonitor/alloy/templates/controllers/daemonset.yaml index fe418568e2..9edb2018cb 100644 --- a/operations/helm/tests/enable-servicemonitor/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/enable-servicemonitor/alloy/templates/controllers/daemonset.yaml @@ -57,7 +57,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/envFrom/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/envFrom/alloy/templates/controllers/daemonset.yaml index a6352bf906..9f2b0cd4bc 100644 --- a/operations/helm/tests/envFrom/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/envFrom/alloy/templates/controllers/daemonset.yaml @@ -60,7 +60,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/existing-config/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/existing-config/alloy/templates/controllers/daemonset.yaml index 82412fff24..3a25f35de7 100644 --- a/operations/helm/tests/existing-config/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/existing-config/alloy/templates/controllers/daemonset.yaml @@ -57,7 +57,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/extra-env/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/extra-env/alloy/templates/controllers/daemonset.yaml index 2a4c2909c1..686668cfdd 100644 --- a/operations/helm/tests/extra-env/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/extra-env/alloy/templates/controllers/daemonset.yaml @@ -66,7 +66,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/extra-ports/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/extra-ports/alloy/templates/controllers/daemonset.yaml index fc3a50179c..42759635ff 100644 --- a/operations/helm/tests/extra-ports/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/extra-ports/alloy/templates/controllers/daemonset.yaml @@ -60,7 +60,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/faro-ingress/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/faro-ingress/alloy/templates/controllers/daemonset.yaml index feb1a55a94..768b931bdd 100644 --- a/operations/helm/tests/faro-ingress/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/faro-ingress/alloy/templates/controllers/daemonset.yaml @@ -60,7 +60,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/global-image-pullsecrets/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/global-image-pullsecrets/alloy/templates/controllers/daemonset.yaml index caa4d1cce8..a5a9e85a89 100644 --- a/operations/helm/tests/global-image-pullsecrets/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/global-image-pullsecrets/alloy/templates/controllers/daemonset.yaml @@ -62,7 +62,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/global-image-registry/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/global-image-registry/alloy/templates/controllers/daemonset.yaml index fa5fb35e73..2c8a7c8b12 100644 --- a/operations/helm/tests/global-image-registry/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/global-image-registry/alloy/templates/controllers/daemonset.yaml @@ -57,7 +57,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: quay.io/jimmidyson/configmap-reload:v0.12.0 + image: quay.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/host-alias/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/host-alias/alloy/templates/controllers/daemonset.yaml index 4d59a4159c..261cf92446 100644 --- a/operations/helm/tests/host-alias/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/host-alias/alloy/templates/controllers/daemonset.yaml @@ -57,7 +57,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/initcontainers/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/initcontainers/alloy/templates/controllers/daemonset.yaml index 96c04777c0..3da5aec3e0 100644 --- a/operations/helm/tests/initcontainers/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/initcontainers/alloy/templates/controllers/daemonset.yaml @@ -78,7 +78,7 @@ spec: mountPath: /etc/geoip name: geoip - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/lifecycle-hooks/alloy/templates/controllers/deployment.yaml b/operations/helm/tests/lifecycle-hooks/alloy/templates/controllers/deployment.yaml index c563cd6297..91a116329a 100644 --- a/operations/helm/tests/lifecycle-hooks/alloy/templates/controllers/deployment.yaml +++ b/operations/helm/tests/lifecycle-hooks/alloy/templates/controllers/deployment.yaml @@ -65,7 +65,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/local-image-pullsecrets/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/local-image-pullsecrets/alloy/templates/controllers/daemonset.yaml index b51fc14b99..713b442298 100644 --- a/operations/helm/tests/local-image-pullsecrets/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/local-image-pullsecrets/alloy/templates/controllers/daemonset.yaml @@ -59,7 +59,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/local-image-registry/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/local-image-registry/alloy/templates/controllers/daemonset.yaml index fa5fb35e73..2c8a7c8b12 100644 --- a/operations/helm/tests/local-image-registry/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/local-image-registry/alloy/templates/controllers/daemonset.yaml @@ -57,7 +57,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: quay.io/jimmidyson/configmap-reload:v0.12.0 + image: quay.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/nodeselectors-and-tolerations/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/nodeselectors-and-tolerations/alloy/templates/controllers/daemonset.yaml index 44bf7b345d..dcd8a8e839 100644 --- a/operations/helm/tests/nodeselectors-and-tolerations/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/nodeselectors-and-tolerations/alloy/templates/controllers/daemonset.yaml @@ -57,7 +57,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/nonroot/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/nonroot/alloy/templates/controllers/daemonset.yaml index 00c40ea2fc..452a97a086 100644 --- a/operations/helm/tests/nonroot/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/nonroot/alloy/templates/controllers/daemonset.yaml @@ -62,7 +62,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/pod_annotations/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/pod_annotations/alloy/templates/controllers/daemonset.yaml index fb4e8d4797..f45d1aed6f 100644 --- a/operations/helm/tests/pod_annotations/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/pod_annotations/alloy/templates/controllers/daemonset.yaml @@ -58,7 +58,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/sidecars/alloy/templates/controllers/daemonset.yaml b/operations/helm/tests/sidecars/alloy/templates/controllers/daemonset.yaml index 49d1d739d5..42e5e4b346 100644 --- a/operations/helm/tests/sidecars/alloy/templates/controllers/daemonset.yaml +++ b/operations/helm/tests/sidecars/alloy/templates/controllers/daemonset.yaml @@ -60,7 +60,7 @@ spec: mountPath: /etc/geoip name: geoip - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/termination-grace-period/alloy/templates/controllers/deployment.yaml b/operations/helm/tests/termination-grace-period/alloy/templates/controllers/deployment.yaml index f6813aef02..b856357f6a 100644 --- a/operations/helm/tests/termination-grace-period/alloy/templates/controllers/deployment.yaml +++ b/operations/helm/tests/termination-grace-period/alloy/templates/controllers/deployment.yaml @@ -58,7 +58,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload diff --git a/operations/helm/tests/topologyspreadconstraints/alloy/templates/controllers/deployment.yaml b/operations/helm/tests/topologyspreadconstraints/alloy/templates/controllers/deployment.yaml index c5fe04159a..e2441b56a4 100644 --- a/operations/helm/tests/topologyspreadconstraints/alloy/templates/controllers/deployment.yaml +++ b/operations/helm/tests/topologyspreadconstraints/alloy/templates/controllers/deployment.yaml @@ -58,7 +58,7 @@ spec: - name: config mountPath: /etc/alloy - name: config-reloader - image: ghcr.io/jimmidyson/configmap-reload:v0.12.0 + image: ghcr.io/jimmidyson/configmap-reload:v0.14.0 args: - --volume-dir=/etc/alloy - --webhook-url=http://localhost:12345/-/reload