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 ad27542
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
6 changes: 0 additions & 6 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 Down
14 changes: 8 additions & 6 deletions services/centralized-kubecost/2.5.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
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
14 changes: 8 additions & 6 deletions services/kubecost/2.5.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
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 ad27542

Please sign in to comment.