mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 15:27:08 +08:00
[bitnami/harbor] Fix SCANNER_REDIS_URL for trivy-scanner (#4079)
* Fix SCANNER_REDIS_URL for trivy-scanner * Add older env vars for backwards compatibility
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: harbor
|
||||
version: 8.1.0
|
||||
version: 8.1.1
|
||||
appVersion: 2.1.0
|
||||
description: Harbor is an an open source trusted cloud native registry project that stores, signs, and scans content
|
||||
keywords:
|
||||
|
||||
@@ -14,6 +14,7 @@ metadata:
|
||||
type: Opaque
|
||||
data:
|
||||
SCANNER_TRIVY_GITHUB_TOKEN: {{ .Values.trivy.gitHubToken | default "" | b64enc | quote }}
|
||||
SCANNER_REDIS_URL: {{ include "harbor.redisForTrivyAdapter" . | b64enc }}
|
||||
SCANNER_STORE_REDIS_URL: {{ include "harbor.redisForTrivyAdapter" . | b64enc }}
|
||||
SCANNER_JOB_QUEUE_REDIS_URL: {{ include "harbor.redisForTrivyAdapter" . | b64enc }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user