Skip to content

Commit

Permalink
Upgrade kube-prometheus-stack
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Hros <[email protected]>
  • Loading branch information
chess-knight committed Nov 13, 2023
1 parent 6a165c3 commit c7cb97c
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 18 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
fail-fast: false
matrix:
include:
- k8s-version: v1.17.5
stack-version: v1.3
- k8s-version: v1.18.8
stack-version: v1.3
- k8s-version: v1.19.7
stack-version: v1.3
- k8s-version: v1.20.2
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ If you're experiencing issues please read the [documentation](https://dnationclo

||dNation monitoring v1.3|dNation monitoring v1.4|dNation monitoring v2.0|dNation monitoring v2.3|dNation monitoring v2.5|
|-|-|-|-|-|-|
|Kubernetes v1.17||||||
|Kubernetes v1.18||||||
|Kubernetes v1.19||||||
|Kubernetes v1.20||||||
|Kubernetes v1.21||||||
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

apiVersion: v2
name: dnation-kubernetes-monitoring-stack
version: 3.2.0
version: 3.3.0
appVersion: 2.5.3 # dnation-kubernetes-monitoring
description: An umbrella helm chart for Kubernetes monitoring based on kube-prometheus-stack, thanos, loki, loki-distributed, promtail and dnation-kubernetes-monitoring.
keywords:
Expand All @@ -33,7 +33,7 @@ sources:
- https://github.com/dNationCloud/kubernetes-monitoring-stack
dependencies:
- name: kube-prometheus-stack
version: "45.10.*"
version: "53.0.*"
repository: https://prometheus-community.github.io/helm-charts
condition: kube-prometheus-stack.enabled
- name: thanos
Expand Down
5 changes: 3 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ kube-prometheus-stack:
##
thanos:
logLevel: info
objectStorageConfig: {}
thanosService:
enabled: true

Expand Down Expand Up @@ -275,6 +276,7 @@ kube-prometheus-stack:
## Define security context of grafana container
##
securityContext:
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
fsGroup: 0
Expand Down Expand Up @@ -312,9 +314,8 @@ kube-prometheus-stack:
provider:
name: 'dNation'
folder: 'dNation'
disableDeletion: false
disableDelete: false
allowUiUpdates: true
editable: true
datasources:
label: grafana_datasource
defaultDatasourceEnabled: false
Expand Down
5 changes: 3 additions & 2 deletions multicluster-config/observer-values-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ kube-prometheus-stack:
replicas: 2
thanos:
objectStorageConfig:
name: thanos-objstore-config
key: objstore.yml
existingSecret:
name: thanos-objstore-config
key: objstore.yml
thanosService:
enabled: true

Expand Down
5 changes: 3 additions & 2 deletions multicluster-config/observer-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ kube-prometheus-stack:
replicas: 2
thanos:
objectStorageConfig:
name: thanos-objstore-config
key: objstore.yml
existingSecret:
name: thanos-objstore-config
key: objstore.yml
thanosService:
enabled: true
5 changes: 3 additions & 2 deletions multicluster-config/workload-values-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ kube-prometheus-stack:
replicas: 2
thanos:
objectStorageConfig:
name: thanos-objstore-config
key: objstore.yml
existingSecret:
name: thanos-objstore-config
key: objstore.yml
thanosService:
enabled: true

Expand Down
5 changes: 3 additions & 2 deletions multicluster-config/workload-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ kube-prometheus-stack:
replicas: 2
thanos:
objectStorageConfig:
name: thanos-objstore-config
key: objstore.yml
existingSecret:
name: thanos-objstore-config
key: objstore.yml
thanosService:
enabled: true

Expand Down

0 comments on commit c7cb97c

Please sign in to comment.