From 08b540a6c6942cc333fe84f382c2c010a157ddc4 Mon Sep 17 00:00:00 2001 From: Kemal Akkoyun Date: Thu, 30 Jul 2020 16:15:02 +0200 Subject: [PATCH] Cut v0.14.0 (#139) Signed-off-by: Kemal Akkoyun --- CHANGELOG.md | 14 +++++++++++++- README.md | 2 +- all.jsonnet | 2 +- example.jsonnet | 2 +- .../all/manifests/thanos-bucket-deployment.yaml | 6 +++--- examples/all/manifests/thanos-bucket-service.yaml | 2 +- examples/all/manifests/thanos-compact-service.yaml | 2 +- .../manifests/thanos-compact-serviceMonitor.yaml | 2 +- .../all/manifests/thanos-compact-statefulSet.yaml | 6 +++--- .../all/manifests/thanos-query-deployment.yaml | 6 +++--- examples/all/manifests/thanos-query-service.yaml | 2 +- .../all/manifests/thanos-query-serviceMonitor.yaml | 2 +- examples/all/manifests/thanos-receive-service.yaml | 2 +- .../manifests/thanos-receive-serviceMonitor.yaml | 2 +- .../all/manifests/thanos-receive-statefulSet.yaml | 6 +++--- examples/all/manifests/thanos-rule-service.yaml | 2 +- .../all/manifests/thanos-rule-serviceMonitor.yaml | 2 +- .../all/manifests/thanos-rule-statefulSet.yaml | 6 +++--- examples/all/manifests/thanos-store-service.yaml | 2 +- .../all/manifests/thanos-store-serviceMonitor.yaml | 2 +- .../thanos-store-statefulSet-with-memcached.yaml | 6 +++--- .../all/manifests/thanos-store-statefulSet.yaml | 6 +++--- examples/thanos-receive.jsonnet | 2 +- manifests/thanos-query-deployment.yaml | 6 +++--- manifests/thanos-query-service.yaml | 2 +- manifests/thanos-query-serviceMonitor.yaml | 2 +- manifests/thanos-store-service.yaml | 2 +- manifests/thanos-store-serviceMonitor.yaml | 2 +- manifests/thanos-store-statefulSet.yaml | 6 +++--- 29 files changed, 59 insertions(+), 47 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb64972..8c61aa2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,10 +19,22 @@ We use *breaking* word for marking changes that are not backward compatible (rel ### Fixed -[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/master...v0.13.0) +[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/master...v0.14.0) - +## [v0.14.0](https://github.com/thanos-io/kube-thanos/tree/v0.14.0) (2020-07-10) + +Compatible with https://github.com/thanos-io/thanos/releases/tag/v0.14.0 + +### Changed + +- [#135](https://github.com/thanos-io/kube-thanos/pull/135) *: Relabel pod reference into instance label + +- [#134](https://github.com/thanos-io/kube-thanos/pull/131) receive: Only perform anti affinity against receive pods + +[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/v0.13.0...v0.14.0) + ## [v0.13.0](https://github.com/thanos-io/kube-thanos/tree/v0.13.0) (2020-06-22) Compatible with https://github.com/thanos-io/thanos/releases/tag/v0.13.0 diff --git a/README.md b/README.md index 971dae60..aa262d9b 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ local commonConfig = { config+:: { local cfg = self, namespace: 'thanos', - version: 'v0.13.0', + version: 'v0.14.0', image: 'quay.io/thanos/thanos:' + cfg.version, objectStorageConfig: { name: 'thanos-objectstorage', diff --git a/all.jsonnet b/all.jsonnet index fc152e7f..bb0c9708 100644 --- a/all.jsonnet +++ b/all.jsonnet @@ -7,7 +7,7 @@ local commonConfig = { config+:: { local cfg = self, namespace: 'thanos', - version: 'v0.13.0', + version: 'v0.14.0', image: 'quay.io/thanos/thanos:' + cfg.version, objectStorageConfig: { name: 'thanos-objectstorage', diff --git a/example.jsonnet b/example.jsonnet index 6b425aed..3c2b8f13 100644 --- a/example.jsonnet +++ b/example.jsonnet @@ -7,7 +7,7 @@ local commonConfig = { config+:: { local cfg = self, namespace: 'thanos', - version: 'v0.13.0', + version: 'v0.14.0', image: 'quay.io/thanos/thanos:' + cfg.version, objectStorageConfig: { name: 'thanos-objectstorage', diff --git a/examples/all/manifests/thanos-bucket-deployment.yaml b/examples/all/manifests/thanos-bucket-deployment.yaml index dc11e485..46a427b4 100644 --- a/examples/all/manifests/thanos-bucket-deployment.yaml +++ b/examples/all/manifests/thanos-bucket-deployment.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: object-store-bucket-debugging app.kubernetes.io/instance: thanos-bucket app.kubernetes.io/name: thanos-bucket - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-bucket namespace: thanos spec: @@ -21,7 +21,7 @@ spec: app.kubernetes.io/component: object-store-bucket-debugging app.kubernetes.io/instance: thanos-bucket app.kubernetes.io/name: thanos-bucket - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 spec: containers: - args: @@ -35,7 +35,7 @@ spec: secretKeyRef: key: thanos.yaml name: thanos-objectstorage - image: quay.io/thanos/thanos:v0.13.0 + image: quay.io/thanos/thanos:v0.14.0 livenessProbe: failureThreshold: 4 httpGet: diff --git a/examples/all/manifests/thanos-bucket-service.yaml b/examples/all/manifests/thanos-bucket-service.yaml index b139f02e..b6011d65 100644 --- a/examples/all/manifests/thanos-bucket-service.yaml +++ b/examples/all/manifests/thanos-bucket-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: object-store-bucket-debugging app.kubernetes.io/instance: thanos-bucket app.kubernetes.io/name: thanos-bucket - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-bucket namespace: thanos spec: diff --git a/examples/all/manifests/thanos-compact-service.yaml b/examples/all/manifests/thanos-compact-service.yaml index be02c393..99f6a53d 100644 --- a/examples/all/manifests/thanos-compact-service.yaml +++ b/examples/all/manifests/thanos-compact-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-compactor app.kubernetes.io/instance: thanos-compact app.kubernetes.io/name: thanos-compact - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-compact namespace: thanos spec: diff --git a/examples/all/manifests/thanos-compact-serviceMonitor.yaml b/examples/all/manifests/thanos-compact-serviceMonitor.yaml index a7fd15c9..3503d11d 100644 --- a/examples/all/manifests/thanos-compact-serviceMonitor.yaml +++ b/examples/all/manifests/thanos-compact-serviceMonitor.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-compactor app.kubernetes.io/instance: thanos-compact app.kubernetes.io/name: thanos-compact - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-compact namespace: thanos spec: diff --git a/examples/all/manifests/thanos-compact-statefulSet.yaml b/examples/all/manifests/thanos-compact-statefulSet.yaml index f9df6d84..f26fca01 100644 --- a/examples/all/manifests/thanos-compact-statefulSet.yaml +++ b/examples/all/manifests/thanos-compact-statefulSet.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-compactor app.kubernetes.io/instance: thanos-compact app.kubernetes.io/name: thanos-compact - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-compact namespace: thanos spec: @@ -22,7 +22,7 @@ spec: app.kubernetes.io/component: database-compactor app.kubernetes.io/instance: thanos-compact app.kubernetes.io/name: thanos-compact - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 spec: containers: - args: @@ -37,7 +37,7 @@ spec: secretKeyRef: key: thanos.yaml name: thanos-objectstorage - image: quay.io/thanos/thanos:v0.13.0 + image: quay.io/thanos/thanos:v0.14.0 livenessProbe: failureThreshold: 4 httpGet: diff --git a/examples/all/manifests/thanos-query-deployment.yaml b/examples/all/manifests/thanos-query-deployment.yaml index 352f50d7..9fc25b13 100644 --- a/examples/all/manifests/thanos-query-deployment.yaml +++ b/examples/all/manifests/thanos-query-deployment.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: query-layer app.kubernetes.io/instance: thanos-query app.kubernetes.io/name: thanos-query - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-query namespace: thanos spec: @@ -21,7 +21,7 @@ spec: app.kubernetes.io/component: query-layer app.kubernetes.io/instance: thanos-query app.kubernetes.io/name: thanos-query - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 spec: affinity: podAntiAffinity: @@ -48,7 +48,7 @@ spec: - --store=dnssrv+_grpc._tcp.thanos-rule.thanos.svc.cluster.local - --store=dnssrv+_grpc._tcp.thanos-store.thanos.svc.cluster.local - --query.timeout=5m - image: quay.io/thanos/thanos:v0.13.0 + image: quay.io/thanos/thanos:v0.14.0 livenessProbe: failureThreshold: 4 httpGet: diff --git a/examples/all/manifests/thanos-query-service.yaml b/examples/all/manifests/thanos-query-service.yaml index 5d6f246a..139ad003 100644 --- a/examples/all/manifests/thanos-query-service.yaml +++ b/examples/all/manifests/thanos-query-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: query-layer app.kubernetes.io/instance: thanos-query app.kubernetes.io/name: thanos-query - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-query namespace: thanos spec: diff --git a/examples/all/manifests/thanos-query-serviceMonitor.yaml b/examples/all/manifests/thanos-query-serviceMonitor.yaml index 2be20f5b..2f56ba63 100644 --- a/examples/all/manifests/thanos-query-serviceMonitor.yaml +++ b/examples/all/manifests/thanos-query-serviceMonitor.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: query-layer app.kubernetes.io/instance: thanos-query app.kubernetes.io/name: thanos-query - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-query namespace: thanos spec: diff --git a/examples/all/manifests/thanos-receive-service.yaml b/examples/all/manifests/thanos-receive-service.yaml index 1c652f19..94a118c9 100644 --- a/examples/all/manifests/thanos-receive-service.yaml +++ b/examples/all/manifests/thanos-receive-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-write-hashring app.kubernetes.io/instance: thanos-receive app.kubernetes.io/name: thanos-receive - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-receive namespace: thanos spec: diff --git a/examples/all/manifests/thanos-receive-serviceMonitor.yaml b/examples/all/manifests/thanos-receive-serviceMonitor.yaml index 834fa869..0076b6fd 100644 --- a/examples/all/manifests/thanos-receive-serviceMonitor.yaml +++ b/examples/all/manifests/thanos-receive-serviceMonitor.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-write-hashring app.kubernetes.io/instance: thanos-receive app.kubernetes.io/name: thanos-receive - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-receive namespace: thanos spec: diff --git a/examples/all/manifests/thanos-receive-statefulSet.yaml b/examples/all/manifests/thanos-receive-statefulSet.yaml index 7330a700..52f46219 100644 --- a/examples/all/manifests/thanos-receive-statefulSet.yaml +++ b/examples/all/manifests/thanos-receive-statefulSet.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-write-hashring app.kubernetes.io/instance: thanos-receive app.kubernetes.io/name: thanos-receive - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-receive namespace: thanos spec: @@ -22,7 +22,7 @@ spec: app.kubernetes.io/component: database-write-hashring app.kubernetes.io/instance: thanos-receive app.kubernetes.io/name: thanos-receive - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 spec: affinity: podAntiAffinity: @@ -83,7 +83,7 @@ spec: secretKeyRef: key: thanos.yaml name: thanos-objectstorage - image: quay.io/thanos/thanos:v0.13.0 + image: quay.io/thanos/thanos:v0.14.0 livenessProbe: failureThreshold: 8 httpGet: diff --git a/examples/all/manifests/thanos-rule-service.yaml b/examples/all/manifests/thanos-rule-service.yaml index c67dfdd6..ed23289b 100644 --- a/examples/all/manifests/thanos-rule-service.yaml +++ b/examples/all/manifests/thanos-rule-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: rule-evaluation-engine app.kubernetes.io/instance: thanos-rule app.kubernetes.io/name: thanos-rule - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-rule namespace: thanos spec: diff --git a/examples/all/manifests/thanos-rule-serviceMonitor.yaml b/examples/all/manifests/thanos-rule-serviceMonitor.yaml index b25c74fb..a635d57e 100644 --- a/examples/all/manifests/thanos-rule-serviceMonitor.yaml +++ b/examples/all/manifests/thanos-rule-serviceMonitor.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: rule-evaluation-engine app.kubernetes.io/instance: thanos-rule app.kubernetes.io/name: thanos-rule - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-rule namespace: thanos spec: diff --git a/examples/all/manifests/thanos-rule-statefulSet.yaml b/examples/all/manifests/thanos-rule-statefulSet.yaml index d7b36be4..8ee618c6 100644 --- a/examples/all/manifests/thanos-rule-statefulSet.yaml +++ b/examples/all/manifests/thanos-rule-statefulSet.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: rule-evaluation-engine app.kubernetes.io/instance: thanos-rule app.kubernetes.io/name: thanos-rule - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-rule namespace: thanos spec: @@ -22,7 +22,7 @@ spec: app.kubernetes.io/component: rule-evaluation-engine app.kubernetes.io/instance: thanos-rule app.kubernetes.io/name: thanos-rule - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 spec: containers: - args: @@ -44,7 +44,7 @@ spec: secretKeyRef: key: thanos.yaml name: thanos-objectstorage - image: quay.io/thanos/thanos:v0.13.0 + image: quay.io/thanos/thanos:v0.14.0 livenessProbe: failureThreshold: 24 httpGet: diff --git a/examples/all/manifests/thanos-store-service.yaml b/examples/all/manifests/thanos-store-service.yaml index 0a271fb0..296c7b70 100644 --- a/examples/all/manifests/thanos-store-service.yaml +++ b/examples/all/manifests/thanos-store-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-store namespace: thanos spec: diff --git a/examples/all/manifests/thanos-store-serviceMonitor.yaml b/examples/all/manifests/thanos-store-serviceMonitor.yaml index e850eb8a..769d6867 100644 --- a/examples/all/manifests/thanos-store-serviceMonitor.yaml +++ b/examples/all/manifests/thanos-store-serviceMonitor.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-store namespace: thanos spec: diff --git a/examples/all/manifests/thanos-store-statefulSet-with-memcached.yaml b/examples/all/manifests/thanos-store-statefulSet-with-memcached.yaml index 3352e233..eb9f529e 100644 --- a/examples/all/manifests/thanos-store-statefulSet-with-memcached.yaml +++ b/examples/all/manifests/thanos-store-statefulSet-with-memcached.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-store namespace: thanos spec: @@ -22,7 +22,7 @@ spec: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 spec: affinity: podAntiAffinity: @@ -91,7 +91,7 @@ spec: secretKeyRef: key: thanos.yaml name: thanos-objectstorage - image: quay.io/thanos/thanos:v0.13.0 + image: quay.io/thanos/thanos:v0.14.0 livenessProbe: failureThreshold: 8 httpGet: diff --git a/examples/all/manifests/thanos-store-statefulSet.yaml b/examples/all/manifests/thanos-store-statefulSet.yaml index a085749a..88ba389c 100644 --- a/examples/all/manifests/thanos-store-statefulSet.yaml +++ b/examples/all/manifests/thanos-store-statefulSet.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-store namespace: thanos spec: @@ -22,7 +22,7 @@ spec: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 spec: affinity: podAntiAffinity: @@ -55,7 +55,7 @@ spec: secretKeyRef: key: thanos.yaml name: thanos-objectstorage - image: quay.io/thanos/thanos:v0.13.0 + image: quay.io/thanos/thanos:v0.14.0 livenessProbe: failureThreshold: 8 httpGet: diff --git a/examples/thanos-receive.jsonnet b/examples/thanos-receive.jsonnet index 6317f7a4..c3219987 100644 --- a/examples/thanos-receive.jsonnet +++ b/examples/thanos-receive.jsonnet @@ -7,7 +7,7 @@ t.receive { local tr = self, name:: 'thanos-receive', namespace:: 'observability', - version:: 'v0.13.0', + version:: 'v0.14.0', image:: 'quay.io/thanos/thanos:v' + tr.version, replicas:: 3, replicationFactor:: 3, diff --git a/manifests/thanos-query-deployment.yaml b/manifests/thanos-query-deployment.yaml index e8f03d40..82255541 100644 --- a/manifests/thanos-query-deployment.yaml +++ b/manifests/thanos-query-deployment.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: query-layer app.kubernetes.io/instance: thanos-query app.kubernetes.io/name: thanos-query - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-query namespace: thanos spec: @@ -21,7 +21,7 @@ spec: app.kubernetes.io/component: query-layer app.kubernetes.io/instance: thanos-query app.kubernetes.io/name: thanos-query - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 spec: affinity: podAntiAffinity: @@ -45,7 +45,7 @@ spec: - --query.replica-label=prometheus_replica - --query.replica-label=rule_replica - --store=dnssrv+_grpc._tcp.thanos-store.thanos.svc.cluster.local - image: quay.io/thanos/thanos:v0.13.0 + image: quay.io/thanos/thanos:v0.14.0 livenessProbe: failureThreshold: 4 httpGet: diff --git a/manifests/thanos-query-service.yaml b/manifests/thanos-query-service.yaml index 5d6f246a..139ad003 100644 --- a/manifests/thanos-query-service.yaml +++ b/manifests/thanos-query-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: query-layer app.kubernetes.io/instance: thanos-query app.kubernetes.io/name: thanos-query - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-query namespace: thanos spec: diff --git a/manifests/thanos-query-serviceMonitor.yaml b/manifests/thanos-query-serviceMonitor.yaml index 2be20f5b..2f56ba63 100644 --- a/manifests/thanos-query-serviceMonitor.yaml +++ b/manifests/thanos-query-serviceMonitor.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: query-layer app.kubernetes.io/instance: thanos-query app.kubernetes.io/name: thanos-query - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-query namespace: thanos spec: diff --git a/manifests/thanos-store-service.yaml b/manifests/thanos-store-service.yaml index 0a271fb0..296c7b70 100644 --- a/manifests/thanos-store-service.yaml +++ b/manifests/thanos-store-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-store namespace: thanos spec: diff --git a/manifests/thanos-store-serviceMonitor.yaml b/manifests/thanos-store-serviceMonitor.yaml index e850eb8a..769d6867 100644 --- a/manifests/thanos-store-serviceMonitor.yaml +++ b/manifests/thanos-store-serviceMonitor.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-store namespace: thanos spec: diff --git a/manifests/thanos-store-statefulSet.yaml b/manifests/thanos-store-statefulSet.yaml index a085749a..88ba389c 100644 --- a/manifests/thanos-store-statefulSet.yaml +++ b/manifests/thanos-store-statefulSet.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 name: thanos-store namespace: thanos spec: @@ -22,7 +22,7 @@ spec: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.13.0 + app.kubernetes.io/version: v0.14.0 spec: affinity: podAntiAffinity: @@ -55,7 +55,7 @@ spec: secretKeyRef: key: thanos.yaml name: thanos-objectstorage - image: quay.io/thanos/thanos:v0.13.0 + image: quay.io/thanos/thanos:v0.14.0 livenessProbe: failureThreshold: 8 httpGet: