20 Commits

Author SHA1 Message Date
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
12 changed files with 200 additions and 201 deletions

View File

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

View File

@ -3,15 +3,15 @@ name: n8n
description: A Helm chart for Kubernetes
type: application
version: 0.0.1
appVersion: 0.219.1
appVersion: 0.234.0
icon: https://github.com/n8n-io/n8n/raw/master/assets/n8n-logo.png
maintainers:
- email: me@grachevko.ru
- email: me@grachevko.ru
name: Konstantin Grachev
sources:
- https://git.grachevko.ru/n8n/chart
- https://git.grachevko.ru/n8n/chart
dependencies:
- name: redis
- name: redis
version: ^17
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

View File

@ -10,6 +10,6 @@ spec:
containers:
- name: wget
image: busybox
command: [ 'wget' ]
args: [ '{{ include "n8n.fullname" . }}:{{ .Values.n8n.service.port }}' ]
command: ['wget']
args: ['{{ include "n8n.fullname" . }}:{{ .Values.n8n.service.port }}']
restartPolicy: Never

View File

@ -48,7 +48,7 @@ n8n:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
pullSecrets: [ ]
pullSecrets: []
extraEnvVarsSecret: ""
@ -56,17 +56,17 @@ n8n:
# Specifies whether a service account should be created
create: false
# Annotations to add to the service account
annotations: { }
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext: { }
podSecurityContext: {}
# fsGroup: 2000
securityContext: { }
securityContext: {}
# capabilities:
# drop:
# - ALL
@ -81,7 +81,7 @@ n8n:
ingress:
enabled: false
className: ""
annotations: { }
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
@ -89,12 +89,12 @@ n8n:
paths:
- path: /
pathType: ImplementationSpecific
tls: [ ]
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: { }
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@ -106,11 +106,11 @@ n8n:
# cpu: 100m
# memory: 128Mi
nodeSelector: { }
nodeSelector: {}
tolerations: [ ]
tolerations: []
affinity: { }
affinity: {}
webhook:
replicaCount: 1
@ -121,7 +121,7 @@ webhook:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
pullSecrets: [ ]
pullSecrets: []
extraEnvVarsSecret: ""
@ -129,17 +129,17 @@ webhook:
# Specifies whether a service account should be created
create: false
# Annotations to add to the service account
annotations: { }
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext: { }
podSecurityContext: {}
# fsGroup: 2000
securityContext: { }
securityContext: {}
# capabilities:
# drop:
# - ALL
@ -154,7 +154,7 @@ webhook:
ingress:
enabled: false
className: ""
annotations: { }
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
@ -162,12 +162,12 @@ webhook:
paths:
- path: /
pathType: ImplementationSpecific
tls: [ ]
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: { }
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@ -186,11 +186,11 @@ webhook:
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector: { }
nodeSelector: {}
tolerations: [ ]
tolerations: []
affinity: { }
affinity: {}
worker:
replicaCount: 1
@ -201,7 +201,7 @@ worker:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
pullSecrets: [ ]
pullSecrets: []
extraEnvVarsSecret: ""
@ -209,17 +209,17 @@ worker:
# Specifies whether a service account should be created
create: false
# Annotations to add to the service account
annotations: { }
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext: { }
podSecurityContext: {}
# fsGroup: 2000
securityContext: { }
securityContext: {}
# capabilities:
# drop:
# - ALL
@ -234,7 +234,7 @@ worker:
ingress:
enabled: false
className: ""
annotations: { }
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
@ -242,12 +242,12 @@ worker:
paths:
- path: /
pathType: ImplementationSpecific
tls: [ ]
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: { }
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@ -266,8 +266,8 @@ worker:
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector: { }
nodeSelector: {}
tolerations: [ ]
tolerations: []
affinity: { }
affinity: {}