generated from onedr0p/cluster-template
-
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(container): update image thanos to v1.19.0 #475
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/observability/loki/app Kustomization: flux-system/loki HelmRelease: observability/loki
+++ kubernetes/apps/observability/loki/app Kustomization: flux-system/loki HelmRelease: observability/loki
@@ -13,13 +13,13 @@
spec:
chart: loki
sourceRef:
kind: HelmRepository
name: grafana
namespace: flux-system
- version: 6.22.0
+ version: 6.21.0
dependsOn:
- name: openebs
namespace: openebs-system
install:
crds: Skip
remediation:
--- kubernetes/apps/observability/thanos/app Kustomization: flux-system/thanos HelmRelease: observability/thanos
+++ kubernetes/apps/observability/thanos/app Kustomization: flux-system/thanos HelmRelease: observability/thanos
@@ -13,13 +13,13 @@
spec:
chart: thanos
sourceRef:
kind: HelmRepository
name: stevehipwell
namespace: flux-system
- version: 1.18.2
+ version: 1.19.0
dependsOn:
- name: openebs
namespace: openebs-system
- name: rook-ceph-cluster
namespace: rook-ceph
install: |
--- HelmRelease: observability/thanos Deployment: observability/thanos-query-frontend
+++ HelmRelease: observability/thanos Deployment: observability/thanos-query-frontend
@@ -44,13 +44,13 @@
readOnlyRootFilesystem: true
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
seccompProfile:
type: RuntimeDefault
- image: quay.io/thanos/thanos:v0.36.1
+ image: quay.io/thanos/thanos:v0.37.0
imagePullPolicy: IfNotPresent
env:
- name: HOST_IP_ADDRESS
valueFrom:
fieldRef:
fieldPath: status.hostIP
--- HelmRelease: observability/thanos Deployment: observability/thanos-query
+++ HelmRelease: observability/thanos Deployment: observability/thanos-query
@@ -42,13 +42,13 @@
readOnlyRootFilesystem: true
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
seccompProfile:
type: RuntimeDefault
- image: quay.io/thanos/thanos:v0.36.1
+ image: quay.io/thanos/thanos:v0.37.0
imagePullPolicy: IfNotPresent
env:
- name: HOST_IP_ADDRESS
valueFrom:
fieldRef:
fieldPath: status.hostIP
--- HelmRelease: observability/thanos StatefulSet: observability/thanos-compact
+++ HelmRelease: observability/thanos StatefulSet: observability/thanos-compact
@@ -43,13 +43,13 @@
readOnlyRootFilesystem: true
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
seccompProfile:
type: RuntimeDefault
- image: quay.io/thanos/thanos:v0.36.1
+ image: quay.io/thanos/thanos:v0.37.0
imagePullPolicy: IfNotPresent
env:
- name: NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
--- HelmRelease: observability/thanos StatefulSet: observability/thanos-rule
+++ HelmRelease: observability/thanos StatefulSet: observability/thanos-rule
@@ -43,13 +43,13 @@
readOnlyRootFilesystem: true
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
seccompProfile:
type: RuntimeDefault
- image: quay.io/thanos/thanos:v0.36.1
+ image: quay.io/thanos/thanos:v0.37.0
imagePullPolicy: IfNotPresent
env:
- name: NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
--- HelmRelease: observability/thanos StatefulSet: observability/thanos-store-gateway
+++ HelmRelease: observability/thanos StatefulSet: observability/thanos-store-gateway
@@ -45,13 +45,13 @@
readOnlyRootFilesystem: true
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
seccompProfile:
type: RuntimeDefault
- image: quay.io/thanos/thanos:v0.36.1
+ image: quay.io/thanos/thanos:v0.37.0
imagePullPolicy: IfNotPresent
env:
- name: NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
--- HelmRelease: observability/loki ServiceAccount: observability/loki
+++ HelmRelease: observability/loki ServiceAccount: observability/loki
@@ -4,8 +4,9 @@
metadata:
name: loki
namespace: observability
labels:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
+ app.kubernetes.io/managed-by: Helm
automountServiceAccountToken: true
--- HelmRelease: observability/loki ConfigMap: observability/loki
+++ HelmRelease: observability/loki ConfigMap: observability/loki
@@ -4,12 +4,13 @@
metadata:
name: loki
namespace: observability
labels:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
+ app.kubernetes.io/managed-by: Helm
data:
config.yaml: |2
analytics:
reporting_enabled: false
auth_enabled: false
--- HelmRelease: observability/loki ConfigMap: observability/loki-gateway
+++ HelmRelease: observability/loki ConfigMap: observability/loki-gateway
@@ -4,12 +4,13 @@
metadata:
name: loki-gateway
namespace: observability
labels:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
+ app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: gateway
data:
nginx.conf: "worker_processes 5; ## Default: 1\nerror_log /dev/stderr;\npid \
\ /tmp/nginx.pid;\nworker_rlimit_nofile 8192;\n\nevents {\n worker_connections\
\ 4096; ## Default: 1024\n}\n\nhttp {\n client_body_temp_path /tmp/client_temp;\n\
\ proxy_temp_path /tmp/proxy_temp_path;\n fastcgi_temp_path /tmp/fastcgi_temp;\n\
--- HelmRelease: observability/loki ConfigMap: observability/loki-runtime
+++ HelmRelease: observability/loki ConfigMap: observability/loki-runtime
@@ -4,10 +4,11 @@
metadata:
name: loki-runtime
namespace: observability
labels:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
+ app.kubernetes.io/managed-by: Helm
data:
runtime-config.yaml: |
{}
--- HelmRelease: observability/loki ClusterRole: observability/loki-clusterrole
+++ HelmRelease: observability/loki ClusterRole: observability/loki-clusterrole
@@ -2,12 +2,13 @@
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
labels:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
+ app.kubernetes.io/managed-by: Helm
name: loki-clusterrole
rules:
- apiGroups:
- ''
resources:
- configmaps
--- HelmRelease: observability/loki ClusterRoleBinding: observability/loki-clusterrolebinding
+++ HelmRelease: observability/loki ClusterRoleBinding: observability/loki-clusterrolebinding
@@ -3,12 +3,13 @@
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: loki-clusterrolebinding
labels:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
+ app.kubernetes.io/managed-by: Helm
subjects:
- kind: ServiceAccount
name: loki
namespace: observability
roleRef:
kind: ClusterRole
--- HelmRelease: observability/loki Service: observability/loki-gateway
+++ HelmRelease: observability/loki Service: observability/loki-gateway
@@ -4,12 +4,13 @@
metadata:
name: loki-gateway
namespace: observability
labels:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
+ app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: gateway
spec:
type: ClusterIP
ports:
- name: http-metrics
port: 80
--- HelmRelease: observability/loki Service: observability/loki-memberlist
+++ HelmRelease: observability/loki Service: observability/loki-memberlist
@@ -4,12 +4,13 @@
metadata:
name: loki-memberlist
namespace: observability
labels:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
+ app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
clusterIP: None
ports:
- name: tcp
port: 7946
--- HelmRelease: observability/loki Service: observability/loki-headless
+++ HelmRelease: observability/loki Service: observability/loki-headless
@@ -4,12 +4,13 @@
metadata:
name: loki-headless
namespace: observability
labels:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
+ app.kubernetes.io/managed-by: Helm
variant: headless
prometheus.io/service-monitor: 'false'
spec:
clusterIP: None
ports:
- name: http-metrics
--- HelmRelease: observability/loki Service: observability/loki
+++ HelmRelease: observability/loki Service: observability/loki
@@ -4,12 +4,13 @@
metadata:
name: loki
namespace: observability
labels:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
+ app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
ports:
- name: http-metrics
port: 3100
targetPort: http-metrics
--- HelmRelease: observability/loki Deployment: observability/loki-gateway
+++ HelmRelease: observability/loki Deployment: observability/loki-gateway
@@ -4,12 +4,13 @@
metadata:
name: loki-gateway
namespace: observability
labels:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
+ app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: gateway
spec:
replicas: 0
strategy:
type: RollingUpdate
revisionHistoryLimit: 10
--- HelmRelease: observability/loki StatefulSet: observability/loki
+++ HelmRelease: observability/loki StatefulSet: observability/loki
@@ -4,12 +4,13 @@
metadata:
name: loki
namespace: observability
labels:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
+ app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: single-binary
app.kubernetes.io/part-of: memberlist
spec:
replicas: 1
podManagementPolicy: Parallel
updateStrategy: |
renovate
bot
force-pushed
the
renovate/thanos-1.x
branch
from
December 2, 2024 02:06
df5a98d
to
9e7c919
Compare
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:
1.18.2
->1.19.0
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.