-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(container): update image thanos to v12.19.0 #1574
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes/apps/monitoring/thanos/app Kustomization: flux-system/cluster-apps-thanos HelmRelease: monitoring/thanos
+++ kubernetes/apps/monitoring/thanos/app Kustomization: flux-system/cluster-apps-thanos HelmRelease: monitoring/thanos
@@ -12,13 +12,13 @@
spec:
chart: thanos
sourceRef:
kind: HelmRepository
name: bitnami-charts
namespace: flux-system
- version: 12.18.0
+ version: 12.19.0
install:
remediation:
retries: 3
interval: 30m
timeout: 15m
uninstall: |
--- kubernetes HelmRelease: monitoring/thanos Deployment: monitoring/thanos-bucketweb
+++ kubernetes HelmRelease: monitoring/thanos Deployment: monitoring/thanos-bucketweb
@@ -23,13 +23,13 @@
labels:
app.kubernetes.io/instance: thanos
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: thanos
app.kubernetes.io/component: bucketweb
annotations:
- checksum/objstore-configuration: 4952beed0775b55cbc841ccc5c5fa684cea2c3ab8c5482136ab1c2c900c4e086
+ checksum/objstore-configuration: 1461065d9177ec0c3b9c2a9971fd6cc1a0edd3d3b392e4e554b549cdcf027b24
spec:
serviceAccountName: thanos-bucketweb
automountServiceAccountToken: true
affinity:
podAffinity: null
podAntiAffinity:
--- kubernetes HelmRelease: monitoring/thanos Deployment: monitoring/thanos-compactor
+++ kubernetes HelmRelease: monitoring/thanos Deployment: monitoring/thanos-compactor
@@ -23,13 +23,13 @@
labels:
app.kubernetes.io/instance: thanos
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: thanos
app.kubernetes.io/component: compactor
annotations:
- checksum/objstore-configuration: 4952beed0775b55cbc841ccc5c5fa684cea2c3ab8c5482136ab1c2c900c4e086
+ checksum/objstore-configuration: 1461065d9177ec0c3b9c2a9971fd6cc1a0edd3d3b392e4e554b549cdcf027b24
spec:
serviceAccountName: thanos-compactor
automountServiceAccountToken: true
affinity:
podAffinity: null
podAntiAffinity:
--- kubernetes HelmRelease: monitoring/thanos Deployment: monitoring/thanos-query-frontend
+++ kubernetes HelmRelease: monitoring/thanos Deployment: monitoring/thanos-query-frontend
@@ -23,13 +23,13 @@
labels:
app.kubernetes.io/instance: thanos
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: thanos
app.kubernetes.io/component: query-frontend
annotations:
- checksum/query-frontend-configuration: 234cda10fb8d14cd6f6b1c3ff8e49cceb73378f725c4b21fc77020b7e30a228e
+ checksum/query-frontend-configuration: 0d6aa242d2cbda1d1fa8113fbabcf955c3d4339aa2882d4d98e84d166a492f37
spec:
serviceAccountName: thanos-query-frontend
automountServiceAccountToken: true
affinity:
podAffinity: null
podAntiAffinity:
--- kubernetes HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-ruler
+++ kubernetes HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-ruler
@@ -25,14 +25,14 @@
labels:
app.kubernetes.io/instance: thanos
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: thanos
app.kubernetes.io/component: ruler
annotations:
- checksum/objstore-configuration: 4952beed0775b55cbc841ccc5c5fa684cea2c3ab8c5482136ab1c2c900c4e086
- checksum/ruler-configuration: 7c9bc3d755b6a775972f0ff70a15d58ffaeeb46bd054c4776acfec165d3dcec1
+ checksum/objstore-configuration: 1461065d9177ec0c3b9c2a9971fd6cc1a0edd3d3b392e4e554b549cdcf027b24
+ checksum/ruler-configuration: 493d915a3147b06ea02dbff137b05a23d24f4fbd6ccf1fc63e8c98854b26d26c
spec:
serviceAccountName: thanos-ruler
automountServiceAccountToken: true
affinity:
podAffinity: null
podAntiAffinity:
--- kubernetes HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-storegateway
+++ kubernetes HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-storegateway
@@ -25,14 +25,14 @@
labels:
app.kubernetes.io/instance: thanos
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: thanos
app.kubernetes.io/component: storegateway
annotations:
- checksum/objstore-configuration: 4952beed0775b55cbc841ccc5c5fa684cea2c3ab8c5482136ab1c2c900c4e086
- checksum/storegateway-configuration: 389fb6025f8f389787636718cc2ca4b6afef1c90eca08c49a27a7b022d091c23
+ checksum/objstore-configuration: 1461065d9177ec0c3b9c2a9971fd6cc1a0edd3d3b392e4e554b549cdcf027b24
+ checksum/storegateway-configuration: 5b480ccb6adb7b950f0ff0af071365314d7f31dbfbff1209640da0e8f032e4d9
kyverno.io/exclude: 'true'
spec:
serviceAccountName: thanos-storegateway
automountServiceAccountToken: true
affinity:
podAffinity: null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
12.18.0
->12.19.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.