From 05739bc783b353096e8d93936b052ab1957c970e Mon Sep 17 00:00:00 2001 From: Egid Fertal Date: Thu, 15 Aug 2024 18:38:34 +0200 Subject: [PATCH] helm doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 097f74f..8ce45bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # smartface -![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5_4.26.0](https://img.shields.io/badge/AppVersion-v5_4.26.0-informational?style=flat-square) +![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5_4.27.0.6867-x64-dev](https://img.shields.io/badge/AppVersion-v5_4.27.0.6867--x64--dev-informational?style=flat-square) SmartFace is a Scalable Facial Recognition Server Platform Able to Process Multiple Real-Time Video Streams. Currently the helm chart supports edge stream and Lightweight Face Identification System (LFIS) deployments @@ -149,7 +149,7 @@ metadata: | accessController.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | accessController.image.registry | string | `nil` | The Docker registry, overrides `global.image.registry` | | accessController.image.repository | string | `"innovatrics/smartface/sf-access-controller"` | Docker image repository | -| accessController.image.tag | string | `"v5_1.12.0"` | Access Controller follows different versioning, so the chart app needs to be overridden | +| accessController.image.tag | string | `"v5_1.13.0.633-dev"` | Access Controller follows different versioning, so the chart app needs to be overridden | | accessController.mqttConfig.enabled | bool | `true` | | | accessController.mqttConfig.sendImageData | bool | `false` | | | accessController.mqttConfig.topic | string | `"edge-stream/{sourceId}/access-notifications/{notificationType}"` | | @@ -559,7 +559,7 @@ metadata: | station.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | station.image.registry | string | `nil` | The Docker registry, overrides `global.image.registry` | | station.image.repository | string | `"innovatrics/smartface/sf-station"` | Docker image repository | -| station.image.tag | string | `"v5_1.26.0"` | Smartface Station follows different versioning, so the chart app needs to be overridden | +| station.image.tag | string | `"v5_1.26.0.3849-dev"` | Smartface Station follows different versioning, so the chart app needs to be overridden | | station.name | string | `"station"` | | | station.nodeSelector | object | `{}` | | | station.podAnnotations | object | `{}` | Annotations for station pods |