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

fix(deps): Update Helm release promtail to v6.16.2 #446

Merged
merged 2 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/cloudquery/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.15.5
digest: sha256:074460602675234ab54c8d924ec49cf5c2ec3499b79aa86baf8827e10ef91b6f
generated: "2024-02-01T00:23:46.517264201Z"
version: 6.16.2
digest: sha256:b8efb9bfe8999d2b6dfd8d63d52b80dff99a85b92fd0d2ba6fb13a95928c2099
generated: "2024-07-01T00:41:26.399200826Z"
4 changes: 2 additions & 2 deletions charts/cloudquery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maintainers:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 33.0.0
version: 33.0.1

# -- This is the version number of the application being deployed.This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -37,6 +37,6 @@ annotations:

dependencies:
- name: promtail
version: 6.15.5
version: 6.16.2
repository: https://grafana.github.io/helm-charts
condition: promtail.enabled
4 changes: 2 additions & 2 deletions charts/cloudquery/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cloudquery

![Version: 33.0.0](https://img.shields.io/badge/Version-33.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.3](https://img.shields.io/badge/AppVersion-5.3-informational?style=flat-square)
![Version: 33.0.1](https://img.shields.io/badge/Version-33.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.3](https://img.shields.io/badge/AppVersion-5.3-informational?style=flat-square)

Open source high performance data integration platform designed for security and infrastructure teams.

Expand All @@ -22,7 +22,7 @@ Kubernetes: `^1.8.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://grafana.github.io/helm-charts | promtail | 6.15.5 |
| https://grafana.github.io/helm-charts | promtail | 6.16.2 |

## Values

Expand Down