feat: enabled digest pinning for helm-values manager

This commit is contained in:
Robert Kaussow 2023-03-21 15:06:06 +01:00
parent 657963d683
commit 3c8c70387a
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"fileMatch": ["flux/.+\\.ya?ml$"]
},
"helm-values": {
"fileMatch": ["flux/(.+/)patch(HelmRelease)\\.ya?ml$"]
"fileMatch": ["flux/(.+/)patch(HelmRelease)\\.ya?ml$"],
"pinDigests": true
},
"kubernetes": {
"fileMatch": ["flux/(.+/)patch(Deployment|Cluster)\\.ya?ml$"]