7 Commits
0.7.3 ... 0.7.5

Author SHA1 Message Date
608605320e chore(deps): update dependency drone to v2.15.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-10-28 11:41:14 +02:00
12db483afe chore(deps): update dependency docker.io/volkerraschek/helm to v3.10.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-10-16 13:11:32 +02:00
0370c865c4 chore(deps): update dependency drone to v2.13.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-09-21 22:02:26 +02:00
548e37f758 chore(deps): update dependency docker.io/volkerraschek/helm to v3.10.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-09-21 21:51:49 +02:00
aae4092f7b fix: keywords
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-10 20:27:31 +02:00
c93bc34fc7 doc(README): customization
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-10 20:24:44 +02:00
ac72d688ea style: correct indention
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-10 20:04:37 +02:00
4 changed files with 27 additions and 21 deletions

View File

@ -11,7 +11,7 @@ steps:
- name: helm lint - name: helm lint
commands: commands:
- helm lint - helm lint
image: docker.io/volkerraschek/helm:3.9.4 image: docker.io/volkerraschek/helm:3.10.1
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -29,7 +29,7 @@ steps:
- name: helm template - name: helm template
commands: commands:
- helm template . - helm template .
image: docker.io/volkerraschek/helm:3.9.4 image: docker.io/volkerraschek/helm:3.10.1
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -81,7 +81,7 @@ steps:
from_secret: helm_repo_password from_secret: helm_repo_password
HELM_REPO_USERNAME: HELM_REPO_USERNAME:
from_secret: helm_repo_username from_secret: helm_repo_username
image: docker.io/volkerraschek/helm:3.9.4 image: docker.io/volkerraschek/helm:3.10.1
resources: resources:
limits: limits:
cpu: 150 cpu: 150

View File

@ -3,15 +3,16 @@ name: drone
description: Drone Helm chart for Kubernetes description: Drone Helm chart for Kubernetes
type: application type: application
version: "0.7.1" version: "0.7.1"
appVersion: "2.12.1" appVersion: "2.15.0"
icon: https://readme.drone.io/logo.svg icon: https://readme.drone.io/logo.svg
keywords: keywords:
- git - continuous-delivery
- continuous-deployment
- continuous-integration
- drone - drone
- drone-runner - drone-runner
- ci - git
- cd
sources: sources:
- https://github.com/volker-raschek/drone-charts - https://github.com/volker-raschek/drone-charts

View File

@ -4,12 +4,11 @@
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/volker-raschek)](https://artifacthub.io/packages/search?repo=volker-raschek) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/volker-raschek)](https://artifacthub.io/packages/search?repo=volker-raschek)
This is an inofficial helm chart for [drone](https://github.com/drone/drone) and This is an inofficial helm chart for [drone](https://github.com/drone/drone) and
should replace the official unmainted helm chart was created because the official helmet chart was not maintained for a long
[repository](https://github.com/drone/charts). The official does not support time - [Issue](https://github.com/drone/charts/issues/46).
version `v2` of drone.
This helm chart can be found on [artifacthub.io](https://artifacthub.io/) and This helm chart is maintained by contributors and myself. It is listed on
can be installed via helm. [artifacthub.io](https://artifacthub.io/) and can be installed via helm:
```bash ```bash
helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
@ -20,7 +19,17 @@ helm install drone volker.raschek/drone
All [configuration options](https://docs.drone.io/server/reference/) can be All [configuration options](https://docs.drone.io/server/reference/) can be
defined in the `values.yml` file below the `config` section. Alternatively can defined in the `values.yml` file below the `config` section. Alternatively can
be the options passed via the `--set` flag of the `helm install` command. be the options passed via the `--set` flag of the `helm install` command. For
example:
```bash
helm install drone volker.raschek/drone \
--set config.DRONE_RPC_SECRET-${DRONE_RPC_SECRET} \
--set config.DRONE_GITHUB_CLIENT_ID=${DRONE_GITHUB_CLIENT_ID} \
--set config.DRONE_GITHUB_CLIENT_SECRET=${DRONE_GITHUB_CLIENT_SECRET}
```
### List of config options
| value | reference | | value | reference |
| ------------------------------------------------------- | ----------------------------------------------------------------------------------------- | | ------------------------------------------------------- | ----------------------------------------------------------------------------------------- |

View File

@ -16,12 +16,10 @@ podAnnotations: {}
podPriorityClassName: "" podPriorityClassName: ""
podSecurityContext: podSecurityContext: {}
{}
# fsGroup: 2000 # fsGroup: 2000
securityContext: securityContext: {}
{}
# capabilities: # capabilities:
# drop: # drop:
# - ALL # - ALL
@ -29,8 +27,7 @@ securityContext:
# runAsNonRoot: true # runAsNonRoot: true
# runAsUser: 1000 # runAsUser: 1000
config: config: {}
{}
# DRONE_BITBUCKET_CLIENT_ID # DRONE_BITBUCKET_CLIENT_ID
# String value. Configures the Bitbucket OAuth client id. This is used to # String value. Configures the Bitbucket OAuth client id. This is used to
# authorize access to Bitbucket on behalf of a Drone user. # authorize access to Bitbucket on behalf of a Drone user.
@ -556,8 +553,7 @@ ingress:
hosts: hosts:
- "your-hostname" - "your-hostname"
resources: resources: {}
{}
# We usually recommend not to specify default resources and to leave this as a conscious # We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little # choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following # resources, such as Minikube. If you do want to specify resources, uncomment the following