-
Notifications
You must be signed in to change notification settings - Fork 20
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 group #706
base: main
Are you sure you want to change the base?
Conversation
Path: @@ -314,7 +314,7 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: bucketweb
annotations:
- checksum/ojbstore-configuration: 0b890f19ba31e0ad26c4d4b967083a9da02bd790fdfb56cda1af0ed7e24ab6ce
+ checksum/objstore-configuration: a93da925c3c359a7dc21156a96e83bec545b7769f9fc941080d74a9a8b72025a
spec:
serviceAccount: thanos-bucketweb
automountServiceAccountToken: true
@@ -327,15 +327,13 @@
app.kubernetes.io/name: thanos
app.kubernetes.io/instance: thanos
app.kubernetes.io/component: bucketweb
- namespaces:
- - "default"
topologyKey: kubernetes.io/hostname
nodeAffinity:
securityContext:
fsGroup: 1001
containers:
- name: bucketweb
- image: docker.io/bitnami/thanos:0.27.0-scratch-r5
+ image: docker.io/bitnami/thanos:0.30.1-scratch-r0
imagePullPolicy: "IfNotPresent"
securityContext:
allowPrivilegeEscalation: false
@@ -365,6 +363,7 @@
httpGet:
path: /-/healthy
port: http
+ scheme: HTTP
readinessProbe:
failureThreshold: 6
initialDelaySeconds: 30
@@ -374,6 +373,7 @@
httpGet:
path: /-/ready
port: http
+ scheme: HTTP
resources:
limits: {}
requests: {}
@@ -413,7 +413,7 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: compactor
annotations:
- checksum/ojbstore-configuration: 0b890f19ba31e0ad26c4d4b967083a9da02bd790fdfb56cda1af0ed7e24ab6ce
+ checksum/objstore-configuration: a93da925c3c359a7dc21156a96e83bec545b7769f9fc941080d74a9a8b72025a
spec:
serviceAccount: thanos-compactor
automountServiceAccountToken: true
@@ -427,8 +427,6 @@
app.kubernetes.io/name: thanos
app.kubernetes.io/instance: thanos
app.kubernetes.io/component: compactor
- namespaces:
- - "default"
topologyKey: kubernetes.io/hostname
weight: 1
nodeAffinity:
@@ -436,7 +434,7 @@
fsGroup: 1001
containers:
- name: compactor
- image: docker.io/bitnami/thanos:0.27.0-scratch-r5
+ image: docker.io/bitnami/thanos:0.30.1-scratch-r0
imagePullPolicy: "IfNotPresent"
securityContext:
allowPrivilegeEscalation: false
@@ -470,6 +468,7 @@
httpGet:
path: /-/healthy
port: http
+ scheme: HTTP
readinessProbe:
failureThreshold: 6
initialDelaySeconds: 30
@@ -479,6 +478,7 @@
httpGet:
path: /-/ready
port: http
+ scheme: HTTP
resources:
limits: {}
requests: {}
@@ -535,8 +535,6 @@
app.kubernetes.io/name: thanos
app.kubernetes.io/instance: thanos
app.kubernetes.io/component: query
- namespaces:
- - "default"
topologyKey: kubernetes.io/hostname
weight: 1
nodeAffinity:
@@ -544,7 +542,7 @@
fsGroup: 1001
containers:
- name: query
- image: docker.io/bitnami/thanos:0.27.0-scratch-r5
+ image: docker.io/bitnami/thanos:0.30.1-scratch-r0
imagePullPolicy: "IfNotPresent"
securityContext:
allowPrivilegeEscalation: false
@@ -577,6 +575,7 @@
httpGet:
path: /-/healthy
port: http
+ scheme: HTTP
readinessProbe:
failureThreshold: 6
initialDelaySeconds: 30
@@ -586,6 +585,7 @@
httpGet:
path: /-/ready
port: http
+ scheme: HTTP
resources:
limits: {}
requests: {}
@@ -622,8 +622,8 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: ruler
annotations:
- checksum/ojbstore-configuration: 0b890f19ba31e0ad26c4d4b967083a9da02bd790fdfb56cda1af0ed7e24ab6ce
- checksum/ruler-configuration: 8e1d8f4911a1e93eeb6076775ededc064ce389a57580291c958bbc623b1858fc
+ checksum/objstore-configuration: a93da925c3c359a7dc21156a96e83bec545b7769f9fc941080d74a9a8b72025a
+ checksum/ruler-configuration: 7afcad4879bbb799b132d7e34633031899e8cf18d4ad6762b1b08fbec4111f11
spec:
serviceAccount: thanos-ruler
automountServiceAccountToken: true
@@ -636,15 +636,13 @@
app.kubernetes.io/name: thanos
app.kubernetes.io/instance: thanos
app.kubernetes.io/component: ruler
- namespaces:
- - "default"
topologyKey: kubernetes.io/hostname
nodeAffinity:
securityContext:
fsGroup: 1001
containers:
- name: ruler
- image: docker.io/bitnami/thanos:0.27.0-scratch-r5
+ image: docker.io/bitnami/thanos:0.30.1-scratch-r0
imagePullPolicy: "IfNotPresent"
securityContext:
allowPrivilegeEscalation: false
@@ -688,6 +686,7 @@
httpGet:
path: /-/healthy
port: http
+ scheme: HTTP
readinessProbe:
failureThreshold: 6
initialDelaySeconds: 30
@@ -697,6 +696,7 @@
httpGet:
path: /-/ready
port: http
+ scheme: HTTP
resources:
limits: {}
requests: {}
@@ -755,7 +755,7 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: storegateway
annotations:
- checksum/ojbstore-configuration: 0b890f19ba31e0ad26c4d4b967083a9da02bd790fdfb56cda1af0ed7e24ab6ce
+ checksum/objstore-configuration: a93da925c3c359a7dc21156a96e83bec545b7769f9fc941080d74a9a8b72025a
spec:
serviceAccount: thanos-storegateway
automountServiceAccountToken: true
@@ -768,15 +768,13 @@
app.kubernetes.io/name: thanos
app.kubernetes.io/instance: thanos
app.kubernetes.io/component: storegateway
- namespaces:
- - "default"
topologyKey: kubernetes.io/hostname
nodeAffinity:
securityContext:
fsGroup: 1001
containers:
- name: storegateway
- image: docker.io/bitnami/thanos:0.27.0-scratch-r5
+ image: docker.io/bitnami/thanos:0.30.1-scratch-r0
imagePullPolicy: "IfNotPresent"
securityContext:
allowPrivilegeEscalation: false
@@ -807,6 +805,7 @@
httpGet:
path: /-/healthy
port: http
+ scheme: HTTP
readinessProbe:
failureThreshold: 6
initialDelaySeconds: 30
@@ -816,6 +815,7 @@
httpGet:
path: /-/ready
port: http
+ scheme: HTTP
resources:
limits: {}
requests: {} |
MegaLinter status: ❌ ERROR
See errors details in artifact MegaLinter reports on CI Job page |
ff11b5a
to
b3f94e7
Compare
b3f94e7
to
9133df1
Compare
9133df1
to
5d84bf5
Compare
5d84bf5
to
d72aff9
Compare
Path: @@ -38765,11 +38765,11 @@
name: kube-prometheus-stack-prometheus-scrape-confg
key: additional-scrape-configs.yaml
thanos:
- image: quay.io/thanos/thanos:v0.27.0
+ image: quay.io/thanos/thanos:v0.37.0
objectStorageConfig:
key: objstore.yml
name: thanos-objstore-secret
- version: v0.27.0
+ version: v0.37.0
portName: http-web
---
# Source: kube-prometheus-stack/templates/prometheus/rules-1.14/alertmanager.rules.yaml |
357809c
to
6ee376a
Compare
5f55295
to
75433d9
Compare
ca00913
to
58d0a1f
Compare
fa9e341
to
9614fb9
Compare
1b70dd7
to
014c2cd
Compare
bfcc332
to
a72d8f4
Compare
9597090
to
2cb8f14
Compare
2cb8f14
to
c959f4c
Compare
c959f4c
to
766ef6c
Compare
You have successfully added a new Trivy configuration |
d92f759
to
81453c8
Compare
81453c8
to
d8ee64c
Compare
d8ee64c
to
702e984
Compare
702e984
to
63ae1c9
Compare
63ae1c9
to
a6dfebe
Compare
a6dfebe
to
68d7780
Compare
68d7780
to
d9bcac9
Compare
d9bcac9
to
3478380
Compare
3478380
to
774094e
Compare
774094e
to
38f7534
Compare
38f7534
to
4204984
Compare
4204984
to
4357c58
Compare
| datasource | package | from | to | | ---------- | --------------------- | ------- | ------- | | docker | quay.io/thanos/thanos | v0.27.0 | v0.37.0 | | docker | quay.io/thanos/thanos | v0.27.0 | v0.37.0 | | docker | quay.io/thanos/thanos | v0.27.0 | v0.37.0 | | docker | quay.io/thanos/thanos | v0.27.0 | v0.37.0 | | helm | thanos | 11.1.2 | 11.6.8 |
4357c58
to
3a165b1
Compare
This PR contains the following updates:
v0.27.0
->v0.37.0
11.1.2
->11.6.8
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
bitnami/charts
v11.6.8
v11.6.7
v11.6.6
v11.6.5
v11.6.4
v11.6.3
v11.6.2
v11.6.1
v11.6.0
v11.5.10
v11.5.9
v11.5.8
v11.5.7
v11.5.6
v11.5.5
v11.5.4
v11.5.3
v11.5.2
v11.5.1
v11.5.0
v11.4.1
v11.4.0
v11.3.1
v11.3.0
v11.2.2
v11.2.1
v11.2.0
v11.1.4
v11.1.3
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.