-
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
chore(deps): update helm release loki to v6.28.0 for prod env #188
Open
ixxeL2097
wants to merge
1
commit into
main
Choose a base branch
from
renovate/helm/loki-prod
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1
−1
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
--- main/loki_talos_manifests_loki_prod_manifest_main.yaml 2025-03-20 02:56:01.753257354 +0000
+++ pr/loki_talos_manifests_loki_prod_manifest_pr.yaml 2025-03-20 02:55:58.093246298 +0000
@@ -35,51 +35,51 @@
app.kubernetes.io/component: memcached-results-cache
maxUnavailable: 1
---
# Source: loki/charts/loki/templates/loki-canary/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: loki-canary
namespace: github-runner
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
app.kubernetes.io/component: canary
automountServiceAccountToken: true
---
# Source: loki/charts/loki/templates/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: loki
namespace: github-runner
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
automountServiceAccountToken: true
---
# Source: loki/charts/loki/templates/config.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: loki
namespace: github-runner
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
data:
config.yaml: |
auth_enabled: false
bloom_build:
builder:
planner_address: ""
enabled: false
bloom_gateway:
client:
@@ -179,72 +179,72 @@
tracing:
enabled: false
---
# Source: loki/charts/loki/templates/runtime-configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: loki-runtime
namespace: github-runner
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
data:
runtime-config.yaml: |
{}
---
# Source: loki/charts/loki/templates/backend/clusterrole.yaml
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
name: loki-clusterrole
rules:
- apiGroups: [""] # "" indicates the core API group
resources: ["configmaps", "secrets"]
verbs: ["get", "watch", "list"]
---
# Source: loki/charts/loki/templates/backend/clusterrolebinding.yaml
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: loki-clusterrolebinding
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
subjects:
- kind: ServiceAccount
name: loki
namespace: github-runner
roleRef:
kind: ClusterRole
name: loki-clusterrole
apiGroup: rbac.authorization.k8s.io
---
# Source: loki/charts/loki/templates/chunks-cache/service-chunks-cache-headless.yaml
apiVersion: v1
kind: Service
metadata:
name: loki-chunks-cache
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
app.kubernetes.io/component: "memcached-chunks-cache"
annotations:
{}
namespace: "github-runner"
spec:
type: ClusterIP
clusterIP: None
ports:
- name: memcached-client
port: 11211
@@ -258,48 +258,48 @@
app.kubernetes.io/instance: loki
app.kubernetes.io/component: "memcached-chunks-cache"
---
# Source: loki/charts/loki/templates/loki-canary/service.yaml
apiVersion: v1
kind: Service
metadata:
name: loki-canary
namespace: github-runner
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
app.kubernetes.io/component: canary
annotations:
spec:
type: ClusterIP
ports:
- name: http-metrics
port: 3500
targetPort: http-metrics
protocol: TCP
selector:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
app.kubernetes.io/component: canary
---
# Source: loki/charts/loki/templates/results-cache/service-results-cache-headless.yaml
apiVersion: v1
kind: Service
metadata:
name: loki-results-cache
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
app.kubernetes.io/component: "memcached-results-cache"
annotations:
{}
namespace: "github-runner"
spec:
type: ClusterIP
clusterIP: None
ports:
- name: memcached-client
port: 11211
@@ -313,24 +313,24 @@
app.kubernetes.io/instance: loki
app.kubernetes.io/component: "memcached-results-cache"
---
# Source: loki/charts/loki/templates/service-memberlist.yaml
apiVersion: v1
kind: Service
metadata:
name: loki-memberlist
namespace: github-runner
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
annotations:
spec:
type: ClusterIP
clusterIP: None
ports:
- name: tcp
port: 7946
targetPort: http-memberlist
protocol: TCP
selector:
@@ -338,24 +338,24 @@
app.kubernetes.io/instance: loki
app.kubernetes.io/part-of: memberlist
---
# Source: loki/charts/loki/templates/single-binary/service-headless.yaml
apiVersion: v1
kind: Service
metadata:
name: loki-headless
namespace: github-runner
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
variant: headless
prometheus.io/service-monitor: "false"
annotations:
spec:
clusterIP: None
ports:
- name: http-metrics
port: 3100
targetPort: http-metrics
protocol: TCP
@@ -363,24 +363,24 @@
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
---
# Source: loki/charts/loki/templates/single-binary/service.yaml
apiVersion: v1
kind: Service
metadata:
name: loki
namespace: github-runner
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
annotations:
spec:
type: ClusterIP
ports:
- name: http-metrics
port: 3100
targetPort: http-metrics
protocol: TCP
- name: grpc
port: 9095
@@ -391,24 +391,24 @@
app.kubernetes.io/instance: loki
app.kubernetes.io/component: single-binary
---
# Source: loki/charts/loki/templates/loki-canary/daemonset.yaml
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: loki-canary
namespace: github-runner
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
app.kubernetes.io/component: canary
spec:
selector:
matchLabels:
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
app.kubernetes.io/component: canary
updateStrategy:
rollingUpdate:
maxUnavailable: 1
@@ -422,21 +422,21 @@
spec:
serviceAccountName: loki-canary
securityContext:
fsGroup: 10001
runAsGroup: 10001
runAsNonRoot: true
runAsUser: 10001
containers:
- name: loki-canary
- image: docker.io/grafana/loki-canary:3.4.0
+ image: docker.io/grafana/loki-canary:3.4.2
imagePullPolicy: IfNotPresent
args:
- -addr=loki.github-runner.svc.cluster.local.:3100
- -labelname=pod
- -labelvalue=$(POD_NAME)
- -push=true
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
@@ -460,24 +460,24 @@
initialDelaySeconds: 15
timeoutSeconds: 1
volumes:
---
# Source: loki/charts/loki/templates/chunks-cache/statefulset-chunks-cache.yaml
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: loki-chunks-cache
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
app.kubernetes.io/component: "memcached-chunks-cache"
name: "memcached-chunks-cache"
annotations:
{}
namespace: "github-runner"
spec:
podManagementPolicy: Parallel
replicas: 1
selector:
matchLabels:
@@ -511,21 +511,21 @@
{}
affinity:
{}
topologySpreadConstraints:
[]
tolerations:
[]
terminationGracePeriodSeconds: 60
containers:
- name: memcached
- image: memcached:1.6.35-alpine
+ image: memcached:1.6.37-alpine
imagePullPolicy: IfNotPresent
resources:
limits:
memory: 9830Mi
requests:
cpu: 500m
memory: 9830Mi
ports:
- containerPort: 11211
name: client
@@ -538,21 +538,21 @@
- -u 11211
env:
envFrom:
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
- name: exporter
- image: prom/memcached-exporter:v0.15.0
+ image: prom/memcached-exporter:v0.15.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9150
name: http-metrics
args:
- "--memcached.address=localhost:11211"
- "--web.listen-address=0.0.0.0:9150"
resources:
limits: {}
requests: {}
@@ -562,24 +562,24 @@
drop:
- ALL
readOnlyRootFilesystem: true
---
# Source: loki/charts/loki/templates/results-cache/statefulset-results-cache.yaml
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: loki-results-cache
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
app.kubernetes.io/component: "memcached-results-cache"
name: "memcached-results-cache"
annotations:
{}
namespace: "github-runner"
spec:
podManagementPolicy: Parallel
replicas: 1
selector:
matchLabels:
@@ -613,21 +613,21 @@
{}
affinity:
{}
topologySpreadConstraints:
[]
tolerations:
[]
terminationGracePeriodSeconds: 60
containers:
- name: memcached
- image: memcached:1.6.35-alpine
+ image: memcached:1.6.37-alpine
imagePullPolicy: IfNotPresent
resources:
limits:
memory: 1229Mi
requests:
cpu: 500m
memory: 1229Mi
ports:
- containerPort: 11211
name: client
@@ -640,21 +640,21 @@
- -u 11211
env:
envFrom:
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
- name: exporter
- image: prom/memcached-exporter:v0.15.0
+ image: prom/memcached-exporter:v0.15.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9150
name: http-metrics
args:
- "--memcached.address=localhost:11211"
- "--web.listen-address=0.0.0.0:9150"
resources:
limits: {}
requests: {}
@@ -665,24 +665,24 @@
- ALL
readOnlyRootFilesystem: true
---
# Source: loki/charts/loki/templates/single-binary/statefulset.yaml
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: loki
namespace: github-runner
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
app.kubernetes.io/component: single-binary
app.kubernetes.io/part-of: memberlist
spec:
replicas: 1
podManagementPolicy: Parallel
updateStrategy:
rollingUpdate:
partition: 0
serviceName: loki-headless
revisionHistoryLimit: 10
@@ -710,21 +710,21 @@
enableServiceLinks: true
securityContext:
fsGroup: 10001
runAsGroup: 10001
runAsNonRoot: true
runAsUser: 10001
terminationGracePeriodSeconds: 30
containers:
- name: loki-sc-rules
- image: "kiwigrid/k8s-sidecar:1.30.0"
+ image: "kiwigrid/k8s-sidecar:1.30.1"
imagePullPolicy: IfNotPresent
env:
- name: METHOD
value: WATCH
- name: LABEL
value: "loki_rule"
- name: FOLDER
value: "/rules"
- name: RESOURCE
value: "both"
@@ -737,21 +737,21 @@
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
volumeMounts:
- name: sc-rules-volume
mountPath: "/rules"
- name: loki
- image: docker.io/grafana/loki:3.4.0
+ image: docker.io/grafana/loki:3.4.2
imagePullPolicy: IfNotPresent
args:
- -config.file=/etc/loki/config/config.yaml
- -target=all
ports:
- name: http-metrics
containerPort: 3100
protocol: TCP
- name: grpc
containerPort: 9095
@@ -817,24 +817,24 @@
requests:
storage: "10Gi"
---
# Source: loki/charts/loki/templates/tests/test-canary.yaml
apiVersion: v1
kind: Pod
metadata:
name: "loki-helm-test"
namespace: github-runner
labels:
- helm.sh/chart: loki-6.26.0
+ helm.sh/chart: loki-6.28.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
- app.kubernetes.io/version: "3.4.0"
+ app.kubernetes.io/version: "3.4.2"
app.kubernetes.io/component: helm-test
annotations:
"helm.sh/hook": test
spec:
containers:
- name: loki-helm-test
image: docker.io/grafana/loki-helm-test:ewelch-distributed-helm-chart-17db5ee
env:
- name: CANARY_SERVICE_ADDRESS
value: "http://loki-canary:3500/metrics"
|
53ded4f
to
236e6b4
Compare
a654d61
to
d04e2f6
Compare
677124f
to
fbe9088
Compare
32c0a77
to
79d8dbc
Compare
fbe9088
to
1194515
Compare
1194515
to
bd30756
Compare
fd019db
to
e3881d4
Compare
e3881d4
to
e4454ac
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:
6.26.0
->6.28.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 is behind base branch, 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.