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
Platform One
Big Bang
P
Packages
Developer Tools
sonarqube
Commits
9888ec73
Commit
9888ec73
authored
Mar 31, 2021
by
Branden Cobb
Browse files
Merge branch 'branden.cobb-main-patch-77491' into 'main'
initContainers Closes
#2
See merge request
!21
parents
e2896587
0f8ecacd
Pipeline
#206339
passed with stages
in 4 minutes and 33 seconds
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
CHANGELOG.md
CHANGELOG.md
+4
-0
chart/Chart.yaml
chart/Chart.yaml
+1
-1
chart/templates/deployment.yaml
chart/templates/deployment.yaml
+2
-0
No files found.
CHANGELOG.md
View file @
9888ec73
# Changelog
## 9.2.6-bb.6 - 2021-03-30
Modified initContainer logic
## 9.2.6-bb.5 - 2021-03-22
Fixed initContainer logic
...
...
chart/Chart.yaml
View file @
9888ec73
...
...
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion
:
8.6-community
name
:
sonarqube
description
:
SonarQube is an open sourced code quality scanning tool
version
:
9.2.6-bb.
5
version
:
9.2.6-bb.
6
keywords
:
-
coverage
-
security
...
...
chart/templates/deployment.yaml
View file @
9888ec73
...
...
@@ -58,6 +58,7 @@ spec:
imagePullSecrets
:
-
name
:
{{
.Values.image.pullSecret
}}
{{
- end
}}
{{
- if or .Values.caCerts .Values.initSysctl.enabled .Values.elasticsearch.configureNode .Values.plugins.install .Values.postgresql.enabled (and .Values.sonarProperties .Values.sonarSecretProperties)
}}
initContainers
:
{{
- if .Values.caCerts
}}
-
name
:
ca-certs
...
...
@@ -172,6 +173,7 @@ spec:
-
name
:
POSTGRES_HOST_AUTH_METHOD
value
:
"
trust"
{{
- end
}}
{{
- end
}}
{{
- if .Values.priorityClassName
}}
priorityClassName
:
{{
.Values.priorityClassName
}}
{{
- end
}}
...
...
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