Skip to content

Commit

Permalink
chore(deps): update ghcr.io/coroot/coroot-node-agent docker tag to v1…
Browse files Browse the repository at this point in the history
….6.4 (#99)

* chore(deps): update ghcr.io/coroot/coroot-node-agent docker tag to v1.6.4

* [coroot-node-agent] bump to 0.5.0

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Lex Rivera <[email protected]>
  • Loading branch information
3 people authored Feb 24, 2023
1 parent acb5d51 commit 6809dd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/coroot-node-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# 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: 0.4.0
version: 0.5.0

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 1.4.0
appVersion: 1.6.4
4 changes: 2 additions & 2 deletions charts/coroot-node-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coroot-node-agent

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.4](https://img.shields.io/badge/AppVersion-1.6.4-informational?style=flat-square)

A Prometheus exporter based on eBPF that gathers comprehensive container metrics

Expand All @@ -12,7 +12,7 @@ A Prometheus exporter based on eBPF that gathers comprehensive container metrics
| fullnameOverride | string | `""` | Overrides helm-generated chart fullname |
| image.pullPolicy | string | `"IfNotPresent"` | Overrides pull policy |
| image.repository | string | `"ghcr.io/coroot/coroot-node-agent"` | Overrides the image repository |
| image.tag | string | `"1.4.0"` | Overrides the image tag |
| image.tag | string | `"1.6.4"` | Overrides the image tag |
| imagePullSecrets | list | `[]` | specifies pull secrets for image repository |
| nameOverride | string | `""` | overrides chart name |
| nodeSelector | object | `{}` | node selector for scheduling pods |
Expand Down
2 changes: 1 addition & 1 deletion charts/coroot-node-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
# -- Overrides pull policy
pullPolicy: IfNotPresent
# -- Overrides the image tag
tag: "1.4.0"
tag: "1.6.4"

# -- specifies pull secrets for image repository
imagePullSecrets: []
Expand Down

0 comments on commit 6809dd0

Please sign in to comment.