Skip to content

Commit

Permalink
chore: npins kube-prometheus update
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
Unknown authored and aamoyel committed Feb 28, 2025
1 parent 0592359 commit ef813ff
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5298,6 +5298,15 @@ spec:
ServiceAccountName is the name of the ServiceAccount to use to run the
Prometheus Pods.
type: string
serviceName:
description: |-
The name of the service name used by the underlying StatefulSet(s) as the governing service.
If defined, the Service must be created before the Alertmanager resource in the same namespace and it must define a selector that matches the pod labels.
If empty, the operator will create and manage a headless service named `alertmanager-operated` for Alermanager resources.
When deploying multiple Alertmanager resources in the same namespace, it is recommended to specify a different value for each.
See https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#stable-network-id for more details.
minLength: 1
type: string
sha:
description: |-
SHA of Alertmanager container image to be deployed. Defaults to the value of `version`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4754,6 +4754,15 @@ spec:
ServiceAccountName is the name of the ServiceAccount to use to run the
Thanos Ruler Pods.
type: string
serviceName:
description: |-
The name of the service name used by the underlying StatefulSet(s) as the governing service.
If defined, the Service must be created before the ThanosRuler resource in the same namespace and it must define a selector that matches the pod labels.
If empty, the operator will create and manage a headless service named `thanos-ruler-operated` for ThanosRuler resources.
When deploying multiple ThanosRuler resources in the same namespace, it is recommended to specify a different value for each.
See https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#stable-network-id for more details.
minLength: 1
type: string
storage:
description: Storage spec to specify how storage shall be used.
properties:
Expand Down
6 changes: 3 additions & 3 deletions npins/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@
"repo": "kube-prometheus"
},
"branch": "main",
"revision": "a3522171935e4fb5d320391d9cb33ce96d96e22f",
"url": "https://github.com/prometheus-operator/kube-prometheus/archive/a3522171935e4fb5d320391d9cb33ce96d96e22f.tar.gz",
"hash": "0qgzfdfdr5zyzaa3q9h0adq5kji9pvl8ph49n0lpz0mnf5q5q22f"
"revision": "997df34c70eb3eebc12b9839c972b01a892f9d73",
"url": "https://github.com/prometheus-operator/kube-prometheus/archive/997df34c70eb3eebc12b9839c972b01a892f9d73.tar.gz",
"hash": "0j4zdkwhx9678k97jqv09fnnnhwm35fck4yk41jidgz72lv5n4x6"
},
"kubevirt": {
"type": "GitRelease",
Expand Down

0 comments on commit ef813ff

Please sign in to comment.