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-state-metrics to v2.14.0 #2909

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ resources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/thanos-io/thanos
- container_image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.13.0
- container_image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.14.0
sources:
- license_path: LICENSE
ref: ${image_tag}
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-65.5.0-d2iq-defaults
name: kube-prometheus-stack-65.5.1-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down Expand Up @@ -452,7 +452,7 @@ data:
priorityClassName: "dkp-critical-priority"
image:
repository: kube-state-metrics/kube-state-metrics
tag: v2.13.0
tag: v2.14.0
metricLabelsAllowlist:
- pods=[*]
- namespaces=[*]
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/65.5.0/etcd-metrics-proxy
path: ./services/kube-prometheus-stack/65.5.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/65.5.0/helmrelease
path: ./services/kube-prometheus-stack/65.5.1/helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
releaseName: kube-prometheus-stack
valuesFrom:
- kind: ConfigMap
name: kube-prometheus-stack-65.5.0-d2iq-defaults
name: kube-prometheus-stack-65.5.1-d2iq-defaults
- kind: ConfigMap
name: kube-prometheus-stack-mgmt-overrides
optional: true
Expand Down
Loading