You've already forked drone-charts
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
e1b7f97791
|
|||
d105c38ca7
|
|||
71ff345a95
|
@ -85,6 +85,7 @@ steps:
|
|||||||
|
|
||||||
- name: release-helm-chart
|
- name: release-helm-chart
|
||||||
commands:
|
commands:
|
||||||
|
- grep --only-matching 'version:"${DRONE_TAG}"' Chart.yaml || echo "Version ${DRONE_TAG} not found in Chart.yaml"
|
||||||
- helm repo add drone https://charts.cryptic.systems/drone
|
- helm repo add drone https://charts.cryptic.systems/drone
|
||||||
- helm package --version ${DRONE_TAG} .
|
- helm package --version ${DRONE_TAG} .
|
||||||
- helm cm-push ${DRONE_REPO_NAME%-charts}-${DRONE_TAG}.tgz drone
|
- helm cm-push ${DRONE_REPO_NAME%-charts}-${DRONE_TAG}.tgz drone
|
||||||
|
@ -3,7 +3,7 @@ name: drone
|
|||||||
description: Drone Helm chart for Kubernetes
|
description: Drone Helm chart for Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: "0.8.1"
|
version: "0.8.1"
|
||||||
appVersion: "2.23.0"
|
appVersion: "2.24.0"
|
||||||
icon: https://readme.drone.io/logo.svg
|
icon: https://readme.drone.io/logo.svg
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
|
Reference in New Issue
Block a user