12 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
2 changed files with 30 additions and 1 deletions

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 description: A Helm chart for Kubernetes
type: application type: application
version: 0.0.1 version: 0.0.1
appVersion: 0.234.0 appVersion: 1.19.0
icon: https://github.com/n8n-io/n8n/raw/master/assets/n8n-logo.png icon: https://github.com/n8n-io/n8n/raw/master/assets/n8n-logo.png
maintainers: maintainers:
- email: me@grachevko.ru - email: me@grachevko.ru