diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index 03b265d09..9ef4a0639 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -448,12 +448,6 @@ resources: notice_path: NOTICE ref: ${image_tag} url: https://github.com/prometheus-operator/prometheus-operator - - container_image: quay.io/prometheus-operator/prometheus-config-reloader:v0.69.1 - sources: - - license_path: LICENSE - notice_path: NOTICE - ref: ${image_tag} - url: https://github.com/prometheus-operator/prometheus-operator - container_image: quay.io/prometheus-operator/prometheus-operator:v0.77.2 sources: - license_path: LICENSE diff --git a/services/centralized-kubecost/2.5.0/defaults/cm.yaml b/services/centralized-kubecost/2.5.0/defaults/cm.yaml index 7c644b8fc..07ae33991 100644 --- a/services/centralized-kubecost/2.5.0/defaults/cm.yaml +++ b/services/centralized-kubecost/2.5.0/defaults/cm.yaml @@ -154,14 +154,16 @@ data: configmapReload: prometheus: enabled: true - #image: - #repository: ghcr.io/jimmidyson/configmap-reload - #tag: v0.14.0 + image: + repository: quay.io/prometheus-operator/prometheus-config-reloader + tag: v0.77.2 + pullPolicy: IfNotPresent alertmanager: enabled: true - #image: - #repository: ghcr.io/jimmidyson/configmap-reload - #tag: v0.14.0 + image: + repository: quay.io/prometheus-operator/prometheus-config-reloader + tag: v0.77.2 + pullPolicy: IfNotPresent alertmanager: priorityClassName: dkp-high-priority enabled: true diff --git a/services/kubecost/2.5.0/defaults/cm.yaml b/services/kubecost/2.5.0/defaults/cm.yaml index 1e6136d8c..1c4ce1c1a 100644 --- a/services/kubecost/2.5.0/defaults/cm.yaml +++ b/services/kubecost/2.5.0/defaults/cm.yaml @@ -109,14 +109,16 @@ data: configmapReload: prometheus: enabled: true - #image: - #repository: ghcr.io/jimmidyson/configmap-reload - #tag: v0.14.0 + image: + repository: quay.io/prometheus-operator/prometheus-config-reloader + tag: v0.77.2 + pullPolicy: IfNotPresent alertmanager: enabled: true - #image: - #repository: ghcr.io/jimmidyson/configmap-reload - #tag: v0.14.0 + image: + repository: quay.io/prometheus-operator/prometheus-config-reloader + tag: v0.77.2 + pullPolicy: IfNotPresent alertmanager: fullnameOverride: "kubecost-prometheus-alertmanager" priorityClassName: dkp-high-priority