feat(argo-cd): Add signature keys for GPG in additionalProjects (#1011)
* Add signature keys for GPG in additionalProjects Signed-off-by: Jakub Faber <jakub.faber@camabeh.dev> * Fix whitespace Signed-off-by: Jakub Faber <jakub.faber@camabeh.dev> * Fix lint - Newline at the end of file Signed-off-by: Jakub Faber <jakub.faber@camabeh.dev>
This commit is contained in:
parent
fc37802882
commit
9f2d1e5d30
3 changed files with 8 additions and 2 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.1.6
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 3.26.7
|
||||
version: 3.26.8
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
@ -21,4 +21,4 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Fixed]: Added Openshift Route values that were previously included in Route.yaml directives."
|
||||
- "[Added]: Signature keys for GPG in additionalProjects"
|
||||
|
|
|
@ -54,5 +54,9 @@ items:
|
|||
syncWindows:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .signatureKeys }}
|
||||
signatureKeys:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
|
@ -1153,6 +1153,8 @@ server:
|
|||
# applications:
|
||||
# - '*-prod'
|
||||
# manualSync: true
|
||||
# signatureKeys:
|
||||
# - keyID: ABCDEF1234567890
|
||||
|
||||
## Enable Admin ClusterRole resources.
|
||||
## Enable if you would like to grant rights to ArgoCD to deploy to the local Kubernetes cluster.
|
||||
|
|
Loading…
Reference in a new issue