Skip to content

Commit

Permalink
chore: update the promtail chart
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist committed Aug 21, 2024
1 parent b784a0a commit cc9fe0d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions helm/promtail-aggregator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: promtail
repository: https://grafana.github.io/helm-charts
version: 6.7.2
digest: sha256:b1f799a82746838cc89ab04d6961568de0dec39cca3ee0c182658dcd69a6cc7c
generated: "2023-01-03T16:04:21.652217541-08:00"
version: 6.16.4
digest: sha256:3e3b0f2a90cda3d817319d7f3fa5918e1f44a3caefec5e4c5d2efae9a5327b50
generated: "2024-08-21T11:44:32.689749951-07:00"
6 changes: 3 additions & 3 deletions helm/promtail-aggregator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: promtail
description: Helm chart for Grafana Promtail
type: application
appVersion: 0.1.0
version: 0.1.0
appVersion: 0.2.0
version: 0.2.0
dependencies:
- name: promtail
alias: promtail
version: 6.7.2
version: 6.16.4
repository: https://grafana.github.io/helm-charts
2 changes: 1 addition & 1 deletion helm/promtail-aggregator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ promtail:
image:
registry: docker.io
repository: grafana/promtail
tag: null
tag: ""
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
6 changes: 3 additions & 3 deletions helm/promtail-loki/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: promtail
repository: https://grafana.github.io/helm-charts
version: 6.7.2
digest: sha256:b1f799a82746838cc89ab04d6961568de0dec39cca3ee0c182658dcd69a6cc7c
generated: "2023-01-03T16:04:21.652217541-08:00"
version: 6.16.4
digest: sha256:3e3b0f2a90cda3d817319d7f3fa5918e1f44a3caefec5e4c5d2efae9a5327b50
generated: "2024-08-20T21:49:02.396706497-07:00"
6 changes: 3 additions & 3 deletions helm/promtail-loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: promtail
description: Helm chart for Grafana Promtail
type: application
appVersion: 0.1.0
version: 0.1.0
appVersion: 0.2.0
version: 0.2.0
dependencies:
- name: promtail
alias: promtail
version: 6.7.2
version: 6.16.4
repository: https://grafana.github.io/helm-charts
2 changes: 1 addition & 1 deletion helm/promtail-loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ promtail:
image:
registry: docker.io
repository: grafana/promtail
tag: null
tag: ""
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit cc9fe0d

Please sign in to comment.