Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpe authored Apr 4, 2020
2 parents 6f65d98 + fe389cb commit 29dbb74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: sonarqube
description: SonarQube is an open sourced code quality scanning tool
version: 5.2.0
version: 5.2.1
appVersion: 8.2-community
keywords:
- coverage
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
| `plugins.initVolumesContainerImage` | Change init volumes container image | `busybox:1.31` |
| `plugins.initCertsContainerImage` | Change init ca certs container image | `adoptopenjdk/openjdk11:alpine` |
| `plugins.initTestContainerImage` | Change init test container image | `dduportal/bats:0.4.0` |
| `plugins.deleteDefaultPlugins` | Remove default plugins and use plugins.install list | `[]` |
| `plugins.deleteDefaultPlugins` | Remove default plugins and use plugins.install list | false |
| `plugins.httpProxy` | For use behind a corporate proxy when downloading plugins | "" |
| `plugins.httpsProxy` | For use behind a corporate proxy when downloading plugins | "" |
| `podLabels` | Map of labels to add to the pods | `{}` |
Expand Down
4 changes: 2 additions & 2 deletions charts/sonatype-nexus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The following table lists the configurable parameters of the Nexus chart and the
| `persistence.storageClass` | Storage class of Nexus PVC | `nil` |
| `persistence.storageSize` | Size of Nexus data volume | `8Gi` |
| `persistence.annotations` | Persistent Volume annotations | `{}` |
| `persistence.existingClaim` | Existing persistent volume name | `nil` |
| `persistence.existingClaim` | Existing PVC name | `nil` |
| `nexusBackup.enabled` | Nexus backup process | `false` |
| `nexusBackup.imageName` | Nexus backup image | `quay.io/travelaudience/docker-nexus-backup` |
| `nexusBackup.imageTag` | Nexus backup image version | `1.5.0` |
Expand All @@ -122,7 +122,7 @@ The following table lists the configurable parameters of the Nexus chart and the
| `nexusBackup.persistence.storageClass` | Storage class of Nexus backup PVC | `nil` |
| `nexusBackup.persistence.storageSize` | Size of Nexus backup data volume | `8Gi` |
| `nexusBackup.persistence.annotations` | PV annotations for backup | `{}` |
| `nexusBackup.persistence.existingClaim` | Existing PV name for backup | `nil` |
| `nexusBackup.persistence.existingClaim` | Existing PVC name for backup | `nil` |
| `nexusBackup.resources` | Backup resource requests and limits | `{}` |
| `ingress.enabled` | Create an ingress for Nexus | `true` |
| `ingress.annotations` | Annotations to enhance ingress configuration | `{}` |
Expand Down

0 comments on commit 29dbb74

Please sign in to comment.