Skip to content

Commit

Permalink
fix: license manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Gupta Akirala <[email protected]>
  • Loading branch information
takirala committed Jan 3, 2025
1 parent 75f7b89 commit f839bb7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
8 changes: 1 addition & 7 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -472,7 +466,7 @@ resources:
notice_path: NOTICE
ref: ${image_tag}
url: https://github.com/prometheus/node_exporter
- container_image: quay.io/prometheus/prometheus:v2.55.1
- container_image: quay.io/prometheus/prometheus:v2.55.0
sources:
- license_path: LICENSE
notice_path: NOTICE
Expand Down
16 changes: 9 additions & 7 deletions services/centralized-kubecost/2.5.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ data:
retention: 14d
image:
repository: quay.io/prometheus/prometheus
tag: v2.55.1
tag: v2.55.0
# If clusterIDConfigmap is defined, instead use user-generated configmap with key CLUSTER_ID
# to use as unique cluster ID in kubecost cost-analyzer deployment.
# This overrides the cluster_id set in prometheus.server.global.external_labels.
Expand Down Expand Up @@ -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
Expand Down
16 changes: 9 additions & 7 deletions services/kubecost/2.5.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ data:
fullnameOverride: "kubecost-prometheus-server"
image:
repository: quay.io/prometheus/prometheus
tag: v2.55.1
tag: v2.55.0
# If clusterIDConfigmap is defined, instead use user-generated configmap with key CLUSTER_ID
# to use as unique cluster ID in kubecost cost-analyzer deployment.
# This overrides the cluster_id set in prometheus.server.global.external_labels.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f839bb7

Please sign in to comment.