Skip to content

Commit

Permalink
Merge pull request #33 from speer/fix_help_texts
Browse files Browse the repository at this point in the history
Update `kube-prometheus-stack` to v58 and make the `gotk_resource_info` help text unique
  • Loading branch information
stefanprodan committed Apr 16, 2024
2 parents bcae1ef + 03888da commit fbf1312
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
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

0 comments on commit fbf1312

Please sign in to comment.