11 Commits
0.3.1 ... 0.4.0

Author SHA1 Message Date
2fd108de5b fix: upgrade image and chart
All checks were successful
continuous-integration/drone/push Build is passing
2022-03-16 19:29:52 +01:00
b5222f3ead [Close #2] fix: add missing curly braces
All checks were successful
continuous-integration/drone/push Build is passing
2022-03-10 21:16:46 +01:00
e8339895e4 chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.31.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-02-09 19:30:38 +00:00
64b04745e3 fix(ci): use helm cm-push command to deploy chart
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-03 22:22:05 +01:00
7929bad7e3 fix(ci): helm cm push
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-03 18:58:41 +01:00
28f5fca2d9 fix(ci): add package rules
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-30 16:43:39 +01:00
8a2e44c3d0 Merge pull request 'chore(deps): update docker.io/volkerraschek/helm docker tag to v3.8.0' (#5) from renovate/docker.io-volkerraschek-helm-3.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #5
2022-01-29 23:06:09 +00:00
0b6ce2c01c chore(deps): update docker.io/volkerraschek/helm docker tag to v3.8.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-01-29 23:01:49 +00:00
cdca3979d9 tfix(ci): use volkerraschek/helm to deploy and lint chart
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-29 23:40:56 +01:00
de3547c53d Merge pull request 'chore(deps): update docker.io/alpine/helm docker tag to v3.8.0' (#4) from renovate/docker.io-alpine-helm-3.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #4
2022-01-27 13:44:19 +00:00
428f37e4ad chore(deps): update docker.io/alpine/helm docker tag to v3.8.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-01-27 10:01:14 +00:00
4 changed files with 27 additions and 10 deletions

View File

@ -11,7 +11,7 @@ steps:
- name: helm lint
commands:
- helm lint
image: quay.io/helmpack/chart-testing:latest
image: docker.io/volkerraschek/helm:3.8.0
resources:
limits:
cpu: 50
@ -20,7 +20,7 @@ steps:
- name: markdown lint
commands:
- markdownlint *.md
image: docker.io/volkerraschek/markdownlint:0.30.0
image: docker.io/volkerraschek/markdownlint:0.31.1
resources:
limits:
cpu: 50
@ -63,7 +63,6 @@ platform:
steps:
- name: release-helm-chart
commands:
- helm plugin install https://github.com/chartmuseum/helm-push.git
- helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
- helm package --version ${DRONE_TAG} .
- helm cm-push ${DRONE_REPO_NAME%-charts}-${DRONE_TAG}.tgz volker.raschek
@ -72,7 +71,7 @@ steps:
from_secret: helm_repo_password
HELM_REPO_USERNAME:
from_secret: helm_repo_username
image: docker.io/alpine/helm:3.7.2
image: docker.io/volkerraschek/helm:3.8.0
trigger:
event:

View File

@ -2,8 +2,8 @@ apiVersion: v2
name: drone-runner
description: Helm chart for a drone runner based on kubernetes
type: application
version: "0.3.0"
appVersion: "1.0.0-rc.1"
version: "0.4.0"
appVersion: "1.0.0-rc.3"
icon: https://readme.drone.io/logo.svg
keywords:

View File

@ -3,6 +3,23 @@
"automergeStrategy": "merge-commit",
"automergeType": "pr",
"assignees": [ "volker.raschek" ],
"labels": [ "renovate" ],
"packageRules": [
{
"addLabels": [ "renovate/drone-runner", "renovate/automerge" ],
"automerge": true,
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
},
{
"addLabels": [ "renovate/drone-runner", "renovate/automerge" ],
"automerge": false,
"matchPackageNames": [ "drone-runner" ],
"matchManagers": [ "regex" ]
}
],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"description": "Update container image reference",
@ -12,8 +29,9 @@
"matchStrings": [
"appVersion: \"(?<currentValue>.*?)\"\\s+"
],
"depNameTemplate": "docker.io/drone/drone-runner-kube",
"datasourceTemplate": "docker"
"datasourceTemplate": "docker",
"depNameTemplate": "drone-runner",
"lookupNameTemplate": "docker.io/drone/drone-runner-kube"
}
]
}

View File

@ -27,7 +27,7 @@ securityContext: {}
# runAsNonRoot: true
# runAsUser: 1000
config:
config: {}
# DRONE_ANNOTATIONS_DEFAULT
# Optional string map. Provides a set of default annotations used when
# creating the pipeline pod. The default annotation values are appended to the