UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 40adaee3 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch '114-gitlab-exporter-image-is-missing-from-the-latest-image-txt' into 'main'

SKIP UPDATE CHECK: Resolve "Gitlab-Exporter image is missing from the latest image.txt"

Closes #114

See merge request platform-one/big-bang/apps/developer-tools/gitlab!104
parents a4a123fe 99f52acb
No related branches found
No related tags found
1 merge request!104SKIP UPDATE CHECK: Resolve "Gitlab-Exporter image is missing from the latest image.txt"
Pipeline #580518 passed with warnings
......@@ -2,7 +2,7 @@
"baseBranches": ["main"],
"configWarningReuseIssue": false,
"dependencyDashboard": true,
"dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
"dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies. \n - [ ] Update synker file in bigbang with gitlab-exporter version. ",
"dependencyDashboardTitle": "Renovate: Upgrade Gitlab Dependencies",
"draftPR": true,
"enabledManagers": ["helm-values", "regex"],
......@@ -38,6 +38,15 @@
],
"datasourceTemplate": "docker",
"versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
},
{
"fileMatch": ["^tests/images\\.txt$"],
"matchStrings": [
"registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter:(?<currentValue>.+)"
],
"depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter",
"datasourceTemplate": "docker",
"registryUrlTemplate": "https://registry1.dso.mil"
}
],
"separateMajorMinor": false
......
registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter:14.3.1
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