File tree Expand file tree Collapse file tree 6 files changed +24
-5
lines changed
charts/linkurious-entity-resolution Expand file tree Collapse file tree 6 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.12
2+ current_version = 0.0.13
33commit = False
44tag = False
55serialize =
Original file line number Diff line number Diff line change 55 " local>Linkurious/renovate-config:meta" ,
66 " customManagers:dockerfileVersions"
77 ],
8- "baseBranches " : [
8+ "baseBranchPatterns " : [
99 " develop"
10+ ],
11+ "packageRules" : [
12+ {
13+ "matchManagers" : [
14+ " helmv3"
15+ ],
16+ "additionalBranchPrefix" : " {{packageFileDir}}-" ,
17+ "commitMessageSuffix" : " {{packageFileDir}}-" ,
18+ "bumpVersion" : null ,
19+ "matchPackageNames" : [
20+ " /.*/"
21+ ]
22+ }
1023 ]
1124}
Original file line number Diff line number Diff line change 1- 0.0.12
1+ 0.0.13
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ lkeSubReleaseJob {
55 projectName = "linkurious/docker-linkurious-entity-resolution"
66
77 releaseType = 'docker'
8- reviewers = "Linkurious/devops "
8+ reviewers = "Linkurious/devopschapter "
99
1010 runAssetWaiter = true
1111
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.0.12
18+ version : 0.0.13
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -192,6 +192,12 @@ metrics:
192192 honorLabels : true
193193mariadb :
194194 enabled : false
195+ image :
196+ registry : docker.io
197+ repository : bitnamilegacy/mariadb
198+ global :
199+ security :
200+ allowInsecureImages : true
195201
196202 auth :
197203 database : linkurious
You can’t perform that action at this time.
0 commit comments