generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 3
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 thanos ( 12.20.3 → 12.21.0 ) #4007
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
lumiere-bot
bot
added
area/kubernetes
Changes made in the kubernetes directory
cluster/kyak
labels
Jan 15, 2024
--- kubernetes/kyak/apps/monitoring/thanos/app Kustomization: flux-system/thanos HelmRelease: monitoring/thanos
+++ kubernetes/kyak/apps/monitoring/thanos/app Kustomization: flux-system/thanos HelmRelease: monitoring/thanos
@@ -13,13 +13,13 @@
spec:
chart: thanos
sourceRef:
kind: HelmRepository
name: bitnami
namespace: flux-system
- version: 12.20.3
+ version: 12.21.0
dependsOn:
- name: redis
namespace: database
- name: rook-ceph-cluster
namespace: rook-ceph
install: |
--- HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos-bucketweb
+++ HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos-bucketweb
@@ -6,8 +6,8 @@
namespace: monitoring
labels:
app.kubernetes.io/instance: thanos
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: thanos
app.kubernetes.io/component: bucketweb
-automountServiceAccountToken: true
+automountServiceAccountToken: false
--- HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos-compactor
+++ HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos-compactor
@@ -6,8 +6,8 @@
namespace: monitoring
labels:
app.kubernetes.io/instance: thanos
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: thanos
app.kubernetes.io/component: compactor
-automountServiceAccountToken: true
+automountServiceAccountToken: false
--- HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos-query-frontend
+++ HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos-query-frontend
@@ -6,8 +6,8 @@
namespace: monitoring
labels:
app.kubernetes.io/instance: thanos
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: thanos
app.kubernetes.io/component: query-frontend
-automountServiceAccountToken: true
+automountServiceAccountToken: false
--- HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos-query
+++ HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos-query
@@ -6,8 +6,8 @@
namespace: monitoring
labels:
app.kubernetes.io/instance: thanos
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: thanos
app.kubernetes.io/component: query
-automountServiceAccountToken: true
+automountServiceAccountToken: false
--- HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos-ruler
+++ HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos-ruler
@@ -6,8 +6,8 @@
namespace: monitoring
labels:
app.kubernetes.io/instance: thanos
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: thanos
app.kubernetes.io/component: ruler
-automountServiceAccountToken: true
+automountServiceAccountToken: false
--- HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos-storegateway
+++ HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos-storegateway
@@ -6,8 +6,8 @@
namespace: monitoring
labels:
app.kubernetes.io/instance: thanos
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: thanos
app.kubernetes.io/component: storegateway
-automountServiceAccountToken: true
+automountServiceAccountToken: false
--- HelmRelease: monitoring/thanos Deployment: monitoring/thanos-bucketweb
+++ 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: a1017233f2efea99a6798127840be03b42b441374e8436ff4448d0b8e84c0054
+ checksum/objstore-configuration: c7070025f10a120c98f697a63e9ea592ced1e10b4ae8d2de5847ff937816bd93
spec:
serviceAccountName: thanos-bucketweb
automountServiceAccountToken: true
affinity:
podAffinity: null
podAntiAffinity:
@@ -42,12 +42,15 @@
app.kubernetes.io/component: bucketweb
topologyKey: kubernetes.io/hostname
weight: 1
nodeAffinity: null
securityContext:
fsGroup: 1001
+ fsGroupChangePolicy: Always
+ supplementalGroups: []
+ sysctls: []
containers:
- name: bucketweb
image: quay.io/thanos/thanos:v0.33.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -55,12 +58,13 @@
drop:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1001
+ seLinuxOptions: {}
seccompProfile:
type: RuntimeDefault
args:
- tools
- bucket
- web
--- HelmRelease: monitoring/thanos Deployment: monitoring/thanos-compactor
+++ 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: a1017233f2efea99a6798127840be03b42b441374e8436ff4448d0b8e84c0054
+ checksum/objstore-configuration: c7070025f10a120c98f697a63e9ea592ced1e10b4ae8d2de5847ff937816bd93
spec:
serviceAccountName: thanos-compactor
automountServiceAccountToken: true
affinity:
podAffinity: null
podAntiAffinity:
@@ -42,12 +42,15 @@
app.kubernetes.io/component: compactor
topologyKey: kubernetes.io/hostname
weight: 1
nodeAffinity: null
securityContext:
fsGroup: 1001
+ fsGroupChangePolicy: Always
+ supplementalGroups: []
+ sysctls: []
containers:
- name: compactor
image: quay.io/thanos/thanos:v0.33.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -55,12 +58,13 @@
drop:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1001
+ seLinuxOptions: {}
seccompProfile:
type: RuntimeDefault
args:
- compact
- --log.level=info
- --log.format=logfmt
--- HelmRelease: monitoring/thanos Deployment: monitoring/thanos-query-frontend
+++ 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: ff7a97960a976aa61e4519b645bdc2c93442e79d3335637ea2a8d9f0af5cd6a9
+ checksum/query-frontend-configuration: 10554c356bb0853d8edcf01467c23d55ebd8018a5bd6afaa469843f09e2ccd1b
spec:
serviceAccountName: thanos-query-frontend
automountServiceAccountToken: true
affinity:
podAffinity: null
podAntiAffinity:
@@ -42,12 +42,15 @@
app.kubernetes.io/component: query-frontend
topologyKey: kubernetes.io/hostname
weight: 1
nodeAffinity: null
securityContext:
fsGroup: 1001
+ fsGroupChangePolicy: Always
+ supplementalGroups: []
+ sysctls: []
containers:
- name: query-frontend
image: quay.io/thanos/thanos:v0.33.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -55,12 +58,13 @@
drop:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1001
+ seLinuxOptions: {}
seccompProfile:
type: RuntimeDefault
args:
- query-frontend
- --log.level=info
- --log.format=logfmt
--- HelmRelease: monitoring/thanos Deployment: monitoring/thanos-query
+++ HelmRelease: monitoring/thanos Deployment: monitoring/thanos-query
@@ -40,12 +40,15 @@
app.kubernetes.io/component: query
topologyKey: kubernetes.io/hostname
weight: 1
nodeAffinity: null
securityContext:
fsGroup: 1001
+ fsGroupChangePolicy: Always
+ supplementalGroups: []
+ sysctls: []
containers:
- name: query
image: quay.io/thanos/thanos:v0.33.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -53,12 +56,13 @@
drop:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1001
+ seLinuxOptions: {}
seccompProfile:
type: RuntimeDefault
args:
- query
- --log.level=info
- --log.format=logfmt
--- HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-ruler
+++ 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: a1017233f2efea99a6798127840be03b42b441374e8436ff4448d0b8e84c0054
- checksum/ruler-configuration: ff891fff1640d6172c73eb9e5769a8465f5b4091fd5736bd869d78721ecb38d3
+ checksum/objstore-configuration: c7070025f10a120c98f697a63e9ea592ced1e10b4ae8d2de5847ff937816bd93
+ checksum/ruler-configuration: 9e0d8befe80d381fd21f8793c7b7ea5d10d2a0b6872fc25048a848e00dd033aa
spec:
serviceAccountName: thanos-ruler
automountServiceAccountToken: true
affinity:
podAffinity: null
podAntiAffinity:
@@ -45,12 +45,15 @@
app.kubernetes.io/component: ruler
topologyKey: kubernetes.io/hostname
weight: 1
nodeAffinity: null
securityContext:
fsGroup: 1001
+ fsGroupChangePolicy: Always
+ supplementalGroups: []
+ sysctls: []
containers:
- name: ruler
image: quay.io/thanos/thanos:v0.33.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -58,12 +61,13 @@
drop:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1001
+ seLinuxOptions: {}
seccompProfile:
type: RuntimeDefault
args:
- rule
- --log.level=info
- --log.format=logfmt
--- HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-storegateway
+++ 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: a1017233f2efea99a6798127840be03b42b441374e8436ff4448d0b8e84c0054
- checksum/storegateway-configuration: 23de33bbde2136c0154640be06f83745cd449b4b90e39a588aea838345081d93
+ checksum/objstore-configuration: c7070025f10a120c98f697a63e9ea592ced1e10b4ae8d2de5847ff937816bd93
+ checksum/storegateway-configuration: ea56cb8ef05a065552457390b663a409fa434b7b65dbd5ad2ba743fb6cd2c3da
spec:
serviceAccountName: thanos-storegateway
automountServiceAccountToken: true
affinity:
podAffinity: null
podAntiAffinity:
@@ -45,12 +45,15 @@
app.kubernetes.io/component: storegateway
topologyKey: kubernetes.io/hostname
weight: 1
nodeAffinity: null
securityContext:
fsGroup: 1001
+ fsGroupChangePolicy: Always
+ supplementalGroups: []
+ sysctls: []
containers:
- name: storegateway
image: quay.io/thanos/thanos:v0.33.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -58,12 +61,13 @@
drop:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1001
+ seLinuxOptions: {}
seccompProfile:
type: RuntimeDefault
args:
- store
- --log.level=info
- --log.format=logfmt
--- HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos
+++ HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos
@@ -0,0 +1,13 @@
+---
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ name: thanos
+ namespace: monitoring
+ labels:
+ app.kubernetes.io/instance: thanos
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: thanos
+ app.kubernetes.io/component: storegateway
+automountServiceAccountToken: false
+ |
lumiere-bot
bot
changed the title
fix(container): update thanos ( 12.20.3 → 12.20.4 )
feat(container): update thanos ( 12.20.3 → 12.21.0 )
Jan 16, 2024
lumiere-bot
bot
force-pushed
the
renovate/kyak-thanos-12.x
branch
from
January 16, 2024 13:09
61d4453
to
f2e46fb
Compare
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.20.3
->12.21.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
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.