Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/auth-tests
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
#	values.yaml
  • Loading branch information
blaskoa committed Jan 16, 2024
2 parents 77f1dc9 + 361e1f2 commit 28a13cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
- Changed default behavior for creating Authentication configuration. If you like to continue managing the previously created Authentication config map please use the `configurations.apiAuth.existingConfigMapName` field. Otherwise the ConfigMap will be managed by the helm chart using the values provided in `configurations.apiAuth`
- This change also includes renaming previous field `configurations.apiAuth.configName` -> `configurations.apiAuth.existingConfigMapName`

## [v0.5.2]

### Changed
- Bumped version of SmartFace Platform to 4.24

## [v0.5.1]

### Changed
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.5.1
version: 0.5.2

appVersion: "v5_4.23.0"
appVersion: "v5_4.24.0"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# smartface

![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5_4.23.0](https://img.shields.io/badge/AppVersion-v5_4.23.0-informational?style=flat-square)
![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5_4.24.0](https://img.shields.io/badge/AppVersion-v5_4.24.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 @@ -550,7 +550,7 @@ metadata:
| tests.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
| tests.image.registry | string | `nil` | The Docker registry, overrides `global.image.registry` |
| tests.image.repository | string | `"innovatrics/smartface/sf-cloud-func-tests"` | Docker image repository |
| tests.image.tag | string | `"v5_4.23.0.5379-dev"` | Countly publisher follows different versioning, so the chart app needs to be overridden |
| tests.image.tag | string | `nil` | Countly publisher follows different versioning, so the chart app needs to be overridden |
| tests.nodeSelector | object | `{}` | |
| tests.podAnnotations | object | `{}` | Annotations for test pods |
| tests.podLabels | object | `{}` | Additional labels for test pods |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ tests:
# -- Docker image repository
repository: innovatrics/smartface/sf-cloud-func-tests
# -- Countly publisher follows different versioning, so the chart app needs to be overridden
tag: "v5_4.23.0.5379-dev"
tag: null
# -- Overrides the image tag with an image digest
digest: null
# -- Docker image pull policy
Expand Down

0 comments on commit 28a13cc

Please sign in to comment.