5 Commits

Author SHA1 Message Date
e292f3d434 ci: bump helm version
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2023-05-18 00:24:07 +03:00
bfbfc4b0d2 ci: add tag event
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2023-05-18 00:22:27 +03:00
856d90e88b ci: fix trigger
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-18 00:20:36 +03:00
5a9eb1a6fc ci: use oci 2023-05-18 00:14:59 +03:00
4506443e47 chore: bump n8n version up to 0.227.1 2023-05-18 00:11:25 +03:00
2 changed files with 6 additions and 5 deletions

View File

@ -6,17 +6,18 @@ name: default
trigger:
event:
- push
- tag
steps:
- name: release
image: cr.grachevko.ru/drone/helm:test
image: cr.grachevko.ru/drone/helm:21
settings:
name: n8n
tag: ${DRONE_TAG}
username:
from_secret: HELM_REPO_USERNAME
password:
from_secret: HELM_REPO_PASSWORD
when:
branch:
- master
- rc
event:
- tag

View File

@ -3,7 +3,7 @@ name: n8n
description: A Helm chart for Kubernetes
type: application
version: 0.0.1
appVersion: 0.226.1
appVersion: 0.227.1
icon: https://github.com/n8n-io/n8n/raw/master/assets/n8n-logo.png
maintainers:
- email: me@grachevko.ru