jsonnet: bump to prometheus-operator 0.42
This commit is contained in:
@@ -645,7 +645,8 @@ spec:
|
||||
type: object
|
||||
type: object
|
||||
baseImage:
|
||||
description: Base image that is used to deploy pods, without tag.
|
||||
description: 'Base image that is used to deploy pods, without tag.
|
||||
Deprecated: use ''image'' instead'
|
||||
type: string
|
||||
clusterAdvertiseAddress:
|
||||
description: 'ClusterAdvertiseAddress is the explicit address to advertise
|
||||
@@ -1716,6 +1717,12 @@ spec:
|
||||
under. This is necessary to generate correct URLs. This is necessary
|
||||
if Alertmanager is not served from root of a DNS name.
|
||||
type: string
|
||||
forceEnableClusterMode:
|
||||
description: ForceEnableClusterMode ensures Alertmanager does not
|
||||
deactivate the cluster mode when running with a single replica.
|
||||
Use case is e.g. spanning an Alertmanager cluster across Kubernetes
|
||||
clusters with a single replica in each.
|
||||
type: boolean
|
||||
image:
|
||||
description: Image if specified has precedence over baseImage, tag
|
||||
and sha combinations. Specifying the version is still necessary
|
||||
@@ -3014,10 +3021,11 @@ spec:
|
||||
to use to run the Prometheus Pods.
|
||||
type: string
|
||||
sha:
|
||||
description: SHA of Alertmanager container image to be deployed. Defaults
|
||||
to the value of `version`. Similar to a tag, but the SHA explicitly
|
||||
deploys an immutable container image. Version and Tag are ignored
|
||||
if SHA is set.
|
||||
description: 'SHA of Alertmanager container image to be deployed.
|
||||
Defaults to the value of `version`. Similar to a tag, but the SHA
|
||||
explicitly deploys an immutable container image. Version and Tag
|
||||
are ignored if SHA is set. Deprecated: use ''image'' instead. The
|
||||
image digest can be specified as part of the image URL.'
|
||||
type: string
|
||||
storage:
|
||||
description: Storage is the definition of how storage will be used
|
||||
@@ -3279,8 +3287,10 @@ spec:
|
||||
type: object
|
||||
type: object
|
||||
tag:
|
||||
description: Tag of Alertmanager container image to be deployed. Defaults
|
||||
to the value of `version`. Version is ignored if Tag is set.
|
||||
description: 'Tag of Alertmanager container image to be deployed.
|
||||
Defaults to the value of `version`. Version is ignored if Tag is
|
||||
set. Deprecated: use ''image'' instead. The image tag can be specified
|
||||
as part of the image URL.'
|
||||
type: string
|
||||
tolerations:
|
||||
description: If specified, the pod's tolerations.
|
||||
|
||||
Reference in New Issue
Block a user