UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Update BB Base to 2.0.0

Merged Micah Nagel requested to merge bb-base-2 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -18,7 +18,7 @@
{
"fileMatch": ["^chart/values\\.yaml$"],
"matchStrings": [
"(repo|image_name)\\S*:\\s*(?<depName>\\S+).*\n\\s+(tag|image_version):\\s*(?<currentValue>.+)"
"(repo|image_name|repository)\\S*:\\s*(?<depName>\\S+).*\n\\s+(tag|image_version):\\s*(?<currentValue>.+)"
],
"datasourceTemplate": "docker"
},
Loading