26 Commits

Author SHA1 Message Date
978b321813 Merge pull request 'chore(deps): update dependency roundcubemail to v1.5.3' (#11) from renovate/roundcubemail-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #11
2022-07-01 08:18:19 +00:00
044de7f5ff chore(deps): update dependency roundcubemail to v1.5.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-07-01 00:02:56 +02:00
80df76a43c fix(ci): helm template
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-26 18:19:01 +02:00
5b872feb6f 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 09:01:20 +02:00
f45bcefbc3 fix(ci): resource limits
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-21 11:31:46 +02:00
35e606c02b 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 11:22:44 +02:00
7220364946 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:33:31 +02:00
c93dc8ca8b feat: support pod priorityClassName
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-18 11:03:32 +02:00
f2e14a1dd5 chore(deps): update dependency docker.io/volkerraschek/helm to v3.8.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-04-14 21:53:31 +02:00
6fdb2437e8 chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.31.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-02-09 19:34:18 +00:00
3adc1b3ceb fix(ci): use helm cm-push command to deploy chart
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-03 22:22:16 +01:00
25d96fe0c4 fix(ci): helm cm push
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-03 18:59:31 +01:00
0227c422a7 fix(ci): add package rules
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-30 16:40:42 +01:00
01e52d1029 Merge pull request 'chore(deps): update docker.io/volkerraschek/helm docker tag to v3.8.0' (#6) from renovate/docker.io-volkerraschek-helm-3.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #6
2022-01-30 00:15:41 +00:00
67ede7fad8 chore(deps): update docker.io/volkerraschek/helm docker tag to v3.8.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-01-30 00:14:47 +00:00
23dd2efdd2 fix(ci): use volkerraschek/helm to deploy and lint chart
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-30 00:04:46 +01:00
8b6851937a Merge pull request 'chore(deps): update docker.io/alpine/helm docker tag to v3.8.0' (#5) from renovate/docker.io-alpine-helm-3.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #5
2022-01-27 21:07:49 +00:00
db34d33bab chore(deps): update docker.io/alpine/helm docker tag to v3.8.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-01-27 10:04:20 +00:00
17e2fdbe1a fix(ci): deploy helm chart
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-25 22:09:36 +01:00
b6d2c30d7f fix: bump to app version 1.5.2 and chart version 0.2.1
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-31 12:21:21 +01:00
d232ca8ac4 fix: bump to chart v0.2.0, app v1.5.1-apache
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-29 08:47:28 +01:00
b0822f4afd chore(deps): update docker.io/roundcube/roundcubemail docker tag to v1.5.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-11-28 21:01:58 +00:00
a7be03cfdb Merge pull request 'chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.30.0' (#3) from renovate/docker.io-volkerraschek-markdownlint-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3
2021-11-20 12:37:30 +00:00
0f56797996 chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.30.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-11-20 12:06:41 +00:00
1d02c519ce Merge pull request 'chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.29.0' (#2) from renovate/docker.io-volkerraschek-markdownlint-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2
2021-10-30 08:18:02 +00:00
8a7948b158 chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.29.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-10-28 22:02:10 +00:00
5 changed files with 62 additions and 49 deletions

View File

@ -11,20 +11,29 @@ steps:
- name: helm lint
commands:
- helm lint
image: quay.io/helmpack/chart-testing:latest
image: docker.io/volkerraschek/helm:3.9.0
resources:
limits:
cpu: 50
memory: 50M
cpu: 150
memory: 150M
- name: markdown lint
commands:
- markdownlint *.md
image: docker.io/volkerraschek/markdownlint:0.28.1
image: docker.io/volkerraschek/markdownlint:0.31.1
resources:
limits:
cpu: 50
memory: 50M
cpu: 150
memory: 150M
- name: helm template
commands:
- helm template .
image: docker.io/volkerraschek/helm:3.9.0
resources:
limits:
cpu: 150
memory: 150M
- name: email-notification
environment:
@ -39,8 +48,8 @@ steps:
image: docker.io/drillster/drone-email:latest
resources:
limits:
cpu: 50
memory: 25M
cpu: 150
memory: 150M
when:
status:
- changed
@ -54,50 +63,30 @@ trigger:
---
kind: pipeline
type: kubernetes
name: sync
name: release
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/roundcube-charts.git
force: true
ssh_key:
from_secret: ssh_key
- name: email-notification
- name: release-helm-chart
commands:
- helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
- helm package --version ${DRONE_TAG} .
- helm cm-push ${DRONE_REPO_NAME%-charts}-${DRONE_TAG}.tgz volker.raschek
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
HELM_REPO_PASSWORD:
from_secret: helm_repo_password
HELM_REPO_USERNAME:
from_secret: helm_repo_username
image: docker.io/volkerraschek/helm:3.9.0
resources:
limits:
cpu: 50
memory: 25M
when:
status:
- changed
- failure
cpu: 150
memory: 150M
trigger:
branch:
- master
event:
- push
- tag
repo:
- volker.raschek/roundcube-charts

View File

@ -2,8 +2,8 @@ apiVersion: v2
name: roundcube
description: Helm chart for roundcube
type: application
version: "0.1.0"
appVersion: "1.4.11-apache"
version: "0.2.1"
appVersion: "1.5.3-apache"
icon: https://upload.wikimedia.org/wikipedia/commons/e/e3/Roundcube_logo_icon.svg
keywords:

View File

@ -3,6 +3,24 @@
"automergeStrategy": "merge-commit",
"automergeType": "pr",
"assignees": [ "volker.raschek" ],
"labels": [ "renovate" ],
"packageRules": [
{
"addLabels": [ "renovate/roundcube", "renovate/automerge" ],
"automerge": true,
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
},
{
"addLabels": [ "renovate/roundcubemail", "renovate/automerge" ],
"automerge": false,
"matchPackageNames": [ "roundcubemail" ],
"matchManagers": [ "regex" ],
"matchUpdateTypes": [ "minor", "patch"]
}
],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"description": "Update container image reference",
@ -12,8 +30,9 @@
"matchStrings": [
"appVersion: \"(?<currentValue>.*?)\"\\s+"
],
"depNameTemplate": "docker.io/roundcube/roundcubemail",
"datasourceTemplate": "docker"
"datasourceTemplate": "docker",
"depNameTemplate": "roundcubemail",
"lookupNameTemplate": "docker.io/roundcube/roundcubemail"
}
]
}

View File

@ -47,13 +47,16 @@ spec:
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- if .Values.podPriorityClassName }}
priorityClassName: {{ .Values.podPriorityClassName }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:

View File

@ -22,6 +22,8 @@ serviceAccount:
podAnnotations: {}
podPriorityClassName: ""
podSecurityContext: {}
# fsGroup: 2000