From d58b11c0835e1ff9295213bcbfbd909d42596bf8 Mon Sep 17 00:00:00 2001 From: Vijay Aggarwal Date: Tue, 19 Dec 2023 19:06:15 +0530 Subject: [PATCH] upgraded to v1.8.0 --- charts/cubeapm/Chart.yaml | 4 ++-- charts/cubeapm/README.md | 6 +++--- charts/cubeapm/values.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/cubeapm/Chart.yaml b/charts/cubeapm/Chart.yaml index 55a960c..b964d7f 100644 --- a/charts/cubeapm/Chart.yaml +++ b/charts/cubeapm/Chart.yaml @@ -22,12 +22,12 @@ 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: 1.7.0 +version: 1.8.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: "v1.7.0" +appVersion: "v1.8.0" dependencies: [] diff --git a/charts/cubeapm/README.md b/charts/cubeapm/README.md index 5a75182..596da7a 100644 --- a/charts/cubeapm/README.md +++ b/charts/cubeapm/README.md @@ -1,6 +1,6 @@ # CubeAPM -![Version: 1.7.0](https://img.shields.io/badge/Version-1.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.7.0](https://img.shields.io/badge/AppVersion-v1.7.0-informational?style=flat-square) +![Version: 1.8.0](https://img.shields.io/badge/Version-1.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.8.0](https://img.shields.io/badge/AppVersion-v1.8.0-informational?style=flat-square) CubeAPM - Application Performance Monitoring @@ -39,7 +39,7 @@ CubeAPM - Application Performance Monitoring | configVars.auth.sysAdmins | string | `""` | Comma separated list of email ids of users to be given sysadmin privilege. | | configVars.baseUrl | string | `"https://cubeapm.yourdomain.com"` | [Required] URL used by users to access Cube APM. This is used to generate URLs in emails and alerts. If you use reverse proxy and sub path specify full url (with sub path). Examples: http://cube.yourdomain.com, https://yourdomain.com/cube, http://10.0.0.1:3125 | | configVars.database.url | string | `""` | [Required] URL of database for storing config data (settings, dashboards, etc.) Example: mysql://<username>:<password>@tcp(<host>:3306)/<db_name> postgres://<username>:<password>@<host>:5432/<db_name>?sslmode=disable | -| configVars.files.retention | string | `"720h"` | Static files (e.g. graph images for alerts) retention period | +| configVars.files.retention | string | `"720h"` | [Deprecated] Static files (e.g. graph images for alerts) retention period | | configVars.logLevel | string | `"warn"` | Minimal allowed log Level. Supported values are debug, info, warn, and error. | | configVars.metrics.customLabelsConfigFile | object | `{}` | Config for extending CubeAPM metrics with custom labels. See `values.yaml` for an example. | | configVars.metrics.retention | string | `"720h"` | Metrics retention period. Must be between 24h0m0s and 1440h0m0s. | @@ -60,7 +60,7 @@ CubeAPM - Application Performance Monitoring | image.pullPolicy | string | `"IfNotPresent"` | | | image.registry | string | `"docker.io"` | | | image.repository | string | `"cubeapm/cubeapm"` | | -| image.tag | string | `"v1.7.0"` | | +| image.tag | string | `"v1.8.0"` | | | imagePullSecrets | list | `[]` | Image Registry Secret Names for all CubeAPM components. If global.imagePullSecrets is set as well, it will be merged. | | ingress.annotations | object | `{}` | Annotations to CubeAPM Ingress | | ingress.className | string | `""` | Ingress Class Name to be used to identify ingress controllers | diff --git a/charts/cubeapm/values.yaml b/charts/cubeapm/values.yaml index eb5353e..c55a713 100644 --- a/charts/cubeapm/values.yaml +++ b/charts/cubeapm/values.yaml @@ -53,7 +53,7 @@ resources: {} image: registry: docker.io repository: cubeapm/cubeapm - tag: v1.7.0 + tag: v1.8.0 pullPolicy: IfNotPresent configVars: @@ -141,7 +141,7 @@ configVars: sysAdmins: "" files: - # -- Static files (e.g. graph images for alerts) retention period + # -- [Deprecated] Static files (e.g. graph images for alerts) retention period retention: 720h metrics: