5 Commits
0.7.4 ... 0.7.6

Author SHA1 Message Date
96f609652c fix(README): add note about changed chart repo
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-13 21:18:36 +01:00
8614ca8e89 fix: change repository
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-13 21:07:08 +01:00
2026906827 chore(deps): update dependency docker.io/volkerraschek/helm to v3.10.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-11-22 18:21:47 +01:00
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
3 changed files with 14 additions and 10 deletions

View File

@ -11,7 +11,7 @@ steps:
- name: helm lint
commands:
- helm lint
image: docker.io/volkerraschek/helm:3.10.0
image: docker.io/volkerraschek/helm:3.10.2
resources:
limits:
cpu: 150
@ -29,7 +29,7 @@ steps:
- name: helm template
commands:
- helm template .
image: docker.io/volkerraschek/helm:3.10.0
image: docker.io/volkerraschek/helm:3.10.2
resources:
limits:
cpu: 150
@ -73,15 +73,15 @@ platform:
steps:
- name: release-helm-chart
commands:
- helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
- helm repo add drone https://charts.cryptic.systems/drone
- helm package --version ${DRONE_TAG} .
- helm cm-push ${DRONE_REPO_NAME%-charts}-${DRONE_TAG}.tgz volker.raschek
- helm cm-push ${DRONE_REPO_NAME%-charts}-${DRONE_TAG}.tgz drone
environment:
HELM_REPO_PASSWORD:
from_secret: helm_repo_password
HELM_REPO_USERNAME:
from_secret: helm_repo_username
image: docker.io/volkerraschek/helm:3.10.0
image: docker.io/volkerraschek/helm:3.10.2
resources:
limits:
cpu: 150

View File

@ -3,7 +3,7 @@ name: drone
description: Drone Helm chart for Kubernetes
type: application
version: "0.7.1"
appVersion: "2.13.0"
appVersion: "2.15.0"
icon: https://readme.drone.io/logo.svg
keywords:

View File

@ -1,7 +1,7 @@
# drone-charts
[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/drone-charts/status.svg)](https://drone.cryptic.systems/volker.raschek/drone-charts)
[![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/drone-ce)](https://artifacthub.io/packages/search?repo=drone-ce)
This is an inofficial helm chart for [drone](https://github.com/drone/drone) and
was created because the official helmet chart was not maintained for a long
@ -10,9 +10,13 @@ time - [Issue](https://github.com/drone/charts/issues/46).
This helm chart is maintained by contributors and myself. It is listed on
[artifacthub.io](https://artifacthub.io/) and can be installed via helm:
> :warning: The repository has been changed and causes error messages when
> interacting with the old repository definition. Please remove the chart repo
> `volker.raschek` and replace it with `drone`.
```bash
helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
helm install drone volker.raschek/drone
helm repo add drone https://charts.cryptic.systems/drone
helm install drone drone/drone
```
## Customization
@ -23,7 +27,7 @@ be the options passed via the `--set` flag of the `helm install` command. For
example:
```bash
helm install drone volker.raschek/drone \
helm install drone drone/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}