diff --git a/CHANGELOG.md b/CHANGELOG.md index b6078af1..508ad37a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,14 +15,43 @@ We use *breaking* word for marking changes that are not backward compatible (rel ### Breaking Changes +- + ### Changed + +- + +### Added + +- + +### Fixed + +- + +## [v0.22.0](https://github.com/thanos-io/kube-thanos/tree/v0.22.0) (2021-08-17) + +### Added + +- [#232](https://github.com/thanos-io/kube-thanos/pull/232) Support compactor hash sharding. + +[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/v0.21.0...v0.22.0) + +## [v0.21.0](https://github.com/thanos-io/kube-thanos/tree/v0.21.0) (2021-08-17) + +### Changed + - [#226](https://github.com/thanos-io/kube-thanos/pull/226) Only schedule thanos components on linux nodes. ### Added + - [#228](https://github.com/thanos-io/kube-thanos/pull/228) Allow configuring `--web.prefix-header` of query. -- [#232](https://github.com/thanos-io/kube-thanos/pull/232) Support compactor hash sharding. -### Fixed +[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/v0.20.0...v0.21.0) + +## [v0.20.0](https://github.com/thanos-io/kube-thanos/tree/v0.20.0) (2021-04-28) + +[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/v0.19.0...v0.20.0) ## [v0.19.0](https://github.com/thanos-io/kube-thanos/tree/v0.19.0) (2020-04-19) diff --git a/README.md b/README.md index 814a8882..bebb87e4 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ local commonConfig = { config+:: { local cfg = self, namespace: 'thanos', - version: 'v0.19.0', + version: 'v0.22.0', image: 'quay.io/thanos/thanos:' + cfg.version, objectStorageConfig: { name: 'thanos-objectstorage', diff --git a/all.jsonnet b/all.jsonnet index c7fa2298..ba7d3942 100644 --- a/all.jsonnet +++ b/all.jsonnet @@ -6,7 +6,7 @@ local t = import 'kube-thanos/thanos.libsonnet'; local commonConfig = { local cfg = self, namespace: 'thanos', - version: 'v0.19.0', + version: 'v0.22.0', image: 'quay.io/thanos/thanos:' + cfg.version, replicaLabels: ['prometheus_replica', 'rule_replica'], objectStorageConfig: { diff --git a/example.jsonnet b/example.jsonnet index 2c42da36..d3d579de 100644 --- a/example.jsonnet +++ b/example.jsonnet @@ -6,7 +6,7 @@ local commonConfig = { config+:: { local cfg = self, namespace: 'thanos', - version: 'v0.19.0', + version: 'v0.22.0', image: 'quay.io/thanos/thanos:' + cfg.version, objectStorageConfig: { name: 'thanos-objectstorage', diff --git a/examples/all/manifests/compact-shard0-service.yaml b/examples/all/manifests/compact-shard0-service.yaml index db9dd957..607e3f5d 100644 --- a/examples/all/manifests/compact-shard0-service.yaml +++ b/examples/all/manifests/compact-shard0-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-compactor app.kubernetes.io/instance: thanos-compact-0 app.kubernetes.io/name: thanos-compact - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 compact.thanos.io/shard: shard-0 name: thanos-compact-0 namespace: thanos diff --git a/examples/all/manifests/compact-shard0-statefulSet.yaml b/examples/all/manifests/compact-shard0-statefulSet.yaml index a9d783e9..14d66c8e 100644 --- a/examples/all/manifests/compact-shard0-statefulSet.yaml +++ b/examples/all/manifests/compact-shard0-statefulSet.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-compactor app.kubernetes.io/instance: thanos-compact-0 app.kubernetes.io/name: thanos-compact - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 compact.thanos.io/shard: shard-0 name: thanos-compact-0 namespace: thanos @@ -24,7 +24,7 @@ spec: app.kubernetes.io/component: database-compactor app.kubernetes.io/instance: thanos-compact-0 app.kubernetes.io/name: thanos-compact - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 compact.thanos.io/shard: shard-0 spec: affinity: @@ -84,7 +84,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 4 httpGet: diff --git a/examples/all/manifests/compact-shard1-service.yaml b/examples/all/manifests/compact-shard1-service.yaml index 187d00b2..c9ebb1bd 100644 --- a/examples/all/manifests/compact-shard1-service.yaml +++ b/examples/all/manifests/compact-shard1-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-compactor app.kubernetes.io/instance: thanos-compact-1 app.kubernetes.io/name: thanos-compact - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 compact.thanos.io/shard: shard-1 name: thanos-compact-1 namespace: thanos diff --git a/examples/all/manifests/compact-shard1-statefulSet.yaml b/examples/all/manifests/compact-shard1-statefulSet.yaml index 998c1476..4c7f1aa1 100644 --- a/examples/all/manifests/compact-shard1-statefulSet.yaml +++ b/examples/all/manifests/compact-shard1-statefulSet.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-compactor app.kubernetes.io/instance: thanos-compact-1 app.kubernetes.io/name: thanos-compact - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 compact.thanos.io/shard: shard-1 name: thanos-compact-1 namespace: thanos @@ -24,7 +24,7 @@ spec: app.kubernetes.io/component: database-compactor app.kubernetes.io/instance: thanos-compact-1 app.kubernetes.io/name: thanos-compact - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 compact.thanos.io/shard: shard-1 spec: affinity: @@ -84,7 +84,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 4 httpGet: diff --git a/examples/all/manifests/compact-shard2-service.yaml b/examples/all/manifests/compact-shard2-service.yaml index 9ff001d3..6627b462 100644 --- a/examples/all/manifests/compact-shard2-service.yaml +++ b/examples/all/manifests/compact-shard2-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-compactor app.kubernetes.io/instance: thanos-compact-2 app.kubernetes.io/name: thanos-compact - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 compact.thanos.io/shard: shard-2 name: thanos-compact-2 namespace: thanos diff --git a/examples/all/manifests/compact-shard2-statefulSet.yaml b/examples/all/manifests/compact-shard2-statefulSet.yaml index f4b88703..ec376db0 100644 --- a/examples/all/manifests/compact-shard2-statefulSet.yaml +++ b/examples/all/manifests/compact-shard2-statefulSet.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-compactor app.kubernetes.io/instance: thanos-compact-2 app.kubernetes.io/name: thanos-compact - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 compact.thanos.io/shard: shard-2 name: thanos-compact-2 namespace: thanos @@ -24,7 +24,7 @@ spec: app.kubernetes.io/component: database-compactor app.kubernetes.io/instance: thanos-compact-2 app.kubernetes.io/name: thanos-compact - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 compact.thanos.io/shard: shard-2 spec: affinity: @@ -84,7 +84,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 4 httpGet: diff --git a/examples/all/manifests/compact-shards-serviceMonitor.yaml b/examples/all/manifests/compact-shards-serviceMonitor.yaml index cce0bb13..7dde8e05 100644 --- a/examples/all/manifests/compact-shards-serviceMonitor.yaml +++ b/examples/all/manifests/compact-shards-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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-compact namespace: thanos spec: diff --git a/examples/all/manifests/receive-hashrings-serviceMonitor.yaml b/examples/all/manifests/receive-hashrings-serviceMonitor.yaml index 332810ae..e453ceb4 100644 --- a/examples/all/manifests/receive-hashrings-serviceMonitor.yaml +++ b/examples/all/manifests/receive-hashrings-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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-receive namespace: thanos spec: diff --git a/examples/all/manifests/store-shard0-service.yaml b/examples/all/manifests/store-shard0-service.yaml index 8c0fda8c..77daee0a 100644 --- a/examples/all/manifests/store-shard0-service.yaml +++ b/examples/all/manifests/store-shard0-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store-0 app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 store.thanos.io/shard: shard-0 name: thanos-store-0 namespace: thanos diff --git a/examples/all/manifests/store-shard0-statefulSet.yaml b/examples/all/manifests/store-shard0-statefulSet.yaml index 3013d90a..068b1984 100644 --- a/examples/all/manifests/store-shard0-statefulSet.yaml +++ b/examples/all/manifests/store-shard0-statefulSet.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store-0 app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 store.thanos.io/shard: shard-0 name: thanos-store-0 namespace: thanos @@ -24,7 +24,7 @@ spec: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store-0 app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 store.thanos.io/shard: shard-0 spec: affinity: @@ -115,7 +115,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 8 httpGet: diff --git a/examples/all/manifests/store-shard1-service.yaml b/examples/all/manifests/store-shard1-service.yaml index d7b63c30..f123bb65 100644 --- a/examples/all/manifests/store-shard1-service.yaml +++ b/examples/all/manifests/store-shard1-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store-1 app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 store.thanos.io/shard: shard-1 name: thanos-store-1 namespace: thanos diff --git a/examples/all/manifests/store-shard1-statefulSet.yaml b/examples/all/manifests/store-shard1-statefulSet.yaml index 02394f4a..f58f6393 100644 --- a/examples/all/manifests/store-shard1-statefulSet.yaml +++ b/examples/all/manifests/store-shard1-statefulSet.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store-1 app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 store.thanos.io/shard: shard-1 name: thanos-store-1 namespace: thanos @@ -24,7 +24,7 @@ spec: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store-1 app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 store.thanos.io/shard: shard-1 spec: affinity: @@ -115,7 +115,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 8 httpGet: diff --git a/examples/all/manifests/store-shard2-service.yaml b/examples/all/manifests/store-shard2-service.yaml index fb106332..d7cc441f 100644 --- a/examples/all/manifests/store-shard2-service.yaml +++ b/examples/all/manifests/store-shard2-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store-2 app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 store.thanos.io/shard: shard-2 name: thanos-store-2 namespace: thanos diff --git a/examples/all/manifests/store-shard2-statefulSet.yaml b/examples/all/manifests/store-shard2-statefulSet.yaml index 03c2e1b3..d3f068ad 100644 --- a/examples/all/manifests/store-shard2-statefulSet.yaml +++ b/examples/all/manifests/store-shard2-statefulSet.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store-2 app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 store.thanos.io/shard: shard-2 name: thanos-store-2 namespace: thanos @@ -24,7 +24,7 @@ spec: app.kubernetes.io/component: object-store-gateway app.kubernetes.io/instance: thanos-store-2 app.kubernetes.io/name: thanos-store - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 store.thanos.io/shard: shard-2 spec: affinity: @@ -115,7 +115,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 8 httpGet: diff --git a/examples/all/manifests/store-shards-serviceMonitor.yaml b/examples/all/manifests/store-shards-serviceMonitor.yaml index fa1136fa..a93a2a22 100644 --- a/examples/all/manifests/store-shards-serviceMonitor.yaml +++ b/examples/all/manifests/store-shards-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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-store namespace: thanos spec: diff --git a/examples/all/manifests/thanos-bucket-deployment.yaml b/examples/all/manifests/thanos-bucket-deployment.yaml index 9a2ce246..bf5476e1 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.19.0 + app.kubernetes.io/version: v0.22.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.19.0 + app.kubernetes.io/version: v0.22.0 spec: containers: - args: @@ -49,7 +49,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 4 httpGet: diff --git a/examples/all/manifests/thanos-bucket-service.yaml b/examples/all/manifests/thanos-bucket-service.yaml index 519036f1..f21a59b8 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-bucket namespace: thanos spec: diff --git a/examples/all/manifests/thanos-bucket-serviceAccount.yaml b/examples/all/manifests/thanos-bucket-serviceAccount.yaml index c2879ad9..d245d286 100644 --- a/examples/all/manifests/thanos-bucket-serviceAccount.yaml +++ b/examples/all/manifests/thanos-bucket-serviceAccount.yaml @@ -5,6 +5,6 @@ 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-bucket namespace: thanos diff --git a/examples/all/manifests/thanos-compact-service.yaml b/examples/all/manifests/thanos-compact-service.yaml index e6595d20..16f8d81d 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-compact namespace: thanos spec: diff --git a/examples/all/manifests/thanos-compact-serviceAccount.yaml b/examples/all/manifests/thanos-compact-serviceAccount.yaml index a41347cd..86528dd6 100644 --- a/examples/all/manifests/thanos-compact-serviceAccount.yaml +++ b/examples/all/manifests/thanos-compact-serviceAccount.yaml @@ -5,6 +5,6 @@ metadata: app.kubernetes.io/component: database-compactor app.kubernetes.io/instance: thanos-compact app.kubernetes.io/name: thanos-compact - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-compact namespace: thanos diff --git a/examples/all/manifests/thanos-compact-serviceMonitor.yaml b/examples/all/manifests/thanos-compact-serviceMonitor.yaml index 87b26b79..c9ae6fff 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.19.0 + app.kubernetes.io/version: v0.22.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 5f8a4b47..35af01fa 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.19.0 + app.kubernetes.io/version: v0.22.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.19.0 + app.kubernetes.io/version: v0.22.0 spec: affinity: podAntiAffinity: @@ -74,7 +74,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 4 httpGet: diff --git a/examples/all/manifests/thanos-query-deployment.yaml b/examples/all/manifests/thanos-query-deployment.yaml index c923e713..073b80b8 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.19.0 + app.kubernetes.io/version: v0.22.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.19.0 + app.kubernetes.io/version: v0.22.0 spec: affinity: podAntiAffinity: @@ -69,7 +69,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 4 httpGet: diff --git a/examples/all/manifests/thanos-query-frontend-deployment.yaml b/examples/all/manifests/thanos-query-frontend-deployment.yaml index 796c00b0..a7ce31f0 100644 --- a/examples/all/manifests/thanos-query-frontend-deployment.yaml +++ b/examples/all/manifests/thanos-query-frontend-deployment.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: query-cache app.kubernetes.io/instance: thanos-query-frontend app.kubernetes.io/name: thanos-query-frontend - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-query-frontend namespace: thanos spec: @@ -21,7 +21,7 @@ spec: app.kubernetes.io/component: query-cache app.kubernetes.io/instance: thanos-query-frontend app.kubernetes.io/name: thanos-query-frontend - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 spec: affinity: podAntiAffinity: @@ -85,7 +85,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 4 httpGet: diff --git a/examples/all/manifests/thanos-query-frontend-service.yaml b/examples/all/manifests/thanos-query-frontend-service.yaml index 05eb42a6..6d0fbe8f 100644 --- a/examples/all/manifests/thanos-query-frontend-service.yaml +++ b/examples/all/manifests/thanos-query-frontend-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: query-cache app.kubernetes.io/instance: thanos-query-frontend app.kubernetes.io/name: thanos-query-frontend - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-query-frontend namespace: thanos spec: diff --git a/examples/all/manifests/thanos-query-frontend-serviceAccount.yaml b/examples/all/manifests/thanos-query-frontend-serviceAccount.yaml index 0f11c05d..b1fe1708 100644 --- a/examples/all/manifests/thanos-query-frontend-serviceAccount.yaml +++ b/examples/all/manifests/thanos-query-frontend-serviceAccount.yaml @@ -5,6 +5,6 @@ metadata: app.kubernetes.io/component: query-cache app.kubernetes.io/instance: thanos-query-frontend app.kubernetes.io/name: thanos-query-frontend - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-query-frontend namespace: thanos diff --git a/examples/all/manifests/thanos-query-frontend-serviceMonitor.yaml b/examples/all/manifests/thanos-query-frontend-serviceMonitor.yaml index f1133de2..5e5490b5 100644 --- a/examples/all/manifests/thanos-query-frontend-serviceMonitor.yaml +++ b/examples/all/manifests/thanos-query-frontend-serviceMonitor.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: query-cache app.kubernetes.io/instance: thanos-query-frontend app.kubernetes.io/name: thanos-query-frontend - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-query-frontend namespace: thanos spec: diff --git a/examples/all/manifests/thanos-query-service.yaml b/examples/all/manifests/thanos-query-service.yaml index c419d49d..4d0cf132 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-query namespace: thanos spec: diff --git a/examples/all/manifests/thanos-query-serviceAccount.yaml b/examples/all/manifests/thanos-query-serviceAccount.yaml index 1c07f210..0d626f88 100644 --- a/examples/all/manifests/thanos-query-serviceAccount.yaml +++ b/examples/all/manifests/thanos-query-serviceAccount.yaml @@ -5,6 +5,6 @@ metadata: app.kubernetes.io/component: query-layer app.kubernetes.io/instance: thanos-query app.kubernetes.io/name: thanos-query - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-query namespace: thanos diff --git a/examples/all/manifests/thanos-query-serviceMonitor.yaml b/examples/all/manifests/thanos-query-serviceMonitor.yaml index e97ac8e0..e31f375b 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-query namespace: thanos spec: diff --git a/examples/all/manifests/thanos-receive-default-service.yaml b/examples/all/manifests/thanos-receive-default-service.yaml index cde16eb7..25c9b2c1 100644 --- a/examples/all/manifests/thanos-receive-default-service.yaml +++ b/examples/all/manifests/thanos-receive-default-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-write-hashring app.kubernetes.io/instance: thanos-receive-default app.kubernetes.io/name: thanos-receive - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 controller.receive.thanos.io/hashring: default name: thanos-receive-default namespace: thanos diff --git a/examples/all/manifests/thanos-receive-default-statefulSet.yaml b/examples/all/manifests/thanos-receive-default-statefulSet.yaml index 2ddd7574..c45de41d 100644 --- a/examples/all/manifests/thanos-receive-default-statefulSet.yaml +++ b/examples/all/manifests/thanos-receive-default-statefulSet.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-write-hashring app.kubernetes.io/instance: thanos-receive-default app.kubernetes.io/name: thanos-receive - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 controller.receive.thanos.io: thanos-receive-controller controller.receive.thanos.io/hashring: default name: thanos-receive-default @@ -25,7 +25,7 @@ spec: app.kubernetes.io/component: database-write-hashring app.kubernetes.io/instance: thanos-receive-default app.kubernetes.io/name: thanos-receive - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 controller.receive.thanos.io/hashring: default spec: affinity: @@ -101,7 +101,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 8 httpGet: diff --git a/examples/all/manifests/thanos-receive-region-1-service.yaml b/examples/all/manifests/thanos-receive-region-1-service.yaml index 9c0ddf16..afe625f0 100644 --- a/examples/all/manifests/thanos-receive-region-1-service.yaml +++ b/examples/all/manifests/thanos-receive-region-1-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-write-hashring app.kubernetes.io/instance: thanos-receive-region-1 app.kubernetes.io/name: thanos-receive - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 controller.receive.thanos.io/hashring: region-1 name: thanos-receive-region-1 namespace: thanos diff --git a/examples/all/manifests/thanos-receive-region-1-statefulSet.yaml b/examples/all/manifests/thanos-receive-region-1-statefulSet.yaml index c90a13ed..15789454 100644 --- a/examples/all/manifests/thanos-receive-region-1-statefulSet.yaml +++ b/examples/all/manifests/thanos-receive-region-1-statefulSet.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: database-write-hashring app.kubernetes.io/instance: thanos-receive-region-1 app.kubernetes.io/name: thanos-receive - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 controller.receive.thanos.io: thanos-receive-controller controller.receive.thanos.io/hashring: region-1 name: thanos-receive-region-1 @@ -25,7 +25,7 @@ spec: app.kubernetes.io/component: database-write-hashring app.kubernetes.io/instance: thanos-receive-region-1 app.kubernetes.io/name: thanos-receive - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 controller.receive.thanos.io/hashring: region-1 spec: affinity: @@ -101,7 +101,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 8 httpGet: diff --git a/examples/all/manifests/thanos-receive-service.yaml b/examples/all/manifests/thanos-receive-service.yaml index 53c9424a..16d0b1ce 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-receive namespace: thanos spec: diff --git a/examples/all/manifests/thanos-receive-serviceAccount.yaml b/examples/all/manifests/thanos-receive-serviceAccount.yaml index bbb2a1a3..81d144d8 100644 --- a/examples/all/manifests/thanos-receive-serviceAccount.yaml +++ b/examples/all/manifests/thanos-receive-serviceAccount.yaml @@ -5,6 +5,6 @@ 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-receive namespace: thanos diff --git a/examples/all/manifests/thanos-receive-serviceMonitor.yaml b/examples/all/manifests/thanos-receive-serviceMonitor.yaml index dfd37aea..843cdb89 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.19.0 + app.kubernetes.io/version: v0.22.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 7bdda4fd..e275144b 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.19.0 + app.kubernetes.io/version: v0.22.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.19.0 + app.kubernetes.io/version: v0.22.0 spec: affinity: podAntiAffinity: @@ -97,7 +97,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 8 httpGet: diff --git a/examples/all/manifests/thanos-rule-service.yaml b/examples/all/manifests/thanos-rule-service.yaml index 1a295b3e..e631670d 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-rule namespace: thanos spec: diff --git a/examples/all/manifests/thanos-rule-serviceAccount.yaml b/examples/all/manifests/thanos-rule-serviceAccount.yaml index 98fa324b..778a6948 100644 --- a/examples/all/manifests/thanos-rule-serviceAccount.yaml +++ b/examples/all/manifests/thanos-rule-serviceAccount.yaml @@ -5,6 +5,6 @@ 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-rule namespace: thanos diff --git a/examples/all/manifests/thanos-rule-serviceMonitor.yaml b/examples/all/manifests/thanos-rule-serviceMonitor.yaml index 129cfe56..2cc13670 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.19.0 + app.kubernetes.io/version: v0.22.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 0a230e76..42cf0e86 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.19.0 + app.kubernetes.io/version: v0.22.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.19.0 + app.kubernetes.io/version: v0.22.0 spec: containers: - args: @@ -60,7 +60,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 24 httpGet: diff --git a/examples/all/manifests/thanos-sidecar-service.yaml b/examples/all/manifests/thanos-sidecar-service.yaml index 61c3cddc..86c1e17c 100644 --- a/examples/all/manifests/thanos-sidecar-service.yaml +++ b/examples/all/manifests/thanos-sidecar-service.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: prometheus-sidecar app.kubernetes.io/instance: thanos-sidecar app.kubernetes.io/name: thanos-sidecar - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-sidecar namespace: thanos spec: diff --git a/examples/all/manifests/thanos-sidecar-serviceMonitor.yaml b/examples/all/manifests/thanos-sidecar-serviceMonitor.yaml index 99be6026..12836180 100644 --- a/examples/all/manifests/thanos-sidecar-serviceMonitor.yaml +++ b/examples/all/manifests/thanos-sidecar-serviceMonitor.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: prometheus-sidecar app.kubernetes.io/instance: thanos-sidecar app.kubernetes.io/name: thanos-sidecar - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-sidecar namespace: thanos spec: diff --git a/examples/all/manifests/thanos-store-service.yaml b/examples/all/manifests/thanos-store-service.yaml index 3a06d2ef..8c96905f 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-store namespace: thanos spec: diff --git a/examples/all/manifests/thanos-store-serviceAccount.yaml b/examples/all/manifests/thanos-store-serviceAccount.yaml index 57a13aa8..783637e1 100644 --- a/examples/all/manifests/thanos-store-serviceAccount.yaml +++ b/examples/all/manifests/thanos-store-serviceAccount.yaml @@ -5,6 +5,6 @@ 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-store namespace: thanos diff --git a/examples/all/manifests/thanos-store-serviceMonitor.yaml b/examples/all/manifests/thanos-store-serviceMonitor.yaml index e05080d6..933eff5d 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-store namespace: thanos spec: diff --git a/examples/all/manifests/thanos-store-statefulSet.yaml b/examples/all/manifests/thanos-store-statefulSet.yaml index 730ff914..d1ec42bf 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.19.0 + app.kubernetes.io/version: v0.22.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.19.0 + app.kubernetes.io/version: v0.22.0 spec: affinity: podAntiAffinity: @@ -103,7 +103,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 8 httpGet: diff --git a/examples/thanos-receive.jsonnet b/examples/thanos-receive.jsonnet index b0c5fe7d..dea9d939 100644 --- a/examples/thanos-receive.jsonnet +++ b/examples/thanos-receive.jsonnet @@ -4,7 +4,7 @@ receive({ local tr = self, name:: 'thanos-receive', namespace:: 'observability', - version:: 'v0.19.0', + version:: 'v0.22.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 fc75d7ce..8812ebff 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.19.0 + app.kubernetes.io/version: v0.22.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.19.0 + app.kubernetes.io/version: v0.22.0 spec: affinity: podAntiAffinity: @@ -53,7 +53,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 4 httpGet: diff --git a/manifests/thanos-query-service.yaml b/manifests/thanos-query-service.yaml index c419d49d..4d0cf132 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-query namespace: thanos spec: diff --git a/manifests/thanos-query-serviceAccount.yaml b/manifests/thanos-query-serviceAccount.yaml index 1c07f210..0d626f88 100644 --- a/manifests/thanos-query-serviceAccount.yaml +++ b/manifests/thanos-query-serviceAccount.yaml @@ -5,6 +5,6 @@ metadata: app.kubernetes.io/component: query-layer app.kubernetes.io/instance: thanos-query app.kubernetes.io/name: thanos-query - app.kubernetes.io/version: v0.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-query namespace: thanos diff --git a/manifests/thanos-query-serviceMonitor.yaml b/manifests/thanos-query-serviceMonitor.yaml index e97ac8e0..e31f375b 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-query namespace: thanos spec: diff --git a/manifests/thanos-store-service.yaml b/manifests/thanos-store-service.yaml index 3a06d2ef..8c96905f 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-store namespace: thanos spec: diff --git a/manifests/thanos-store-serviceAccount.yaml b/manifests/thanos-store-serviceAccount.yaml index 57a13aa8..783637e1 100644 --- a/manifests/thanos-store-serviceAccount.yaml +++ b/manifests/thanos-store-serviceAccount.yaml @@ -5,6 +5,6 @@ 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-store namespace: thanos diff --git a/manifests/thanos-store-serviceMonitor.yaml b/manifests/thanos-store-serviceMonitor.yaml index e05080d6..933eff5d 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.19.0 + app.kubernetes.io/version: v0.22.0 name: thanos-store namespace: thanos spec: diff --git a/manifests/thanos-store-statefulSet.yaml b/manifests/thanos-store-statefulSet.yaml index 59f11f48..b91625cd 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.19.0 + app.kubernetes.io/version: v0.22.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.19.0 + app.kubernetes.io/version: v0.22.0 spec: affinity: podAntiAffinity: @@ -62,7 +62,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.19.0 + image: quay.io/thanos/thanos:v0.22.0 livenessProbe: failureThreshold: 8 httpGet: