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
6e56fd49
Commit
6e56fd49
authored
Aug 11, 2020
by
Karpagam Balan
Browse files
restructure
parent
12ca2f79
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
9 additions
and
19 deletions
+9
-19
CHANGELOG.md
CHANGELOG.md
+2
-0
Dockerfile
Dockerfile
+0
-0
README.md
README.md
+1
-1
build/Dockerfile.8.4
build/Dockerfile.8.4
+0
-17
deployment/integrations/istio/kustomization.yaml
deployment/integrations/istio/kustomization.yaml
+0
-0
deployment/integrations/istio/virtual-service.yaml
deployment/integrations/istio/virtual-service.yaml
+0
-0
deployment/integrations/rds/db-provisioner.yaml
deployment/integrations/rds/db-provisioner.yaml
+0
-0
deployment/integrations/rds/kustomization.yaml
deployment/integrations/rds/kustomization.yaml
+0
-0
deployment/manifests/all.yaml
deployment/manifests/all.yaml
+0
-0
deployment/manifests/kustomization.yaml
deployment/manifests/kustomization.yaml
+5
-0
deployment/manifests/namespace.yaml
deployment/manifests/namespace.yaml
+0
-0
deployment/manifests/sonar.properties
deployment/manifests/sonar.properties
+0
-0
deployment/manifests/values.yaml
deployment/manifests/values.yaml
+0
-0
docs/README.md
docs/README.md
+1
-1
No files found.
CHANGELOG.md
View file @
6e56fd49
...
...
@@ -9,3 +9,5 @@ upstream version 8.3-community [Version 8.3.1 (build 34397)]
Added logging instructions to docs 7/22/2020
Added auth-oidc plugin version 2.0.0
build/
Dockerfile
.8.3-community
→
Dockerfile
View file @
6e56fd49
File moved
README.md
View file @
6e56fd49
# Sonarqube 8.3 Community version [Version 8.3.1 (build 34397)]
# Sonarqube 8.3 Community version [Version 8.3.1 (build 34397)]
with auth-oidc 2.0.0 plugin
This repo contains manifests to deploy Sonarqube static code analysis tool into a Kubernetes cluster.
...
...
build/Dockerfile.8.4
deleted
100644 → 0
View file @
12ca2f79
FROM alpine AS fetcher
RUN apk add wget
WORKDIR /plugins
# Fetch oidc plugin
RUN wget https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.0.0/sonar-auth-oidc-plugin-2.0.0.jar
#
FROM sonarqube:8.4-community
# Fetch plugins and load into appropriate dir
ENV PLUGIN_DIR=/opt/sonarqube/extensions/plugins
# Fetch oidc plugin
COPY --from=fetcher /plugins/sonar-auth-oidc-plugin-2.0.0.jar ${PLUGIN_DIR}
deploy/integrations/istio/kustomization.yaml
→
deploy
ment
/integrations/istio/kustomization.yaml
View file @
6e56fd49
File moved
deploy/integrations/istio/virtual-service.yaml
→
deploy
ment
/integrations/istio/virtual-service.yaml
View file @
6e56fd49
File moved
deploy/integrations/rds/db-provisioner.yaml
→
deploy
ment
/integrations/rds/db-provisioner.yaml
View file @
6e56fd49
File moved
deploy/integrations/rds/kustomization.yaml
→
deploy
ment
/integrations/rds/kustomization.yaml
View file @
6e56fd49
File moved
deploy/all.yaml
→
deploy
ment/manifests
/all.yaml
View file @
6e56fd49
File moved
deploy/kustomization.yaml
→
deploy
ment/manifests
/kustomization.yaml
View file @
6e56fd49
...
...
@@ -12,3 +12,8 @@ configMapGenerator:
namespace
:
sonarqube
files
:
-
sonar.properties
images
:
-
name
:
registry.dsop.io/platform-one/apps/sonarqube:8.4-0.1.0
newName
:
registry.dsop.io/platform-one/apps/sonarqube-ib
newTag
:
8.3-community-ib-bb
deploy/namespace.yaml
→
deploy
ment/manifests
/namespace.yaml
View file @
6e56fd49
File moved
deploy/sonar.properties
→
deploy
ment/manifests
/sonar.properties
View file @
6e56fd49
File moved
deploy/values.yaml
→
deploy
ment/manifests
/values.yaml
View file @
6e56fd49
File moved
docs/README.md
View file @
6e56fd49
# Sonarqube 8.3 Community version [Version 8.3.1 (build 34397)]
# Sonarqube 8.3 Community version [Version 8.3.1 (build 34397)]
with auth oidc 2.0.0 plugin
This repo contains manifests to deploy Sonarqube static code analysis tool into a Kubernetes cluster.
...
...
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