Skip to content

Commit 1a7bef4

Browse files
Merge pull request #14 from Linkurious/develop
Release 0.0.13 [ci:run]
2 parents 905e2f3 + 16e70aa commit 1a7bef4

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.12
2+
current_version = 0.0.13
33
commit = False
44
tag = False
55
serialize =

.github/renovate.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,20 @@
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
}

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.12
1+
0.0.13

Jenkinsfile.devops-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/linkurious-entity-resolution/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/linkurious-entity-resolution/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@ metrics:
192192
honorLabels: true
193193
mariadb:
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

0 commit comments

Comments
 (0)