mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 16:28:36 +01:00
fix(xwiki): Verify against GPG key
This commit is contained in:
committed by
Thorsten Roßner
parent
fec0d1f26a
commit
a0d5fb8955
@@ -8,6 +8,8 @@ repositories:
|
|||||||
# XWiki
|
# XWiki
|
||||||
# Source: https://github.com/xwiki-contrib/xwiki-helm
|
# Source: https://github.com/xwiki-contrib/xwiki-helm
|
||||||
- name: "xwiki-repo"
|
- name: "xwiki-repo"
|
||||||
|
keyring: "../../files/gpg-pubkeys/xwiki-com.gpg"
|
||||||
|
verify: {{ .Values.charts.xwiki.verify }}
|
||||||
username: {{ env "OD_PRIVATE_REGISTRY_USERNAME" | quote }}
|
username: {{ env "OD_PRIVATE_REGISTRY_USERNAME" | quote }}
|
||||||
password: {{ env "OD_PRIVATE_REGISTRY_PASSWORD" | quote }}
|
password: {{ env "OD_PRIVATE_REGISTRY_PASSWORD" | quote }}
|
||||||
oci: true
|
oci: true
|
||||||
|
|||||||
Reference in New Issue
Block a user