UNCLASSIFIED

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: ...@@ -9,5 +9,5 @@ dependencies:
git: git:
repo: https://github.com/SonarSource/docker-sonarqube repo: https://github.com/SonarSource/docker-sonarqube
directory: /8/enterprise directory: /8/enterprise
ref: 8.9.1 ref: 8.9.2
updateStrategy: resource-merge updateStrategy: resource-merge
...@@ -37,7 +37,7 @@ labels: ...@@ -37,7 +37,7 @@ labels:
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
- url: "docker://docker.io/library/sonarqube@sha256:994d814de2a937b0f64220ee2ee06f59d80d319a3beae76d93b331a26d0026f6" - url: "docker://docker.io/library/sonarqube@sha256:4c04f59d607c2392c3a66ab605124e8af693fc402040b54a73cb40b80ced5c6e"
tag: "sonarqube:8.9-enterprise" tag: "sonarqube:8.9-enterprise"
# List of project maintainers # List of project maintainers
......
...@@ -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 ."
......
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