grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
23.96k stars 3.46k forks source link

chore: release loki helm chart 6.19.0 #14737

Closed enterprise-logs-app[bot] closed 2 weeks ago

enterprise-logs-app[bot] commented 2 weeks ago

Automated PR created by helm-tagged-release-pr.yaml

github-actions[bot] commented 2 weeks ago

Kubernetes Manifest Diff Summary

Scenario: default-single-binary-values (Added: 0, Modified: 0, Removed: 0)

**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_

Scenario: default-values (Added: 0, Modified: 0, Removed: 0)

**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_

Scenario: ingress-values (Added: 0, Modified: 0, Removed: 0)

**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_

Scenario: legacy-monitoring-values (Added: 0, Modified: 0, Removed: 0)

**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_

Scenario: simple-scalable-aws-kube-irsa-values (Added: 0, Modified: 6, Removed: 0)

**Summary:** - **Added:** 0 - **Modified:** 6 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files

loki/templates/read/deployment-read.yaml ```diff *** /home/runner/work/loki/loki/output/base/simple-scalable-aws-kube-irsa-values/loki/templates/read/deployment-read.yaml 2024-11-01 22:45:06.096166562 +0000 --- /home/runner/work/loki/loki/output/pr/simple-scalable-aws-kube-irsa-values/loki/templates/read/deployment-read.yaml 2024-11-01 22:45:08.280192562 +0000 *************** *** 46,52 **** terminationGracePeriodSeconds: 30 containers: - name: loki ! image: docker.io/grafana/enterprise-logs:3.1.1 imagePullPolicy: IfNotPresent args: - -config.file=/etc/loki/config/config.yaml --- 46,52 ---- terminationGracePeriodSeconds: 30 containers: - name: loki ! image: docker.io/grafana/enterprise-logs:test imagePullPolicy: IfNotPresent args: - -config.file=/etc/loki/config/config.yaml ```
loki/templates/tokengen/job-tokengen.yaml ```diff *** /home/runner/work/loki/loki/output/base/simple-scalable-aws-kube-irsa-values/loki/templates/tokengen/job-tokengen.yaml 2024-11-01 22:45:06.096166562 +0000 --- /home/runner/work/loki/loki/output/pr/simple-scalable-aws-kube-irsa-values/loki/templates/tokengen/job-tokengen.yaml 2024-11-01 22:45:08.280192562 +0000 *************** *** 36,42 **** runAsUser: 10001 initContainers: - name: loki ! image: docker.io/grafana/enterprise-logs:3.1.1 imagePullPolicy: IfNotPresent args: # The shared emptyDir exists only while the job is running, and is deleted once the job is completed. --- 36,42 ---- runAsUser: 10001 initContainers: - name: loki ! image: docker.io/grafana/enterprise-logs:test imagePullPolicy: IfNotPresent args: # The shared emptyDir exists only while the job is running, and is deleted once the job is completed. ```
loki/templates/write/statefulset-write.yaml ```diff *** /home/runner/work/loki/loki/output/base/simple-scalable-aws-kube-irsa-values/loki/templates/write/statefulset-write.yaml 2024-11-01 22:45:06.096166562 +0000 --- /home/runner/work/loki/loki/output/pr/simple-scalable-aws-kube-irsa-values/loki/templates/write/statefulset-write.yaml 2024-11-01 22:45:08.280192562 +0000 *************** *** 48,54 **** terminationGracePeriodSeconds: 300 containers: - name: loki ! image: docker.io/grafana/enterprise-logs:3.1.1 imagePullPolicy: IfNotPresent args: - -config.file=/etc/loki/config/config.yaml --- 48,54 ---- terminationGracePeriodSeconds: 300 containers: - name: loki ! image: docker.io/grafana/enterprise-logs:test imagePullPolicy: IfNotPresent args: - -config.file=/etc/loki/config/config.yaml ```
loki/templates/gateway/deployment-gateway-enterprise.yaml ```diff *** /home/runner/work/loki/loki/output/base/simple-scalable-aws-kube-irsa-values/loki/templates/gateway/deployment-gateway-enterprise.yaml 2024-11-01 22:45:06.096166562 +0000 --- /home/runner/work/loki/loki/output/pr/simple-scalable-aws-kube-irsa-values/loki/templates/gateway/deployment-gateway-enterprise.yaml 2024-11-01 22:45:08.280192562 +0000 *************** *** 40,46 **** [] containers: - name: gateway ! image: "docker.io/grafana/enterprise-logs:3.1.1" imagePullPolicy: IfNotPresent args: - -target=gateway --- 40,46 ---- [] containers: - name: gateway ! image: "docker.io/grafana/enterprise-logs:test" imagePullPolicy: IfNotPresent args: - -target=gateway ```
loki/templates/admin-api/deployment-admin-api.yaml ```diff *** /home/runner/work/loki/loki/output/base/simple-scalable-aws-kube-irsa-values/loki/templates/admin-api/deployment-admin-api.yaml 2024-11-01 22:45:06.096166562 +0000 --- /home/runner/work/loki/loki/output/pr/simple-scalable-aws-kube-irsa-values/loki/templates/admin-api/deployment-admin-api.yaml 2024-11-01 22:45:08.280192562 +0000 *************** *** 45,51 **** # https://github.com/minio/charts/blob/a5c84bcbad884728bff5c9c23541f936d57a13b3/minio/templates/post-install-create-bucket-job.yaml containers: - name: admin-api ! image: "docker.io/grafana/enterprise-logs:3.1.1" imagePullPolicy: IfNotPresent args: - -target=admin-api --- 45,51 ---- # https://github.com/minio/charts/blob/a5c84bcbad884728bff5c9c23541f936d57a13b3/minio/templates/post-install-create-bucket-job.yaml containers: - name: admin-api ! image: "docker.io/grafana/enterprise-logs:test" imagePullPolicy: IfNotPresent args: - -target=admin-api ```
loki/templates/backend/statefulset-backend.yaml ```diff *** /home/runner/work/loki/loki/output/base/simple-scalable-aws-kube-irsa-values/loki/templates/backend/statefulset-backend.yaml 2024-11-01 22:45:06.096166562 +0000 --- /home/runner/work/loki/loki/output/pr/simple-scalable-aws-kube-irsa-values/loki/templates/backend/statefulset-backend.yaml 2024-11-01 22:45:08.280192562 +0000 *************** *** 72,78 **** - name: sc-rules-volume mountPath: "/rules" - name: loki ! image: docker.io/grafana/enterprise-logs:3.1.1 imagePullPolicy: IfNotPresent args: - -config.file=/etc/loki/config/config.yaml --- 72,78 ---- - name: sc-rules-volume mountPath: "/rules" - name: loki ! image: docker.io/grafana/enterprise-logs:test imagePullPolicy: IfNotPresent args: - -config.file=/etc/loki/config/config.yaml ```
### Removed Files _No removed files_

trevorwhitney commented 2 weeks ago

this was a test