21 Commits
0.2.0 ... 0.4.0

Author SHA1 Message Date
7f945d167f Merge pull request 'chore(deps): update dependency postfixadmin-fetchmail to v0.3.0' (#23) from renovate/postfixadmin-fetchmail-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #23
2023-02-05 08:59:44 +00:00
26d8bcf18b chore(deps): update dependency postfixadmin-fetchmail to v0.3.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-01-21 14:52:58 +01:00
563471ecde chore(deps): update dependency docker.io/volkerraschek/helm to v3.11.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-01-19 21:56:26 +01:00
7bab969e75 chore(deps): update dependency docker.io/volkerraschek/markdownlint to v0.33.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-01-07 20:01:02 +01:00
dfc0472873 chore(deps): update dependency docker.io/volkerraschek/helm to v3.10.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-11-22 21:35:30 +01:00
e60ba0e84e chore(deps): update dependency docker.io/volkerraschek/helm to v3.10.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-10-17 03:22:52 +02:00
2eb3126c4b chore(deps): update dependency docker.io/volkerraschek/helm to v3.10.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-09-22 19:22:08 +02:00
c58aca189a chore(deps): update dependency docker.io/volkerraschek/helm to v3.9.4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-08-31 23:01:08 +02:00
cc4c7ba285 chore(deps): update dependency docker.io/volkerraschek/markdownlint to v0.32.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-08-23 19:13:07 +02:00
a025e90c91 fix(ci): use docker.io/volkerraschek/drone-email:0.1.1
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-26 17:51:10 +02:00
9cdc9a47c4 chore(deps): update dependency docker.io/volkerraschek/markdownlint to v0.32.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-07-26 00:02:10 +02:00
04017e617c chore(deps): update dependency docker.io/volkerraschek/helm to v3.9.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-07-23 15:21:52 +02:00
725adb97c1 chore(deps): update dependency docker.io/volkerraschek/markdownlint to v0.32.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-07-20 11:31:49 +02:00
b3509480e4 chore(deps): update dependency postfixadmin-fetchmail to v0.2.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-07-15 06:22:12 +02:00
6f103ce5c3 chore(deps): update dependency docker.io/volkerraschek/helm to v3.9.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-07-15 06:11:53 +02:00
bf0c4e6140 fix: values config error
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-14 21:02:19 +02:00
12a66ded5d fix(ci): helm template
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-26 18:18:07 +02:00
92a38ca993 chore(deps): update dependency docker.io/volkerraschek/helm to v3.9.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-05-24 08:59:03 +02:00
8cf0a76dbf fix(ci): resource limits
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-21 11:29:19 +02:00
5fe6f6a9eb chore(deps): update dependency docker.io/volkerraschek/helm to v3.8.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-05-11 14:11:42 +02:00
680321f8ef fix(drone): remove sync via drone - use instead gitea push feature
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-19 22:30:15 +02:00
4 changed files with 32 additions and 73 deletions

View File

@ -11,36 +11,47 @@ steps:
- name: helm lint - name: helm lint
commands: commands:
- helm lint - helm lint
image: docker.io/volkerraschek/helm:3.8.1 image: docker.io/volkerraschek/helm:3.11.0
resources: resources:
limits: limits:
cpu: 50 cpu: 150
memory: 50M memory: 150M
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: docker.io/volkerraschek/markdownlint:0.31.1 image: docker.io/volkerraschek/markdownlint:0.33.0
resources: resources:
limits: limits:
cpu: 50 cpu: 150
memory: 50M memory: 150M
- name: helm template
commands:
- helm template .
image: docker.io/volkerraschek/helm:3.11.0
resources:
limits:
cpu: 150
memory: 150M
- name: email-notification - name: email-notification
environment: environment:
PLUGIN_HOST: SMTP_FROM_ADDRESS:
from_secret: smtp_from_address
SMTP_FROM_NAME:
from_secret: smtp_from_name
SMTP_HOST:
from_secret: smtp_host from_secret: smtp_host
PLUGIN_USERNAME: SMTP_USERNAME:
from_secret: smtp_username from_secret: smtp_username
PLUGIN_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
PLUGIN_FROM: image: docker.io/volkerraschek/drone-email:0.1.1
from_secret: smtp_mail_address
image: docker.io/drillster/drone-email:latest
resources: resources:
limits: limits:
cpu: 50 cpu: 150
memory: 25M memory: 150M
when: when:
status: status:
- changed - changed
@ -52,7 +63,6 @@ trigger:
- tag - tag
--- ---
kind: pipeline kind: pipeline
type: kubernetes type: kubernetes
name: release name: release
@ -71,61 +81,14 @@ steps:
from_secret: helm_repo_password from_secret: helm_repo_password
HELM_REPO_USERNAME: HELM_REPO_USERNAME:
from_secret: helm_repo_username from_secret: helm_repo_username
image: docker.io/volkerraschek/helm:3.8.1 image: docker.io/volkerraschek/helm:3.11.0
resources:
limits:
cpu: 150
memory: 150M
trigger: trigger:
event: event:
- tag - tag
repo: repo:
- volker.raschek/postfixadmin-fetchmail-charts - volker.raschek/postfixadmin-fetchmail-charts
---
kind: pipeline
type: kubernetes
name: sync
platform:
os: linux
arch: amd64
steps:
- name: github
image: docker.io/appleboy/drone-git-push:latest
resources:
limits:
cpu: 50
memory: 25M
settings:
branch: master
remote: ssh://git@github.com/volker-raschek/postfixadmin-fetchmail-charts.git
force: true
ssh_key:
from_secret: ssh_key
- name: email-notification
environment:
PLUGIN_HOST:
from_secret: smtp_host
PLUGIN_USERNAME:
from_secret: smtp_username
PLUGIN_PASSWORD:
from_secret: smtp_password
PLUGIN_FROM:
from_secret: smtp_mail_address
image: docker.io/drillster/drone-email:latest
resources:
limits:
cpu: 50
memory: 25M
when:
status:
- changed
- failure
trigger:
branch:
- master
event:
- push
repo:
- volker.raschek/postfixadmin-fetchmail-charts

View File

@ -3,7 +3,7 @@ name: postfixadmin-fetchmail
description: Helm chart for postfixadmin's fetchmail description: Helm chart for postfixadmin's fetchmail
type: application type: application
version: "0.1.2" version: "0.1.2"
appVersion: "0.1.3" appVersion: "0.3.0"
icon: https://a.fsdn.com/allura/p/postfixadmin/icon?1620415130 icon: https://a.fsdn.com/allura/p/postfixadmin/icon?1620415130
keywords: keywords:

View File

@ -5,10 +5,6 @@ metadata:
type: Opaque type: Opaque
stringData: stringData:
{{- if not (hasKey .Values "config") -}}
{{- $_ := set .Values "config" dict -}}
{{- end -}}
{{/* SETUP CONFIG */}} {{/* SETUP CONFIG */}}
{{ range $key, $value := .Values.config }} {{ range $key, $value := .Values.config }}
{{ upper $key}}: {{ quote $value }} {{ upper $key}}: {{ quote $value }}

View File

@ -30,7 +30,7 @@ podSecurityContext: {}
schedule: "*/10 * * * *" schedule: "*/10 * * * *"
config: config: {}
# DATABASE_TYPE # DATABASE_TYPE
# Currently will be only postgres, mysql and mariadb supported. About the # Currently will be only postgres, mysql and mariadb supported. About the
# environment variable DATABASE_TYPE can the backend type defined. The value # environment variable DATABASE_TYPE can the backend type defined. The value