UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
S
SonarSource
sonarqube
sonarqube8-enterprise
Commits
cbc0ec6a
Commit
cbc0ec6a
authored
Aug 26, 2021
by
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
Changes
3
Pipelines
12
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
Kptfile
Kptfile
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+1
-1
renovate.json
renovate.json
+16
-0
No files found.
Kptfile
View file @
cbc0ec6a
...
@@ -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
hardening_manifest.yaml
View file @
cbc0ec6a
...
@@ -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
...
...
renovate.json
View file @
cbc0ec6a
...
@@ -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 ."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment