Skip to content
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: release loki helm chart 6.19.0 #14737

Closed
wants to merge 1 commit into from

Conversation

enterprise-logs-app[bot]
Copy link

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

@enterprise-logs-app enterprise-logs-app bot requested a review from a team as a code owner November 1, 2024 22:44
@github-actions github-actions bot added area/helm type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories labels Nov 1, 2024
Copy link
Contributor

github-actions bot commented Nov 1, 2024

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
*** /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
*** /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
*** /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
*** /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
*** /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
*** /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
Copy link
Collaborator

this was a test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm helm size/S type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant