Skip to content

Commit

Permalink
upgraded to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayaggarwal committed Dec 19, 2023
1 parent 11b4a78 commit d58b11c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/cubeapm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
6 changes: 3 additions & 3 deletions charts/cubeapm/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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. |
Expand All @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions charts/cubeapm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resources: {}
image:
registry: docker.io
repository: cubeapm/cubeapm
tag: v1.7.0
tag: v1.8.0
pullPolicy: IfNotPresent

configVars:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d58b11c

Please sign in to comment.