Skip to content

Commit

Permalink
SMAR-3017 changelog + helm doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridlah committed Dec 23, 2024
1 parent 7136b66 commit f491aa9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v0.8.9]

### Added

- Added palm feature

### Changed

- Version of SmartFace Platform to 4.29.0
- Version of SmartFace Station to 1.29

## [v0.8.8]

### Changed
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# smartface

![Version: 0.8.8](https://img.shields.io/badge/Version-0.8.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5_4.29.0](https://img.shields.io/badge/AppVersion-v5_4.29.0-informational?style=flat-square)


![Version: 0.8.8](https://img.shields.io/badge/Version-0.8.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5_4.29.0](https://img.shields.io/badge/AppVersion-v5_4.29.0-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

Expand Down Expand Up @@ -589,7 +591,7 @@ metadata:
| palmDetector.image.registry | string | `nil` | The Docker registry, overrides `global.image.registry` |
| palmDetector.image.repository | string | `"innovatrics/smartface/sf-palm-detector"` | Docker image repository |
| palmDetector.image.tag | string | `nil` | Overrides the image tag whose default is the chart's appVersion |
| palmDetector.name | string | `"palmDetector"` | |
| palmDetector.name | string | `"palm-detector"` | |
| palmDetector.nodeSelector | object | `{}` | |
| palmDetector.pdb.create | bool | `false` | create PodDisruptionBudget for detector component |
| palmDetector.pdb.maxUnavailable | string | `""` | |
Expand All @@ -608,7 +610,7 @@ metadata:
| palmExtractor.image.registry | string | `nil` | The Docker registry, overrides `global.image.registry` |
| palmExtractor.image.repository | string | `"innovatrics/smartface/sf-palm-extractor"` | Docker image repository |
| palmExtractor.image.tag | string | `nil` | Overrides the image tag whose default is the chart's appVersion |
| palmExtractor.name | string | `"palmExtractor"` | |
| palmExtractor.name | string | `"palm-extractor"` | |
| palmExtractor.nodeSelector | object | `{}` | |
| palmExtractor.pdb.create | bool | `false` | create PodDisruptionBudget for extractor component |
| palmExtractor.pdb.maxUnavailable | string | `""` | |
Expand Down
5 changes: 2 additions & 3 deletions templates/palms/palm-detector-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: "apps/v1"
kind: "Deployment"
metadata:
name: {{ $name | quote }}
labels:
labels:
{{ include "smartface.palmDetector.labels" . | nindent 4 }}
annotations:
{{- with .Values.annotations }}
Expand All @@ -24,7 +24,7 @@ spec:
{{- end }}
selector:
matchLabels:
{{- $selectorLabels | nindent 6 }}
{{- $selectorLabels | nindent 6 }}
template:
metadata:
annotations:
Expand Down Expand Up @@ -76,4 +76,3 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}

2 changes: 1 addition & 1 deletion templates/palms/palm-extractor-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: "apps/v1"
kind: "Deployment"
metadata:
name: {{ $name | quote }}
labels:
labels:
{{ include "smartface.palmExtractor.labels" . | nindent 4 }}
annotations:
{{- with .Values.annotations }}
Expand Down

0 comments on commit f491aa9

Please sign in to comment.