-
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 loki ( 6.21.0 β 6.22.0 ) #1291
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 | loki | 6.21.0 | 6.22.0 |
kireque-bot
bot
added
renovate/helm
Issue relates to a Renovate helm update
type/minor
Issue relates to a minor version bump
area/kubernetes
Issue relates to Kubernetes
cluster/main
Issue relates to the "main" cluster
labels
Nov 27, 2024
--- kubernetes/main/apps/monitoring/loki/app Kustomization: flux-system/loki HelmRelease: monitoring/loki
+++ kubernetes/main/apps/monitoring/loki/app Kustomization: flux-system/loki HelmRelease: monitoring/loki
@@ -14,13 +14,13 @@
chart: loki
interval: 30m
sourceRef:
kind: HelmRepository
name: grafana
namespace: flux-system
- version: 6.21.0
+ version: 6.22.0
interval: 30m
timeout: 15m
values:
backend:
replicas: 0
chunksCache: |
--- HelmRelease: monitoring/loki ServiceAccount: monitoring/loki
+++ HelmRelease: monitoring/loki ServiceAccount: monitoring/loki
@@ -4,9 +4,8 @@
metadata:
name: loki
namespace: monitoring
labels:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/managed-by: Helm
automountServiceAccountToken: true
--- HelmRelease: monitoring/loki ConfigMap: monitoring/loki
+++ HelmRelease: monitoring/loki ConfigMap: monitoring/loki
@@ -4,13 +4,12 @@
metadata:
name: loki
namespace: monitoring
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: monitoring/loki ConfigMap: monitoring/loki-gateway
+++ HelmRelease: monitoring/loki ConfigMap: monitoring/loki-gateway
@@ -4,13 +4,12 @@
metadata:
name: loki-gateway
namespace: monitoring
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: monitoring/loki ConfigMap: monitoring/loki-runtime
+++ HelmRelease: monitoring/loki ConfigMap: monitoring/loki-runtime
@@ -4,11 +4,10 @@
metadata:
name: loki-runtime
namespace: monitoring
labels:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/managed-by: Helm
data:
runtime-config.yaml: |
{}
--- HelmRelease: monitoring/loki ClusterRole: monitoring/loki-clusterrole
+++ HelmRelease: monitoring/loki ClusterRole: monitoring/loki-clusterrole
@@ -2,13 +2,12 @@
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: monitoring/loki ClusterRoleBinding: monitoring/loki-clusterrolebinding
+++ HelmRelease: monitoring/loki ClusterRoleBinding: monitoring/loki-clusterrolebinding
@@ -3,13 +3,12 @@
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: monitoring
roleRef:
kind: ClusterRole
--- HelmRelease: monitoring/loki Service: monitoring/loki-gateway
+++ HelmRelease: monitoring/loki Service: monitoring/loki-gateway
@@ -4,13 +4,12 @@
metadata:
name: loki-gateway
namespace: monitoring
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: monitoring/loki Service: monitoring/loki-memberlist
+++ HelmRelease: monitoring/loki Service: monitoring/loki-memberlist
@@ -4,13 +4,12 @@
metadata:
name: loki-memberlist
namespace: monitoring
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: monitoring/loki Service: monitoring/loki-headless
+++ HelmRelease: monitoring/loki Service: monitoring/loki-headless
@@ -4,13 +4,12 @@
metadata:
name: loki-headless
namespace: monitoring
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: monitoring/loki Service: monitoring/loki
+++ HelmRelease: monitoring/loki Service: monitoring/loki
@@ -4,13 +4,12 @@
metadata:
name: loki
namespace: monitoring
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: monitoring/loki Deployment: monitoring/loki-gateway
+++ HelmRelease: monitoring/loki Deployment: monitoring/loki-gateway
@@ -4,13 +4,12 @@
metadata:
name: loki-gateway
namespace: monitoring
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: monitoring/loki StatefulSet: monitoring/loki
+++ HelmRelease: monitoring/loki StatefulSet: monitoring/loki
@@ -4,13 +4,12 @@
metadata:
name: loki
namespace: monitoring
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: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/kubernetes
Issue relates to Kubernetes
cluster/main
Issue relates to the "main" cluster
renovate/helm
Issue relates to a Renovate helm update
type/minor
Issue relates to a minor version bump
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:
6.21.0
->6.22.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.