From 9ec8ae65ee1cc201c7987efd65e466d281de674b Mon Sep 17 00:00:00 2001
From: Frederic Branczyk <fbranczyk@gmail.com>
Date: Thu, 5 Jul 2018 11:27:37 +0200
Subject: [PATCH] *: Allow settings custom tags of container images

---
 ...us-operator-0alertmanagerCustomResourceDefinition.yaml | 4 ++++
 ...heus-operator-0prometheusCustomResourceDefinition.yaml | 8 ++++++++
 2 files changed, 12 insertions(+)

diff --git a/manifests/0prometheus-operator-0alertmanagerCustomResourceDefinition.yaml b/manifests/0prometheus-operator-0alertmanagerCustomResourceDefinition.yaml
index 464ab8a0..6f30397a 100644
--- a/manifests/0prometheus-operator-0alertmanagerCustomResourceDefinition.yaml
+++ b/manifests/0prometheus-operator-0alertmanagerCustomResourceDefinition.yaml
@@ -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:
diff --git a/manifests/0prometheus-operator-0prometheusCustomResourceDefinition.yaml b/manifests/0prometheus-operator-0prometheusCustomResourceDefinition.yaml
index e2382fc3..140deffa 100644
--- a/manifests/0prometheus-operator-0prometheusCustomResourceDefinition.yaml
+++ b/manifests/0prometheus-operator-0prometheusCustomResourceDefinition.yaml
@@ -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
-- 
GitLab