UNCLASSIFIED

Commit 4e53e4f5 authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'development' into 'master'

master: bump 8.9.2

See merge request !66
parents bbd86463 7ee7016d
Pipeline #444208 failed with stages
in 1 minute and 15 seconds
...@@ -9,5 +9,5 @@ dependencies: ...@@ -9,5 +9,5 @@ dependencies:
git: git:
repo: https://github.com/SonarSource/docker-sonarqube repo: https://github.com/SonarSource/docker-sonarqube
directory: /8/community directory: /8/community
ref: 8.9.1 ref: 8.9.2
updateStrategy: resource-merge updateStrategy: resource-merge
...@@ -5,6 +5,22 @@ ...@@ -5,6 +5,22 @@
"baseBranches": [ "baseBranches": [
"development" "development"
], ],
"packageRules": [
{
"datasources": ["docker"],
"packageNames": ["sonarqube"],
"major": {
"enabled": false
}
},
{
"datasources": ["github-tags"],
"packageNames": ["SonarSource/docker-sonarqube"],
"major": {
"enabled": false
}
}
],
"postUpgradeTasks": { "postUpgradeTasks": {
"commands": [ "commands": [
"kpt pkg sync ." "kpt pkg sync ."
...@@ -70,4 +86,4 @@ ...@@ -70,4 +86,4 @@
"versioningTemplate": "docker" "versioningTemplate": "docker"
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment