*: Allow settings custom tags of container images

This commit is contained in:
Frederic Branczyk
2018-07-05 11:27:37 +02:00
parent 17477a1107
commit 9ec8ae65ee
2 changed files with 12 additions and 0 deletions

View File

@@ -2325,6 +2325,10 @@ spec:
phase:
description: Phase represents the current phase of PersistentVolumeClaim.
type: string
tag:
description: Tag of Alertmanager container image to be deployed. Defaults
to the value of `version`.
type: string
tolerations:
description: If specified, the pod's tolerations.
items:

View File

@@ -2839,6 +2839,10 @@ spec:
phase:
description: Phase represents the current phase of PersistentVolumeClaim.
type: string
tag:
description: Tag of Prometheus container image to be deployed. Defaults
to the value of `version`.
type: string
thanos:
description: ThanosSpec defines parameters for a Prometheus server within
a Thanos deployment.
@@ -2907,6 +2911,10 @@ spec:
description: Whether to use S3 Signature Version 2; otherwise
Signature Version 4 will be used.
type: boolean
tag:
description: Tag of Thanos sidecar container image to be deployed.
Defaults to the value of `version`.
type: string
version:
description: Version describes the version of Thanos to use.
type: string