Skip to content

Commit

Permalink
feat: Bump kube-prometheus-stack to 46.8.1 (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
Azhovan authored Sep 10, 2023
1 parent ef80e45 commit eec6cb0
Show file tree
Hide file tree
Showing 17 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ resources:
notice_path: NOTICE.md
ref: v${image_tag}
url: https://github.com/grafana/grafana
- container_image: docker.io/grafana/grafana:9.5.5
sources:
- license_path: LICENSE
notice_path: NOTICE.md
ref: v${image_tag}
url: https://github.com/grafana/grafana
- container_image: docker.io/grafana/loki:2.8.2
sources:
- license_path: LICENSE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: kube-prometheus-stack-46.8.0-d2iq-defaults
name: kube-prometheus-stack-46.8.1-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/kube-prometheus-stack/46.8.0/etcd-metrics-proxy
path: ./services/kube-prometheus-stack/46.8.1/etcd-metrics-proxy
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/kube-prometheus-stack/46.8.0/helmrelease
path: ./services/kube-prometheus-stack/46.8.1/helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-staging
namespace: kommander-flux
version: 46.8.0
version: 46.8.1
interval: 15s
install:
timeout: 5m0s
Expand All @@ -27,7 +27,7 @@ spec:
releaseName: kube-prometheus-stack
valuesFrom:
- kind: ConfigMap
name: kube-prometheus-stack-46.8.0-d2iq-defaults
name: kube-prometheus-stack-46.8.1-d2iq-defaults
- kind: ConfigMap
name: kube-prometheus-stack-mgmt-overrides
optional: true
Expand Down Expand Up @@ -77,4 +77,4 @@ data:
# Since Grafana is a subchart of kube-prometheus-stack, get the version of the Grafana chart dependency at:
# https://github.com/mesosphere/charts/tree/master/staging/kube-prometheus-stack/charts
# Then, check https://artifacthub.io/packages/helm/grafana/grafana/ for app version
version: "9.5.3"
version: "9.5.5"

0 comments on commit eec6cb0

Please sign in to comment.