From 2fb8a0a3457668b953717e468ce3ecb74442c143 Mon Sep 17 00:00:00 2001 From: rlex-bot <67213046+rlex-bot@users.noreply.github.com> Date: Wed, 24 May 2023 13:31:39 +0300 Subject: [PATCH] chore(deps): update ghcr.io/coroot/coroot docker tag to v0.17.0 (#115) * chore(deps): update ghcr.io/coroot/coroot docker tag to v0.17.0 * [coroot] bump to 0.12.0 --------- Co-authored-by: Renovate Bot Co-authored-by: Lex Rivera --- charts/coroot/Chart.yaml | 4 ++-- charts/coroot/README.md | 4 ++-- charts/coroot/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/coroot/Chart.yaml b/charts/coroot/Chart.yaml index cec4d2d8b..438bfb8a4 100644 --- a/charts/coroot/Chart.yaml +++ b/charts/coroot/Chart.yaml @@ -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.11.0 +version: 0.12.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: 0.14.9 +appVersion: 0.17.0 diff --git a/charts/coroot/README.md b/charts/coroot/README.md index fdb8aaee4..483de9b59 100644 --- a/charts/coroot/README.md +++ b/charts/coroot/README.md @@ -1,6 +1,6 @@ # coroot -![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.9](https://img.shields.io/badge/AppVersion-0.14.9-informational?style=flat-square) +![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.17.0](https://img.shields.io/badge/AppVersion-0.17.0-informational?style=flat-square) A monitoring and troubleshooting tool for microservice architectures. @@ -12,7 +12,7 @@ A monitoring and troubleshooting tool for microservice architectures. | fullnameOverride | string | `""` | Overrides helm-generated chart fullname | | image.pullPolicy | string | `"IfNotPresent"` | Overrides pullpolicy | | image.repository | string | `"ghcr.io/coroot/coroot"` | Overrides the image repository | -| image.tag | string | `"0.14.9"` | Overrides the image tag | +| image.tag | string | `"0.17.0"` | Overrides the image tag | | imagePullSecrets | list | `[]` | specifies pull secrets for image repository | | ingress.annotations | object | `{}` | additional annotations for ingress | | ingress.className | string | `""` | specifies ingress class name (ie nginx) | diff --git a/charts/coroot/values.yaml b/charts/coroot/values.yaml index ca909212f..d572577e4 100644 --- a/charts/coroot/values.yaml +++ b/charts/coroot/values.yaml @@ -10,7 +10,7 @@ image: # -- Overrides pullpolicy pullPolicy: IfNotPresent # -- Overrides the image tag - tag: "0.14.9" + tag: "0.17.0" # -- specifies pull secrets for image repository imagePullSecrets: []