UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 377017ac authored by Michael McLeroy's avatar Michael McLeroy
Browse files

fix: values.yaml ref

parent 170f868f
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": [ "fileMatch": [
"^values.yaml$" "^values\\.yaml$"
], ],
"matchStrings": [ "matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"" "org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\""
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
}, },
{ {
"fileMatch": [ "fileMatch": [
"^values.yaml$" "^values\\.yaml$"
], ],
"matchStrings": [ "matchStrings": [
"tags:\\s+-\\s+\"(?<currentValue>.+?)\"" "tags:\\s+-\\s+\"(?<currentValue>.+?)\""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment