-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
365e52d
commit 63771be
Showing
4 changed files
with
85 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Changes in version 0.2.0 | ||
|
||
### New Features | ||
|
||
* allow setting repo options through values (Mårten Svantesson) | ||
|
||
### Bug Fixes | ||
|
||
* resources for pull requests (Mårten Svantesson) | ||
* OWNERS and OWNERS_ALIASES (Mårten Svantesson) | ||
|
||
### Chores | ||
|
||
* test allow setting repo options through values (Mårten Svantesson) | ||
* migrate to jx3 preview (Mårten Svantesson) | ||
* deploy preview for pull requests (Mårten Svantesson) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,63 @@ | ||
# Chart for bucketrepo service | ||
# bucketrepo | ||
|
||
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) | ||
|
||
A Helm chart for bucketrepo service | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| config.auth.password | string | `""` | | | ||
| config.auth.username | string | `""` | | | ||
| config.cache.dir | string | `"/tmp/bucketrepo"` | | | ||
| config.charts.path | string | `"charts"` | | | ||
| config.path | string | `"/config"` | | | ||
| config.repositories.central | string | `"https://repo.maven.org/maven2"` | | | ||
| config.repositories.central1 | string | `"https://repo1.maven.org/maven2"` | | | ||
| config.repositories.gradle | string | `"https://services.gradle.org/distributions/"` | | | ||
| config.repositories.gradlem2 | string | `"https://plugins.gradle.org/m2/"` | | | ||
| config.repositories.jenkins-public | string | `"https://repo.jenkins-ci.org/public/"` | | | ||
| config.repositories.jenkins-releases | string | `"https://repo.jenkins-ci.org/releases/"` | | | ||
| config.repositories.jitpack | string | `"https://jitpack.io/"` | | | ||
| config.repositories.npm | string | `"https://registry.npmjs.org/"` | | | ||
| config.repositories.spring-milestone | string | `"https://repo.spring.io/milestone/"` | | | ||
| config.repositories.spring-releases | string | `"https://repo.spring.io/release/"` | | | ||
| config.repositories.uk | string | `"http://uk.maven.org/maven2/"` | | | ||
| config.storage.bucketUrl | string | `""` | | | ||
| env | object | `{}` | | | ||
| envSecrets | object | `{}` | | | ||
| extraConfig | object | `{}` | | | ||
| image.pullPolicy | string | `"IfNotPresent"` | | | ||
| image.repo | string | `"ghcr.io/jenkins-x/bucketrepo"` | | | ||
| image.tag | string | `"latest"` | | | ||
| jxRequirements.cluster.clusterName | string | `""` | | | ||
| jxRequirements.cluster.project | string | `""` | | | ||
| jxRequirements.cluster.provider | string | `""` | | | ||
| livenessProbe.initialDelaySeconds | int | `60` | | | ||
| livenessProbe.periodSeconds | int | `10` | | | ||
| livenessProbe.successThreshold | int | `1` | | | ||
| livenessProbe.timeoutSeconds | int | `1` | | | ||
| logLevel | string | `"info"` | | | ||
| probePath | string | `"/healthz"` | | | ||
| readinessProbe.periodSeconds | int | `10` | | | ||
| readinessProbe.successThreshold | int | `1` | | | ||
| readinessProbe.timeoutSeconds | int | `1` | | | ||
| replicaCount | int | `1` | | | ||
| resources.limits.cpu | string | `"100m"` | | | ||
| resources.limits.memory | string | `"256Mi"` | | | ||
| resources.requests.cpu | string | `"80m"` | | | ||
| resources.requests.memory | string | `"128Mi"` | | | ||
| secrets.adminUser.password | string | `""` | | | ||
| secrets.adminUser.username | string | `"admin"` | | | ||
| service.annotations."fabric8.io/expose" | string | `"true"` | | | ||
| service.annotations."fabric8.io/ingress.annotations" | string | `"kubernetes.io/ingress.class: nginx"` | | | ||
| service.externalPort | int | `80` | | | ||
| service.internalPort | int | `8080` | | | ||
| service.name | string | `"bucketrepo"` | | | ||
| service.type | string | `"ClusterIP"` | | | ||
| serviceaccount.enabled | bool | `true` | | | ||
| terminationGracePeriodSeconds | int | `10` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters