*: Allow settings custom tags of container images
This commit is contained in:
@@ -2325,6 +2325,10 @@ spec:
|
|||||||
phase:
|
phase:
|
||||||
description: Phase represents the current phase of PersistentVolumeClaim.
|
description: Phase represents the current phase of PersistentVolumeClaim.
|
||||||
type: string
|
type: string
|
||||||
|
tag:
|
||||||
|
description: Tag of Alertmanager container image to be deployed. Defaults
|
||||||
|
to the value of `version`.
|
||||||
|
type: string
|
||||||
tolerations:
|
tolerations:
|
||||||
description: If specified, the pod's tolerations.
|
description: If specified, the pod's tolerations.
|
||||||
items:
|
items:
|
||||||
|
@@ -2839,6 +2839,10 @@ spec:
|
|||||||
phase:
|
phase:
|
||||||
description: Phase represents the current phase of PersistentVolumeClaim.
|
description: Phase represents the current phase of PersistentVolumeClaim.
|
||||||
type: string
|
type: string
|
||||||
|
tag:
|
||||||
|
description: Tag of Prometheus container image to be deployed. Defaults
|
||||||
|
to the value of `version`.
|
||||||
|
type: string
|
||||||
thanos:
|
thanos:
|
||||||
description: ThanosSpec defines parameters for a Prometheus server within
|
description: ThanosSpec defines parameters for a Prometheus server within
|
||||||
a Thanos deployment.
|
a Thanos deployment.
|
||||||
@@ -2907,6 +2911,10 @@ spec:
|
|||||||
description: Whether to use S3 Signature Version 2; otherwise
|
description: Whether to use S3 Signature Version 2; otherwise
|
||||||
Signature Version 4 will be used.
|
Signature Version 4 will be used.
|
||||||
type: boolean
|
type: boolean
|
||||||
|
tag:
|
||||||
|
description: Tag of Thanos sidecar container image to be deployed.
|
||||||
|
Defaults to the value of `version`.
|
||||||
|
type: string
|
||||||
version:
|
version:
|
||||||
description: Version describes the version of Thanos to use.
|
description: Version describes the version of Thanos to use.
|
||||||
type: string
|
type: string
|
||||||
|
Reference in New Issue
Block a user