Skip to content

Commit

Permalink
[performance-monitor] Release for version 7.0 (#430)
Browse files Browse the repository at this point in the history
Co-authored-by: Jozef Volak <[email protected]>
Co-authored-by: JumasJM <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent dab0452 commit 4044328
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
12 changes: 6 additions & 6 deletions charts/performance-monitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: performance-monitor
description: FRINX Performance Monitor chart for FRINX-machine
icon: https://avatars.githubusercontent.com/u/23452093?s=200&v=4
type: application
version: 0.1.5
appVersion: "6.0.2"
version: 2.0.0
appVersion: "7.0.1"
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -21,10 +21,10 @@ maintainers:
annotations:
artifacthub.io/images: |
- name: performance-monitor
image: frinx/performance-monitor:6.0.2
image: frinx/performance-monitor:7.0.1
artifacthub.io/changes: |
- kind: fixed
description: performance-monitor db_ready checks are performed using custom utilities image
- kind: changed
description: update for 7.0 release
links:
- name: GitHub PR
url: https://github.com/FRINXio/helm-charts/pull/408
url: https://github.com/FRINXio/helm-charts/pull/430
6 changes: 2 additions & 4 deletions charts/performance-monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FRINX Performance Monitor chart for FRINX-machine

![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square)
![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.1](https://img.shields.io/badge/AppVersion-7.0.1-informational?style=flat-square)

## Get Repo Info

Expand Down Expand Up @@ -50,7 +50,7 @@ helm uninstall [RELEASE_NAME]
| dbPersistence.POSTGRES_PORT | int | `5432` | Database port |
| dbPersistence.POSTGRES_USERNAME | string | `"postgresU"` | Database username. Exposed when existing dbPersistence.existingSecret.secretName is empty |
| dbPersistence.existingSecret | object | `{"postgresPasswordKey":null,"postgresUsernameKey":null}` | Existing database credentials |
| env | object | `{"PM_KAFKA__BOOTSTRAP_SERVERS":"[\"kafka:9092\"]","PM_KAFKA__TOPICS__DEVICE_INVENTORY_TOPIC":"device-inventory"}` | Application environment variables |
| env | object | `{"PM_KAFKA__BOOTSTRAP_SERVERS":"[\"kafka:9092\"]","PM_KAFKA__TOPICS__DEVICE_INVENTORY_TOPIC":"device-inventory","PM_KAFKA__TOPICS__METRICS_TOPICS":"[\"gnmi-notifications\", \"workflow-notifications\"]"}` | Application environment variables |
| fullnameOverride | string | `""` | String to partially override app name |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"frinx/performance-monitor"` | Performance Monitor image repository |
Expand Down Expand Up @@ -90,5 +90,3 @@ helm uninstall [RELEASE_NAME]
| volumeMounts | list | `[]` | Additional volumeMounts on the output Deployment definition. |
| volumes | list | `[]` | Additional volumes on the output Deployment definition. |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
3 changes: 2 additions & 1 deletion charts/performance-monitor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ initContainersUrl:
# -- Application environment variables
env:
# @ignored
PM_KAFKA__TOPICS__GNMI_NOTIFICATIONS_TOPIC: gnmi-notifications
PM_KAFKA__TOPICS__UNIFIED_METRICS_TOPIC: unified-metrics
PM_KAFKA__TOPICS__METRICS_TOPICS: '["gnmi-notifications", "workflow-notifications"]'
PM_KAFKA__TOPICS__DEVICE_INVENTORY_TOPIC: device-inventory
PM_KAFKA__BOOTSTRAP_SERVERS: '["kafka:9092"]'

0 comments on commit 4044328

Please sign in to comment.