22 Commits

Author SHA1 Message Date
cda6864614 Merge pull request 'chore(deps): update git.cryptic.systems/volker.raschek/drone-email docker tag to v0.1.5' (#34) from renovate/git.cryptic.systems-volker.raschek-drone-email-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #34
2023-10-15 13:10:18 +00:00
948488c886 Merge pull request 'chore(deps): update git.cryptic.systems/volker.raschek/git docker tag to v1.3.1' (#35) from renovate/git.cryptic.systems-volker.raschek-git-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #35
2023-10-15 13:09:56 +00:00
69a9f5c7ae Merge pull request 'chore(deps): update git.cryptic.systems/volker.raschek/helm docker tag to v3.13.0' (#36) from renovate/git.cryptic.systems-volker.raschek-helm-3.x into master
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #36
2023-10-15 13:09:36 +00:00
92c326a6ba chore(deps): update git.cryptic.systems/volker.raschek/helm docker tag to v3.13.0
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
2023-10-03 11:08:46 +02:00
d2b2201e92 chore(deps): update git.cryptic.systems/volker.raschek/git docker tag to v1.3.1
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
2023-10-03 10:03:50 +02:00
968ad170b7 chore(deps): update git.cryptic.systems/volker.raschek/drone-email docker tag to v0.1.5
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
2023-10-03 10:03:41 +02:00
b083494e3e chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.37.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-09-22 19:35:13 +02:00
3b9eb1704f chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.36.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-09-03 13:55:04 +02:00
72a79c37c8 chore(deps): update dependency git.cryptic.systems/volker.raschek/helm to v3.12.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-08-18 15:19:23 +02:00
48cb08ae5f chore(deps): update dependency git.cryptic.systems/volker.raschek/helm to v3.12.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-07-15 13:32:14 +02:00
763341b212 chore(deps): update dependency git.cryptic.systems/volker.raschek/markdownlint to v0.35.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-18 17:51:39 +02:00
645ea6efaf chore(deps): update dependency git.cryptic.systems/volker.raschek/drone-email to v0.1.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-18 17:41:43 +02:00
2bdab1c622 chore(deps): update dependency git.cryptic.systems/volker.raschek/helm to v3.12.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-18 17:31:32 +02:00
64c9c49fa3 fix: migrate to git.cryptic.systems
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-06-17 15:09:31 +02:00
04eda862e0 chore(deps): update dependency docker.io/volkerraschek/markdownlint to v0.34.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-09 10:02:45 +02:00
aab4b2525a chore(deps): update dependency docker.io/volkerraschek/helm to v3.12.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-05-29 11:12:06 +02:00
907afde281 chore(deps): update dependency docker.io/volkerraschek/helm to v3.11.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-04-12 22:32:16 +02:00
fbcc4f2c04 chore(deps): update dependency docker.io/volkerraschek/helm to v3.11.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-03-09 09:22:08 +01:00
cd9a0ed0d5 chore(deps): update dependency docker.io/volkerraschek/helm to v3.11.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-02-10 11:12:10 +01:00
6564452171 chore(deps): update dependency docker.io/volkerraschek/helm to v3.11.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-01-19 19:02:22 +01:00
ba3c19f55c chore(deps): update dependency docker.io/volkerraschek/markdownlint to v0.33.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-01-07 22:01:54 +01:00
43e5e1135e fix(README): add note about changed chart repo
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-13 21:32:08 +01:00
2 changed files with 19 additions and 7 deletions

View File

@ -3,15 +3,21 @@ kind: pipeline
type: kubernetes type: kubernetes
name: linter name: linter
clone:
disable: true
platform: platform:
os: linux os: linux
arch: amd64 arch: amd64
steps: steps:
- name: clone
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: helm lint - name: helm lint
commands: commands:
- helm lint - helm lint
image: docker.io/volkerraschek/helm:3.10.2 image: git.cryptic.systems/volker.raschek/helm:3.13.0
resources: resources:
limits: limits:
cpu: 50 cpu: 50
@ -20,7 +26,7 @@ steps:
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: docker.io/volkerraschek/markdownlint:0.32.2 image: git.cryptic.systems/volker.raschek/markdownlint:0.37.0
resources: resources:
limits: limits:
cpu: 50 cpu: 50
@ -29,7 +35,7 @@ steps:
- name: helm template - name: helm template
commands: commands:
- helm template . - helm template .
image: docker.io/volkerraschek/helm:3.10.2 image: git.cryptic.systems/volker.raschek/helm:3.13.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -47,7 +53,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -67,10 +73,16 @@ kind: pipeline
type: kubernetes type: kubernetes
name: release name: release
clone:
disable: true
platform: platform:
os: linux os: linux
steps: steps:
- name: clone
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: release-helm-chart - name: release-helm-chart
commands: commands:
- helm repo add drone https://charts.cryptic.systems/drone - helm repo add drone https://charts.cryptic.systems/drone
@ -81,7 +93,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.10.2 image: git.cryptic.systems/volker.raschek/helm:3.13.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150

View File

@ -11,8 +11,8 @@ the official unmaintained helm chart
This helm chart can be found on [artifacthub.io](https://artifacthub.io/) and This helm chart can be found on [artifacthub.io](https://artifacthub.io/) and
can be installed via helm. can be installed via helm.
> :warning: The repository has been changed and causes error messages when > The repository has been changed and causes error messages when interacting
> interacting with the old repository definition. Please remove the chart repo > with the old repository definition. Please remove the chart repo
> `volker.raschek` and replace it with `drone`. > `volker.raschek` and replace it with `drone`.
```bash ```bash