10 Commits

Author SHA1 Message Date
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
3 changed files with 30 additions and 2 deletions

View File

@ -12,7 +12,6 @@ steps:
- name: release - name: release
image: cr.grachevko.ru/drone/helm:24 image: cr.grachevko.ru/drone/helm:24
settings: settings:
name: n8n
tag: ${DRONE_TAG} tag: ${DRONE_TAG}
username: username:
from_secret: HELM_REPO_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 description: A Helm chart for Kubernetes
type: application type: application
version: 0.0.1 version: 0.0.1
appVersion: 0.227.1 appVersion: 1.5.1
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