Skip to content

Commit

Permalink
Merge pull request #39 from innovatrics/feature/release_2024-12-09
Browse files Browse the repository at this point in the history
Feature/release 2024 12 09
  • Loading branch information
FooRider authored Dec 10, 2024
2 parents 98e0791 + f55f36b commit 36911cd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v0.8.7]

### Changed

- Version of SmartFace Platform to 4.28.2
- Version of SmartFace Station to 1.28
- Version of Countly publisher to 45

## [v0.8.6]

### Added
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ maintainers:
- name: Innovatrics
url: https://www.innovatrics.com/

version: 0.8.6
version: 0.8.7

appVersion: "v5_4.28.1"
appVersion: "v5_4.28.2"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# smartface

![Version: 0.8.6](https://img.shields.io/badge/Version-0.8.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5_4.28.1](https://img.shields.io/badge/AppVersion-v5_4.28.1-informational?style=flat-square)
![Version: 0.8.7](https://img.shields.io/badge/Version-0.8.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5_4.28.2](https://img.shields.io/badge/AppVersion-v5_4.28.2-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 @@ -351,7 +351,7 @@ metadata:
| countlyPublisher.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
| countlyPublisher.image.registry | string | `nil` | The Docker registry, overrides `global.image.registry` |
| countlyPublisher.image.repository | string | `"innovatrics/smartface/sf-countly-publisher"` | Docker image repository |
| countlyPublisher.image.tag | string | `"31"` | Countly publisher follows different versioning, so the chart app needs to be overridden |
| countlyPublisher.image.tag | string | `"45"` | Countly publisher follows different versioning, so the chart app needs to be overridden |
| countlyPublisher.name | string | `"countly-publisher"` | |
| countlyPublisher.nodeSelector | object | `{}` | |
| countlyPublisher.podAnnotations | object | `{}` | Annotations for countlyPublisher pods |
Expand Down Expand Up @@ -652,7 +652,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.27.0"` | Smartface Station follows different versioning, so the chart app needs to be overridden |
| station.image.tag | string | `"v5_1.28.0"` | 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 |
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ station:
# -- Docker image repository
repository: innovatrics/smartface/sf-station
# -- Smartface Station follows different versioning, so the chart app needs to be overridden
tag: "v5_1.27.0"
tag: "v5_1.28.0"
# -- Overrides the image tag with an image digest
digest: null
# -- Docker image pull policy
Expand Down Expand Up @@ -1186,7 +1186,7 @@ countlyPublisher:
# -- Docker image repository
repository: innovatrics/smartface/sf-countly-publisher
# -- Countly publisher follows different versioning, so the chart app needs to be overridden
tag: "31"
tag: "45"
# -- Overrides the image tag with an image digest
digest: null
# -- Docker image pull policy
Expand Down

0 comments on commit 36911cd

Please sign in to comment.