Skip to content

Commit

Permalink
Merge pull request #24 from regulaforensics/faceapi-release
Browse files Browse the repository at this point in the history
Faceapi release
  • Loading branch information
AndreiPaulau authored Jan 4, 2024
2 parents 62e13ce + 6119733 commit ea99ab3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/faceapi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: v2
name: faceapi
home: https://faceapi.regulaforensics.com/
version: 1.0.0
version: 1.0.1
appVersion: nightly
description: Face Recognition Service. On-premise and cloud integration
icon: https://secure.gravatar.com/avatar/71a5efd69d82e444129ad18f51224bbb.jpg
Expand Down
1 change: 1 addition & 0 deletions charts/faceapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ The command removes all the Kubernetes components associated with the chart and
| `storage.type` | Global storage type. Possible values: `fs`, `s3`, `gcs`, `az` | `fs` |
| `storage.s3.accessKey` | S3 Access Key | `""` |
| `storage.s3.accessSecret` | S3 Secret Access Key | `""` |
| `storage.s3.endpoint` | S3 endpoint | `"https://s3.amazonaws.com"` |
| `storage.s3.region` | S3 region | `"eu-central-1"` |
| `storage.s3.secure` | Secure connection | `"true"` |
| `storage.s3.endpoint` | Enpoint to the S3 compatible storage | `""` |
Expand Down
1 change: 1 addition & 0 deletions charts/faceapi/templates/config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ service:
accessKey: {{ .Values.storage.s3.accessKey }}
accessSecret: {{ .Values.storage.s3.accessSecret }}
{{- end }}
endpoint: {{ default "https://s3.amazonaws.com" .Values.storage.s3.endpoint }}
region: {{ default "eu-central-1" .Values.storage.s3.region }}
secure: {{ default "true" .Values.storage.s3.secure }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions charts/faceapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ storage:
# s3:
# accessKey: <AWS_ACCESS_KEY_ID>
# accessSecret: <AWS_SECRET_ACCESS_KEY>
# endpoint: "https://s3.amazonaws.com"
# region: "eu-central-1"
# secure: true
# # awsCredentialsSecretName overrides storage.s3.accessKey/s3.accessSecret values
Expand Down

0 comments on commit ea99ab3

Please sign in to comment.