34 Commits
0.2.1 ... 0.6.1

Author SHA1 Message Date
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
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
eb3096689d ci: update
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-02 20:35:02 +03:00
4fb7dec4c2 fix: bump version up to 0.226.1
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-02 20:10:48 +03:00
5aa42df15d fix: bump version up to 0.222.3
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-20 15:03:02 +03:00
9e04dd563f fix: bump version up to 0.222.1
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-04 20:06:09 +03:00
33a4092cdd fix: bump version up to 0.221.2
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-30 22:17:44 +03:00
01534912d3 chore: bump version up to 0.221.2
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-30 22:16:14 +03:00
48e01337c9 cs: fix
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-17 17:00:07 +03:00
dddfa808e9 chore: bump version up to 0.220.0 2023-03-17 16:53:24 +03:00
fe87d7373f chore: bump version up to 0.219.1
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-15 12:41:03 +03:00
de43724541 chore: bump n8n version up to 0.218.0
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-02 21:13:27 +03:00
429a04772a fix: rename N8N_ENABLE_METRICS to N8N_METRICS
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-28 00:27:43 +03:00
5663bb594a fix: remove checksum's from deployments
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-28 00:11:19 +03:00
90a63653bf feat: add metrics config
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-28 00:07:02 +03:00
3c4842a746 fix: bump n8n version up to 0.217.1
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-27 21:54:43 +03:00
b634953e98 feat: bump n8n version up to 0.217.1
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-24 20:46:34 +03:00
e57f4ca15d feat: bump n8n version up to 0.216.0
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-17 17:30:20 +03:00
47e32cbc2e ci: use helm plugin
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-14 23:58:29 +03:00
ddb4a2eb9b Bump n8n version up to 0.215.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-02-13 00:55:51 +03:00
14 changed files with 234 additions and 235 deletions

View File

@ -9,43 +9,14 @@ trigger:
- tag - tag
steps: steps:
- name: lint
image: cr.grachevko.ru/docker.io/alpine/helm:latest
pull: always
commands:
- helm lint .
- name: version
image: cr.grachevko.ru/docker.io/mikefarah/yq:latest
pull: always
user: root
commands:
- yq -i '.version = "'$DRONE_TAG'"' Chart.yaml
- cat Chart.yaml
depends_on:
- lint
when:
event:
- tag
- name: release - name: release
image: cr.grachevko.ru/docker.io/alpine/helm:latest image: cr.grachevko.ru/drone/helm:24
pull: always settings:
commands: tag: ${DRONE_TAG}
- helm repo add bitnami https://charts.bitnami.com/bitnami username:
- helm dependency build
- helm plugin install https://github.com/chartmuseum/helm-push
- helm repo add $HELM_REPO_NAME $HELM_REPO_REGISTRY/$HELM_REPO_NAME --username $HELM_REPO_USERNAME --password $HELM_REPO_PASSWORD
- helm cm-push . $HELM_REPO_REGISTRY/$HELM_REPO_NAME
environment:
HELM_REPO_NAME: n8n
HELM_REPO_REGISTRY: https://harbor.grachevko.ru/chartrepo
HELM_REPO_USERNAME:
from_secret: HELM_REPO_USERNAME from_secret: HELM_REPO_USERNAME
HELM_REPO_PASSWORD: password:
from_secret: HELM_REPO_PASSWORD from_secret: HELM_REPO_PASSWORD
depends_on:
- version
when: when:
event: event:
- tag - tag

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.213.1 appVersion: 1.4.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

View File

@ -9,6 +9,8 @@ data:
N8N_HOST: {{ .Values.config.host | quote }} N8N_HOST: {{ .Values.config.host | quote }}
N8N_PORT: {{ .Values.config.port | quote }} N8N_PORT: {{ .Values.config.port | quote }}
N8N_PROTOCOL: {{ .Values.config.protocol | quote }} N8N_PROTOCOL: {{ .Values.config.protocol | quote }}
N8N_METRICS: {{ .Values.config.metrics.enabled | quote }}
N8N_METRICS_PREFIX: {{ .Values.config.metrics.prefix | quote }}
WEBHOOK_URL: {{ .Values.config.webhook_url | quote }} WEBHOOK_URL: {{ .Values.config.webhook_url | quote }}
EXECUTIONS_MODE: "queue" EXECUTIONS_MODE: "queue"
EXECUTIONS_PROCESS: {{ .Values.config.executions.process | quote }} EXECUTIONS_PROCESS: {{ .Values.config.executions.process | quote }}

View File

@ -4,9 +4,6 @@ metadata:
name: {{ include "n8n.fullname" . }} name: {{ include "n8n.fullname" . }}
labels: labels:
{{- include "n8n.labels" . | nindent 4 }} {{- include "n8n.labels" . | nindent 4 }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
spec: spec:
replicas: 1 replicas: 1
selector: selector:

View File

@ -4,9 +4,6 @@ metadata:
name: {{ include "n8n-worker.fullname" . }} name: {{ include "n8n-worker.fullname" . }}
labels: labels:
{{- include "n8n-worker.labels" . | nindent 4 }} {{- include "n8n-worker.labels" . | nindent 4 }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
spec: spec:
{{- if not .Values.worker.autoscaling.enabled }} {{- if not .Values.worker.autoscaling.enabled }}
replicas: {{ .Values.worker.replicaCount }} replicas: {{ .Values.worker.replicaCount }}

View File

@ -26,6 +26,9 @@ config:
allow: allow:
builtin: '*' builtin: '*'
external: '*' external: '*'
metrics:
enabled: false
prefix: n8n_
redis: redis:
enabled: false enabled: false