Skip to content

Commit

Permalink
Merge pull request #204 from openinfradev/fix_prometheus_alaertmanage…
Browse files Browse the repository at this point in the history
…r_images

fix prometheus and alertmanager instance image
  • Loading branch information
ktkfree authored Mar 8, 2023
2 parents 34f1d31 + df8c530 commit 329d8d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,11 @@ spec:
global:
rbac:
create: true
imageRegistry: harbor-cicd.taco-cat.xyz
alertmanager:
alertmanagerSpec:
image:
repository: harbor-cicd.taco-cat.xyz/tks/alertmanager
repository: tks/alertmanager
tag: v0.23.0
nodeSelector: {} # TO_BE_FIXED
retention: TO_BE_FIXED
Expand Down Expand Up @@ -233,7 +234,7 @@ spec:
prometheus:
prometheusSpec:
image:
repository: harbor-cicd.taco-cat.xyz/tks/prometheus
repository: tks/prometheus
tag: v2.31.1
retention: TO_BE_FIXED
storageSpec:
Expand Down

0 comments on commit 329d8d9

Please sign in to comment.