19 Commits

Author SHA1 Message Date
8ed2daa724 chore: bump n8n version up to 1.19.0
All checks were successful
Release Chart / release (push) Successful in 2m10s
2023-11-29 15:46:57 +03:00
e3cffd7a96 chore: bump version up to 1.16.0
All checks were successful
Release Chart / release (push) Successful in 25s
2023-11-17 17:28:32 +03:00
d407d33ee6 chore: bump version up to 1.15.2 2023-11-07 16:34:00 +03:00
897e2cbb29 chore: bump version up to 1.15.1
All checks were successful
Release Chart / release (push) Successful in 2m25s
2023-11-03 00:40:09 +03:00
99404b6210 chore: bump version up to 1.9.0
All checks were successful
Release Chart / release (push) Successful in 23s
2023-09-28 18:57:34 +03:00
d6fa8149b0 chore: bump version up to 1.7.0
All checks were successful
Release Chart / release (push) Successful in 28s
2023-09-13 18:36:21 +03:00
517337bb5a chore: bump version up to 1.5.1
All checks were successful
Release Chart / release (push) Successful in 21s
2023-08-31 16:47:17 +03:00
3a984d94ea chore: bump version up to 1.5.0
All checks were successful
Release Chart / release (push) Successful in 22s
2023-08-31 15:07:47 +03:00
8640fa3a28 chore: bump version up to 1.4.0
All checks were successful
Release Chart / release (push) Successful in 53s
2023-08-27 23:45:19 +03:00
6ce3f7a932 Actions (#1)
Reviewed-on: #1
Co-authored-by: Konstantin Grachev <me@grachevko.ru>
Co-committed-by: Konstantin Grachev <me@grachevko.ru>
2023-08-27 20:43:00 +00:00
f82dc3e103 chore: bump version up to 1.1.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-08-02 18:36:41 +03:00
8fcfc65a21 chore: bump version up to 0.234.1
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-06 13:12:06 +03:00
334edcf72b chore: bump version up to 0.234.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-06-22 17:03:32 +03:00
081683a2c1 fix: bump version up to 0.231.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-06-15 20:36:50 +03:00
e24a65060b fix: bump version up to 0.228.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-06-14 15:33:47 +03:00
f3efde9263 ci: remove unnecessary name
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-18 01:13:18 +03:00
2b2a037305 ci: bump helm version up to 24
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-05-18 00:38:03 +03:00
3d41f894c6 ci: bump helm version up to 23
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2023-05-18 00:36:38 +03:00
b66e193714 ci: bump helm version up to 22
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2023-05-18 00:27:02 +03:00
3 changed files with 31 additions and 3 deletions

View File

@ -10,9 +10,8 @@ trigger:
steps:
- name: release
image: cr.grachevko.ru/drone/helm:21
image: cr.grachevko.ru/drone/helm:24
settings:
name: n8n
tag: ${DRONE_TAG}
username:
from_secret: HELM_REPO_USERNAME

View File

@ -0,0 +1,29 @@
name: Release Chart
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
env:
REGISTRY: harbor.grachevko.ru
steps:
- uses: actions/checkout@v3
- uses: yokawasa/action-setup-kube-tools@v0.9.3
with:
setup-tools: helm
- name: deps and lint
run: |
helm dependency update
helm lint --strict .
- name: build
run: helm package --version ${{ gitea.ref_name }} .
- name: publish
run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | helm registry login ${{ env.REGISTRY }} --username "${{ secrets.REGISTRY_USERNAME }}" --password-stdin
helm push ./*.tgz oci://harbor.grachevko.ru/${{ gitea.repository }}

View File

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