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

feat: Bump kube-prometheus-stack to 46.8.1 #1564

Closed
Show file tree
Hide file tree
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
15 changes: 13 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ resources:
ref: v${image_tag}
license_path: LICENSE
notice_path: NOTICE.md
- container_image: docker.io/grafana/grafana:9.5.5
sources:
- url: https://github.com/grafana/grafana
ref: v${image_tag}
license_path: LICENSE
notice_path: NOTICE.md
- container_image: docker.io/grafana/loki:2.7.3
sources:
- url: https://github.com/grafana/loki
Expand Down Expand Up @@ -330,6 +336,11 @@ resources:
- url: https://github.com/kiwigrid/k8s-sidecar
ref: ${image_tag}
license_path: LICENSE
- container_image: quay.io/kiwigrid/k8s-sidecar:1.24.3
sources:
- url: https://github.com/kiwigrid/k8s-sidecar
ref: ${image_tag}
license_path: LICENSE
- container_image: quay.io/kubernetes-multicluster/kubefed:v0.10.0
sources:
- url: https://github.com/kubernetes-sigs/kubefed
Expand All @@ -340,7 +351,7 @@ resources:
- url: https://github.com/kubernetes-retired/external-storage
ref: nfs-provisioner-${image_tag}
license_path: LICENSE
- container_image: quay.io/prometheus-operator/prometheus-operator:v0.62.0
- container_image: quay.io/prometheus-operator/prometheus-operator:v0.65.2
sources:
- url: https://github.com/prometheus-operator/prometheus-operator
ref: ${image_tag}
Expand Down Expand Up @@ -374,7 +385,7 @@ resources:
- url: https://github.com/kubernetes/kube-state-metrics
ref: ${image_tag}
license_path: LICENSE
- container_image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.7.0
- container_image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.9.2
sources:
- url: https://github.com/kubernetes/kube-state-metrics
ref: ${image_tag}
Expand Down
2 changes: 1 addition & 1 deletion services/kommander/0.5.2/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ data:
traefik: "20.8.0"
kubernetes-dashboard: "6.0.0"
kubecost: "0.33.2"
kube-prometheus-stack: "44.2.2"
kube-prometheus-stack: "46.8.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅 Let me cut another release off 44.2.x in the chart so we don't jump major versions again

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prometheus-adapter: "4.0.2"
prometheus-thanos-traefik: "0.0.1"
kubecost-thanos-traefik: "0.0.1"
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-44.2.2-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/44.2.2/helmrelease
path: ./services/kube-prometheus-stack/46.8.1/helmrelease
dependsOn:
- name: kube-prometheus-stack-pre-upgrade
sourceRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-staging
namespace: kommander-flux
version: 44.2.1
version: 46.8.1
interval: 15s
install:
timeout: 5m0s
Expand All @@ -30,7 +30,7 @@ spec:
releaseName: kube-prometheus-stack
valuesFrom:
- kind: ConfigMap
name: kube-prometheus-stack-44.2.2-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 @@ -80,4 +80,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.3.1"
version: "9.5.5"
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/44.2.2/pre-upgrade
path: ./services/kube-prometheus-stack/46.8.1/pre-upgrade
sourceRef:
kind: GitRepository
name: management
Expand Down
Loading