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

Update kube-prometheus-stack to v58 and make the gotk_resource_info help text unique #33

Merged
merged 1 commit into from
Apr 16, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ kube-state-metrics:
metricNamePrefix: gotk
metrics:
- name: "resource_info"
help: "The current state of a GitOps Toolkit resource."
help: "The current state of a Flux Kustomization resource."
each:
type: Info
info:
Expand All @@ -59,7 +59,7 @@ kube-state-metrics:
metricNamePrefix: gotk
metrics:
- name: "resource_info"
help: "The current state of a GitOps Toolkit resource."
help: "The current state of a Flux HelmRelease resource."
each:
type: Info
info:
Expand All @@ -79,7 +79,7 @@ kube-state-metrics:
metricNamePrefix: gotk
metrics:
- name: "resource_info"
help: "The current state of a GitOps Toolkit resource."
help: "The current state of a Flux GitRepository resource."
each:
type: Info
info:
Expand All @@ -98,7 +98,7 @@ kube-state-metrics:
metricNamePrefix: gotk
metrics:
- name: "resource_info"
help: "The current state of a GitOps Toolkit resource."
help: "The current state of a Flux Bucket resource."
each:
type: Info
info:
Expand All @@ -118,7 +118,7 @@ kube-state-metrics:
metricNamePrefix: gotk
metrics:
- name: "resource_info"
help: "The current state of a GitOps Toolkit resource."
help: "The current state of a Flux HelmRepository resource."
each:
type: Info
info:
Expand All @@ -137,7 +137,7 @@ kube-state-metrics:
metricNamePrefix: gotk
metrics:
- name: "resource_info"
help: "The current state of a GitOps Toolkit resource."
help: "The current state of a Flux HelmChart resource."
each:
type: Info
info:
Expand All @@ -157,7 +157,7 @@ kube-state-metrics:
metricNamePrefix: gotk
metrics:
- name: "resource_info"
help: "The current state of a GitOps Toolkit resource."
help: "The current state of a Flux OCIRepository resource."
each:
type: Info
info:
Expand All @@ -176,7 +176,7 @@ kube-state-metrics:
metricNamePrefix: gotk
metrics:
- name: "resource_info"
help: "The current state of a GitOps Toolkit resource."
help: "The current state of a Flux Alert resource."
each:
type: Info
info:
Expand All @@ -192,7 +192,7 @@ kube-state-metrics:
metricNamePrefix: gotk
metrics:
- name: "resource_info"
help: "The current state of a GitOps Toolkit resource."
help: "The current state of a Flux Provider resource."
each:
type: Info
info:
Expand All @@ -208,7 +208,7 @@ kube-state-metrics:
metricNamePrefix: gotk
metrics:
- name: "resource_info"
help: "The current state of a GitOps Toolkit resource."
help: "The current state of a Flux Receiver resource."
each:
type: Info
info:
Expand All @@ -226,7 +226,7 @@ kube-state-metrics:
metricNamePrefix: gotk
metrics:
- name: "resource_info"
help: "The current state of a GitOps Toolkit resource."
help: "The current state of a Flux ImageRepository resource."
each:
type: Info
info:
Expand All @@ -244,7 +244,7 @@ kube-state-metrics:
metricNamePrefix: gotk
metrics:
- name: "resource_info"
help: "The current state of a GitOps Toolkit resource."
help: "The current state of a Flux ImagePolicy resource."
each:
type: Info
info:
Expand All @@ -262,7 +262,7 @@ kube-state-metrics:
metricNamePrefix: gotk
metrics:
- name: "resource_info"
help: "The current state of a GitOps Toolkit resource."
help: "The current state of a Flux ImageUpdateAutomation resource."
each:
type: Info
info:
Expand Down
2 changes: 1 addition & 1 deletion monitoring/controllers/kube-prometheus-stack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
interval: 1h
chart:
spec:
version: "55.x"
version: "58.x"
chart: kube-prometheus-stack
sourceRef:
kind: HelmRepository
Expand Down
Loading