chore(kubernetes/components/loki/production): update helm release loki to v16#477
Open
renovate[bot] wants to merge 2 commits into
Open
chore(kubernetes/components/loki/production): update helm release loki to v16#477renovate[bot] wants to merge 2 commits into
renovate[bot] wants to merge 2 commits into
Conversation
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Kustomize DiffService: 15 files changed:
15 modified Diffkubernetes/manifests/production/loki/apps_v1_deployment_loki-gateway.yaml@@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: loki
app.kubernetes.io/name: loki
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
name: loki-gateway
namespace: monitoring
spec:
@@ -39,7 +39,7 @@ spec:
topologyKey: kubernetes.io/hostname
automountServiceAccountToken: false
containers:
- - image: docker.io/nginxinc/nginx-unprivileged:1.30-alpine
+ - image: docker.io/nginxinc/nginx-unprivileged:1.31-alpine
imagePullPolicy: IfNotPresent
name: nginx
ports:kubernetes/manifests/production/loki/apps_v1_statefulset_loki.yaml@@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/name: loki
app.kubernetes.io/part-of: memberlist
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
name: loki
namespace: monitoring
spec:
@@ -26,7 +26,7 @@ spec:
template:
metadata:
annotations:
- checksum/config: afa7d08b2e7a51fee5acd0652bc2a489cbc5ecd5d1945dfaa267c069caa4185b
+ checksum/config: ad590172b38c09c971e5fad636e85dc8f5ed0f1147bb0bb774bc33b4f7b3eb89
kubectl.kubernetes.io/default-container: loki
storage/size: 10Gi
labels:
@@ -35,7 +35,7 @@ spec:
app.kubernetes.io/name: loki
app.kubernetes.io/part-of: memberlist
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
spec:
affinity:
podAntiAffinity:
@@ -51,13 +51,14 @@ spec:
- args:
- -config.file=/etc/loki/config/config.yaml
- -config.expand-env=true
+ - -memberlist.advertise-addr=$(POD_IP)
- -target=all
env:
- name: GOMEMLIMIT
value: 1740MiB
- name: GOGC
value: "80"
- - name: HASH_RING_INSTANCE_ADDR
+ - name: POD_IP
valueFrom:
fieldRef:
fieldPath: status.podIPkubernetes/manifests/production/loki/rbac.authorization.k8s.io_v1_clusterrole_loki-clusterrole.yaml@@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/instance: loki
app.kubernetes.io/name: loki
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
name: loki-clusterrole
rules:
- apiGroups:kubernetes/manifests/production/loki/rbac.authorization.k8s.io_v1_clusterrolebinding_loki-clusterrolebinding.yaml@@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/instance: loki
app.kubernetes.io/name: loki
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
name: loki-clusterrolebinding
roleRef:
apiGroup: rbac.authorization.k8s.iokubernetes/manifests/production/loki/v1_configmap_loki-gateway.yaml@@ -278,6 +278,6 @@ metadata:
app.kubernetes.io/instance: loki
app.kubernetes.io/name: loki
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
name: loki-gateway
namespace: monitoringkubernetes/manifests/production/loki/v1_configmap_loki-runtime.yaml@@ -8,6 +8,6 @@ metadata:
app.kubernetes.io/instance: loki
app.kubernetes.io/name: loki
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
name: loki-runtime
namespace: monitoringkubernetes/manifests/production/loki/v1_configmap_loki.yaml@@ -47,7 +47,6 @@ data:
volume_enabled: true
memberlist:
abort_if_cluster_join_fails: true
- advertise_addr: ${HASH_RING_INSTANCE_ADDR}
advertise_port: 7946
bind_port: 7946
join_members:
@@ -120,6 +119,6 @@ metadata:
app.kubernetes.io/instance: loki
app.kubernetes.io/name: loki
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
name: loki
namespace: monitoringkubernetes/manifests/production/loki/v1_service_loki-gateway-exporter.yaml@@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: loki
app.kubernetes.io/name: loki
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
name: loki-gateway-exporter
namespace: monitoring
spec:kubernetes/manifests/production/loki/v1_service_loki-gateway.yaml@@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: loki
app.kubernetes.io/name: loki
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
prometheus.io/service-monitor: "false"
name: loki-gateway
namespace: monitoringkubernetes/manifests/production/loki/v1_service_loki-headless.yaml@@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: loki
app.kubernetes.io/name: loki
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
prometheus.io/service-monitor: "false"
variant: headless
name: loki-headlesskubernetes/manifests/production/loki/v1_service_loki-memberlist.yaml@@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/instance: loki
app.kubernetes.io/name: loki
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
name: loki-memberlist
namespace: monitoring
spec:kubernetes/manifests/production/loki/v1_service_loki.yaml@@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: loki
app.kubernetes.io/name: loki
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
name: loki
namespace: monitoring
spec:kubernetes/manifests/production/loki/v1_serviceaccount_loki-gateway.yaml@@ -7,6 +7,6 @@ metadata:
app.kubernetes.io/instance: loki
app.kubernetes.io/name: loki
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
name: loki-gateway
namespace: monitoringkubernetes/manifests/production/loki/v1_serviceaccount_loki-memcached.yaml@@ -7,6 +7,6 @@ metadata:
app.kubernetes.io/instance: loki
app.kubernetes.io/name: loki
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
name: loki-memcached
namespace: monitoringkubernetes/manifests/production/loki/v1_serviceaccount_loki.yaml@@ -6,6 +6,6 @@ metadata:
app.kubernetes.io/instance: loki
app.kubernetes.io/name: loki
app.kubernetes.io/version: 3.7.2
- helm.sh/chart: loki-13.7.2
+ helm.sh/chart: loki-16.0.1
name: loki
namespace: monitoring
|
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or 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
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:
13.7.2→16.0.116.1.0Release Notes
grafana-community/helm-charts (loki)
v16.0.1Compare Source
Helm chart for Grafana Loki supporting monolithic, simple scalable, and microservices modes.
What's Changed
Full Changelog: grafana-community/helm-charts@tempo-distributed-2.22.1...loki-16.0.1
v16.0.0Compare Source
Helm chart for Grafana Loki supporting monolithic, simple scalable, and microservices modes.
What's Changed
Full Changelog: grafana-community/helm-charts@tempo-distributed-2.21.4...loki-16.0.0
v15.0.1Compare Source
Helm chart for Grafana Loki supporting monolithic, simple scalable, and microservices modes.
What's Changed
Full Changelog: grafana-community/helm-charts@loki-15.0.0...loki-15.0.1
v15.0.0Compare Source
Helm chart for Grafana Loki supporting monolithic, simple scalable, and microservices modes.
What's Changed
Full Changelog: grafana-community/helm-charts@loki-14.2.1...loki-15.0.0
v14.2.1Compare Source
Helm chart for Grafana Loki supporting monolithic, simple scalable, and microservices modes.
What's Changed
Full Changelog: grafana-community/helm-charts@tempo-2.1.2...loki-14.2.1
v14.2.0Compare Source
Helm chart for Grafana Loki supporting monolithic, simple scalable, and microservices modes.
What's Changed
New Contributors
Full Changelog: grafana-community/helm-charts@loki-14.1.0...loki-14.2.0
v14.1.0Compare Source
Helm chart for Grafana Loki supporting monolithic, simple scalable, and microservices modes.
What's Changed
Full Changelog: grafana-community/helm-charts@tempo-distributed-2.21.0...loki-14.1.0
v14.0.0Compare Source
Helm chart for Grafana Loki supporting monolithic, simple scalable, and microservices modes.
What's Changed
New Contributors
Full Changelog: grafana-community/helm-charts@grafana-12.3.2...loki-14.0.0
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 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 was generated by Mend Renovate. View the repository job log.