Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lma: fix prometheus-operator images #203

Merged
merged 1 commit into from
Mar 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spec:
global:
rbac:
create: true
imageRegistry: harbor-cicd.taco-cat.xyz
alertmanager:
enabled: false
grafana:
Expand Down Expand Up @@ -67,19 +68,19 @@ spec:
prometheusOperator:
enabled: true
image:
repository: harbor-cicd.taco-cat.xyz/tks/prometheus-operator
repository: tks/prometheus-operator
tag: v0.52.0
admissionWebhooks:
patch:
image:
repository: harbor-cicd.taco-cat.xyz/tks/kube-webhook-certgen
repository: tks/kube-webhook-certgen
tag: v1.0
prometheusConfigReloader:
image:
repository: harbor-cicd.taco-cat.xyz/tks/prometheus-config-reloader
repository: tks/prometheus-config-reloader
tag: v0.52.0
thanosImage:
repository: harbor-cicd.taco-cat.xyz/tks/thanos
repository: tks/thanos
tag: v0.30.2
nodeSelector: {} # TO_BE_FIXED
createCustomResource: true
Expand All @@ -89,7 +90,7 @@ spec:
enabled: false
prometheusSpec:
image:
repository: harbor-cicd.taco-cat.xyz/tks/prometheus
repository: tks/prometheus
tag: v2.31.1
wait: true
---
Expand Down Expand Up @@ -1197,4 +1198,4 @@ spec:
httpSnippet: |-
client_max_body_size 50M;
serverSnippet: |-
client_max_body_size 50M;
client_max_body_size 50M;