-
Notifications
You must be signed in to change notification settings - Fork 0
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(helm)!: Update chart thanos to 15.0.0 #5818
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
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | thanos | 14.0.2 | 15.0.0 |
rosey-the-renovator-bot
bot
added
renovate/helm
type/major
area/kubernetes
cluster/main
labels
Apr 2, 2024
--- kubernetes/main/apps/monitoring/thanos/app Kustomization: flux-system/monitoring-thanos HelmRelease: monitoring/thanos
+++ kubernetes/main/apps/monitoring/thanos/app Kustomization: flux-system/monitoring-thanos HelmRelease: monitoring/thanos
@@ -12,13 +12,13 @@
spec:
chart: thanos
sourceRef:
kind: HelmRepository
name: bitnami-charts
namespace: flux-system
- version: 14.0.2
+ version: 15.0.0
install:
remediation:
retries: 3
interval: 30m
maxHistory: 3
uninstall: |
--- HelmRelease: monitoring/thanos Deployment: monitoring/thanos-bucketweb
+++ HelmRelease: monitoring/thanos Deployment: monitoring/thanos-bucketweb
@@ -58,13 +58,13 @@
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 1001
runAsNonRoot: true
runAsUser: 1001
- seLinuxOptions: null
+ seLinuxOptions: {}
seccompProfile:
type: RuntimeDefault
args:
- tools
- bucket
- web
@@ -95,12 +95,21 @@
successThreshold: 1
timeoutSeconds: 30
httpGet:
path: /-/ready
port: http
scheme: HTTP
+ resources:
+ limits:
+ cpu: 150m
+ ephemeral-storage: 1024Mi
+ memory: 192Mi
+ requests:
+ cpu: 100m
+ ephemeral-storage: 50Mi
+ memory: 128Mi
volumeMounts:
- name: objstore-config
mountPath: /conf
volumes:
- name: objstore-config
secret:
--- HelmRelease: monitoring/thanos Deployment: monitoring/thanos-compactor
+++ HelmRelease: monitoring/thanos Deployment: monitoring/thanos-compactor
@@ -60,13 +60,13 @@
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 1001
runAsNonRoot: true
runAsUser: 1001
- seLinuxOptions: null
+ seLinuxOptions: {}
seccompProfile:
type: RuntimeDefault
args:
- compact
- --log.level=info
- --log.format=logfmt
@@ -101,12 +101,21 @@
successThreshold: 1
timeoutSeconds: 30
httpGet:
path: /-/ready
port: http
scheme: HTTP
+ resources:
+ limits:
+ cpu: 150m
+ ephemeral-storage: 1024Mi
+ memory: 192Mi
+ requests:
+ cpu: 100m
+ ephemeral-storage: 50Mi
+ memory: 128Mi
volumeMounts:
- name: objstore-config
mountPath: /conf
- name: data
mountPath: /data
volumes:
--- HelmRelease: monitoring/thanos Deployment: monitoring/thanos-query
+++ HelmRelease: monitoring/thanos Deployment: monitoring/thanos-query
@@ -56,13 +56,13 @@
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 1001
runAsNonRoot: true
runAsUser: 1001
- seLinuxOptions: null
+ seLinuxOptions: {}
seccompProfile:
type: RuntimeDefault
args:
- query
- --log.level=info
- --log.format=logfmt
@@ -97,9 +97,18 @@
successThreshold: 1
timeoutSeconds: 30
httpGet:
path: /-/ready
port: http
scheme: HTTP
+ resources:
+ limits:
+ cpu: 150m
+ ephemeral-storage: 1024Mi
+ memory: 192Mi
+ requests:
+ cpu: 100m
+ ephemeral-storage: 50Mi
+ memory: 128Mi
volumeMounts: null
volumes: null
--- HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-ruler
+++ HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-ruler
@@ -63,13 +63,13 @@
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 1001
runAsNonRoot: true
runAsUser: 1001
- seLinuxOptions: null
+ seLinuxOptions: {}
seccompProfile:
type: RuntimeDefault
args:
- rule
- --log.level=info
- --log.format=logfmt
@@ -115,12 +115,21 @@
successThreshold: 1
timeoutSeconds: 30
httpGet:
path: /-/ready
port: http
scheme: HTTP
+ resources:
+ limits:
+ cpu: 150m
+ ephemeral-storage: 1024Mi
+ memory: 192Mi
+ requests:
+ cpu: 100m
+ ephemeral-storage: 50Mi
+ memory: 128Mi
volumeMounts:
- name: ruler-config
mountPath: /conf/rules
- name: objstore-config
mountPath: /conf/objstore
- name: data
--- HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-storegateway
+++ HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-storegateway
@@ -60,13 +60,13 @@
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 1001
runAsNonRoot: true
runAsUser: 1001
- seLinuxOptions: null
+ seLinuxOptions: {}
seccompProfile:
type: RuntimeDefault
args:
- store
- --log.level=info
- --log.format=logfmt
@@ -98,12 +98,21 @@
successThreshold: 1
timeoutSeconds: 30
httpGet:
path: /-/ready
port: http
scheme: HTTP
+ resources:
+ limits:
+ cpu: 150m
+ ephemeral-storage: 1024Mi
+ memory: 192Mi
+ requests:
+ cpu: 100m
+ ephemeral-storage: 50Mi
+ memory: 128Mi
volumeMounts:
- name: objstore-config
mountPath: /conf
- name: data
mountPath: /data
volumes: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
14.0.2
->15.0.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.