UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit cbc0ec6a authored by riveraj's avatar riveraj
Browse files

Merge branch 'development' into 'master'

Development to Master

See merge request !66
parents 20be7689 a98f8927
Pipeline #456834 failed with stages
in 41 seconds
......@@ -9,5 +9,5 @@ dependencies:
git:
repo: https://github.com/SonarSource/docker-sonarqube
directory: /8/enterprise
ref: 8.9.1
ref: 8.9.2
updateStrategy: resource-merge
......@@ -37,7 +37,7 @@ labels:
# List of resources to make available to the offline build context
resources:
- url: "docker://docker.io/library/sonarqube@sha256:994d814de2a937b0f64220ee2ee06f59d80d319a3beae76d93b331a26d0026f6"
- url: "docker://docker.io/library/sonarqube@sha256:4c04f59d607c2392c3a66ab605124e8af693fc402040b54a73cb40b80ced5c6e"
tag: "sonarqube:8.9-enterprise"
# List of project maintainers
......
......@@ -5,6 +5,22 @@
"baseBranches": [
"development"
],
"packageRules": [
{
"datasources": ["docker"],
"packageNames": ["sonarqube"],
"major": {
"enabled": false
}
},
{
"datasources": ["github-tags"],
"packageNames": ["SonarSource/docker-sonarqube"],
"major": {
"enabled": false
}
}
],
"postUpgradeTasks": {
"commands": [
"kpt pkg sync ."
......
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