Skip to content

Commit

Permalink
kube-prometheus-operator: bumpup due to update function for status
Browse files Browse the repository at this point in the history
  • Loading branch information
sungil committed Nov 2, 2023
1 parent eba1e64 commit 2f95c4e
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
type: helmrepo
repository: https://harbor.taco-cat.xyz/chartrepo/tks
name: kube-prometheus-stack
version: 44.3.1
version: 48.3.1
origin: https://prometheus-community.github.io/helm-charts
helmVersion: v3
releaseName: prometheus-operator-crds
Expand All @@ -29,7 +29,7 @@ spec:
type: helmrepo
repository: https://harbor.taco-cat.xyz/chartrepo/tks
name: kube-prometheus-stack
version: 44.3.1
version: 48.3.1
origin: https://prometheus-community.github.io/helm-charts
releaseName: prometheus-operator
targetNamespace: lma
Expand Down Expand Up @@ -71,29 +71,25 @@ spec:
enabled: true
image:
repository: tks/prometheus-operator
tag: v0.52.0
tag: v0.66.0
admissionWebhooks:
patch:
image:
repository: tks/kube-webhook-certgen
tag: v1.0
tag: v20221220-controller-v1.5.1-58-g787ea74b6
prometheusConfigReloader:
image:
repository: tks/prometheus-config-reloader
tag: v0.52.0
tag: v0.66.0
thanosImage:
repository: tks/thanos
tag: v0.30.2
tag: v0.31.0
nodeSelector: {} # TO_BE_FIXED
createCustomResource: true
cleanupCustomResource: true
cleanupCustomResourceBeforeInstall: true
prometheus:
enabled: false
prometheusSpec:
image:
repository: tks/prometheus
tag: v2.31.1
wait: true
---
apiVersion: helm.fluxcd.io/v1
Expand All @@ -108,7 +104,7 @@ spec:
type: helmrepo
repository: https://harbor.taco-cat.xyz/chartrepo/tks
name: kube-prometheus-stack
version: 44.3.1
version: 48.3.1
origin: https://prometheus-community.github.io/helm-charts
releaseName: prometheus
targetNamespace: lma
Expand All @@ -123,7 +119,7 @@ spec:
alertmanagerSpec:
image:
repository: tks/alertmanager
tag: v0.23.0
tag: v0.25.0
nodeSelector: {} # TO_BE_FIXED
retention: TO_BE_FIXED

Expand Down Expand Up @@ -238,7 +234,7 @@ spec:
prometheusSpec:
image:
repository: tks/prometheus
tag: v2.31.1
tag: v2.45.0
retention: TO_BE_FIXED
storageSpec:
volumeClaimTemplate:
Expand Down

0 comments on commit 2f95c4e

Please sign in to comment.