Compare commits
81
Commits
v0.2.0
...
cbaf1ac3f8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cbaf1ac3f8
|
||
|
|
b71bded598
|
||
|
|
b82c978e8e
|
||
|
|
a821f1a9fd
|
||
|
|
ac2f976991
|
||
|
|
dc7b4b62f2
|
||
|
|
bfe7bb73bf
|
||
|
|
761f1cacd1
|
||
|
|
6b80e4410e
|
||
|
|
9b31b9350e
|
||
|
|
47da92b1e6
|
||
|
|
9b3105ea92
|
||
|
|
f3b2373f46
|
||
|
|
1020454f7f
|
||
|
|
fde7a5b8b0
|
||
|
|
aa0f1918a1
|
||
|
|
b666d28867
|
||
|
|
fa6462e314
|
||
|
|
40d5638a03
|
||
|
|
fe61118ec1
|
||
|
|
d2383aed03 | ||
|
|
dd021673e6
|
||
|
|
2718fe3be2 | ||
|
|
3aea1a5671 | ||
|
|
9588e11876
|
||
|
|
3ed0f88ef7 | ||
|
|
9137bbae38 | ||
|
|
13952935f2 | ||
|
|
4751574fdb | ||
|
|
4ee680169f | ||
|
|
fbff81c67a | ||
|
|
a35bb2891c | ||
|
|
3a09599580 | ||
|
|
f5c67e0ca7 | ||
|
|
9aae81b1ab | ||
|
|
14b00c757b | ||
|
|
dbf97ed4c2 | ||
|
|
3341217460 | ||
|
|
d7476cc800 | ||
|
|
46b451734b | ||
|
|
205535f74e | ||
|
|
32078fff9a | ||
|
|
c23fe31df1 | ||
|
|
e9ade114b9
|
||
|
|
62ece1552a | ||
|
|
203959928f | ||
|
|
46fd3ea560 | ||
|
|
95033baf76 | ||
|
|
23e6fb1140 | ||
|
|
dde3763c89 | ||
|
|
89184e6688 | ||
|
|
66de59854e | ||
|
|
127e2b0839 | ||
|
|
5d649bd295 | ||
|
|
830387ddf9 | ||
|
|
c3d9fda389 | ||
|
|
ad35c8baf1
|
||
|
|
8ba37cddd5 | ||
|
|
c2a7048856 | ||
|
|
40e1d51503 | ||
|
|
e06259b87a | ||
|
|
978b321813 | ||
|
|
044de7f5ff | ||
|
|
80df76a43c
|
||
|
|
5b872feb6f | ||
|
|
f45bcefbc3
|
||
|
|
35e606c02b | ||
|
|
7220364946
|
||
|
|
c93dc8ca8b
|
||
|
|
f2e14a1dd5 | ||
|
|
6fdb2437e8 | ||
|
|
3adc1b3ceb
|
||
|
|
25d96fe0c4
|
||
|
|
0227c422a7
|
||
|
|
01e52d1029 | ||
|
|
67ede7fad8 | ||
|
|
23dd2efdd2
|
||
|
|
8b6851937a | ||
|
|
db34d33bab | ||
|
|
17e2fdbe1a
|
||
|
|
b6d2c30d7f
|
+50
-47
@@ -3,44 +3,61 @@ kind: pipeline
|
|||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: linter
|
name: linter
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: clone
|
||||||
|
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||||
|
|
||||||
- name: helm lint
|
- name: helm lint
|
||||||
commands:
|
commands:
|
||||||
- helm lint
|
- helm lint
|
||||||
image: quay.io/helmpack/chart-testing:latest
|
image: git.cryptic.systems/volker.raschek/helm:4.2.3
|
||||||
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.30.0
|
image: git.cryptic.systems/volker.raschek/markdownlint:0.45.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 50
|
cpu: 150
|
||||||
memory: 50M
|
memory: 150M
|
||||||
|
|
||||||
|
- name: helm template
|
||||||
|
commands:
|
||||||
|
- helm template .
|
||||||
|
image: git.cryptic.systems/volker.raschek/helm:4.2.3
|
||||||
|
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: git.cryptic.systems/volker.raschek/drone-email:0.2.0
|
||||||
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
|
||||||
@@ -54,50 +71,36 @@ trigger:
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: sync
|
name: release
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: github
|
- name: clone
|
||||||
image: docker.io/appleboy/drone-git-push:latest
|
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||||
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:
|
environment:
|
||||||
PLUGIN_HOST:
|
HELM_REPO_PASSWORD:
|
||||||
from_secret: smtp_host
|
from_secret: helm_repo_password
|
||||||
PLUGIN_USERNAME:
|
HELM_REPO_USERNAME:
|
||||||
from_secret: smtp_username
|
from_secret: helm_repo_username
|
||||||
PLUGIN_PASSWORD:
|
image: git.cryptic.systems/volker.raschek/helm:4.2.3
|
||||||
from_secret: smtp_password
|
|
||||||
PLUGIN_FROM:
|
|
||||||
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:
|
|
||||||
status:
|
|
||||||
- changed
|
|
||||||
- failure
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
event:
|
event:
|
||||||
- push
|
- tag
|
||||||
repo:
|
repo:
|
||||||
- volker.raschek/roundcube-charts
|
- volker.raschek/roundcube-charts
|
||||||
|
|||||||
+2
-2
@@ -2,8 +2,8 @@ apiVersion: v2
|
|||||||
name: roundcube
|
name: roundcube
|
||||||
description: Helm chart for roundcube
|
description: Helm chart for roundcube
|
||||||
type: application
|
type: application
|
||||||
version: "0.2.0"
|
version: "0.2.1"
|
||||||
appVersion: "1.5.1-apache"
|
appVersion: "1.5.3-fpm-alpine"
|
||||||
icon: https://upload.wikimedia.org/wikipedia/commons/e/e3/Roundcube_logo_icon.svg
|
icon: https://upload.wikimedia.org/wikipedia/commons/e/e3/Roundcube_logo_icon.svg
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
# roundcube-charts
|
# roundcube-charts
|
||||||
|
|
||||||
[](https://drone.cryptic.systems/volker.raschek/roundcube-charts)
|
|
||||||
[](https://artifacthub.io/packages/search?repo=volker-raschek)
|
[](https://artifacthub.io/packages/search?repo=volker-raschek)
|
||||||
|
|
||||||
This is an inofficial helm chart for
|
This is an inofficial helm chart for
|
||||||
|
|||||||
+59
-9
@@ -1,19 +1,69 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"automergeStrategy": "merge-commit",
|
"extends": [
|
||||||
"automergeType": "pr",
|
"local>volker.raschek/renovate-config:default#master",
|
||||||
"assignees": [ "volker.raschek" ],
|
"local>volker.raschek/renovate-config:container#master",
|
||||||
"regexManagers": [
|
"local>volker.raschek/renovate-config:actions#master",
|
||||||
|
"local>volker.raschek/renovate-config:helm#master",
|
||||||
|
"local>volker.raschek/renovate-config:npm#master",
|
||||||
|
"local>volker.raschek/renovate-config:regexp#master"
|
||||||
|
],
|
||||||
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"description": "Update container image reference",
|
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"^Chart\\.yaml$"
|
"^Chart\\.yaml$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"appVersion: \"(?<currentValue>.*?)\"\\s+"
|
"appVersion: \"(?<currentValue>.*?)-apache\"\\s+"
|
||||||
],
|
],
|
||||||
"depNameTemplate": "docker.io/roundcube/roundcubemail",
|
"datasourceTemplate": "docker",
|
||||||
"datasourceTemplate": "docker"
|
"depNameTemplate": "roundcube/roundcubemail",
|
||||||
|
"lookupNameTemplate": "docker.io/roundcube/roundcubemail",
|
||||||
|
"versioningTemplate": "semver"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fileMatch": ["^README\\.md$"],
|
||||||
|
"matchStrings": [
|
||||||
|
"CHART_VERSION=(?<currentValue>.*)"
|
||||||
|
],
|
||||||
|
"depNameTemplate": "volker.raschek/roundcube-charts",
|
||||||
|
"packageNameTemplate": "https://git.cryptic.systems/volker.raschek/roundcube-charts",
|
||||||
|
"datasourceTemplate": "git-tags",
|
||||||
|
"versioningTemplate": "semver"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"addLabels": [
|
||||||
|
"renovate/automerge",
|
||||||
|
"renovate/container"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"excludePackagePatterns": [
|
||||||
|
"roundcube/roundcubemail"
|
||||||
|
],
|
||||||
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"addLabels": [
|
||||||
|
"renovate/automerge",
|
||||||
|
"renovate/documentation"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"matchDepNames": [
|
||||||
|
"volker.raschek/roundcube-charts"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"major",
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,13 +47,16 @@ spec:
|
|||||||
port: http
|
port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
|
{{- with .Values.affinity }}
|
||||||
|
affinity:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.affinity }}
|
{{- if .Values.podPriorityClassName }}
|
||||||
affinity:
|
priorityClassName: {{ .Values.podPriorityClassName }}
|
||||||
{{- toYaml . | nindent 8 }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.tolerations }}
|
{{- with .Values.tolerations }}
|
||||||
tolerations:
|
tolerations:
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ serviceAccount:
|
|||||||
|
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
|
||||||
|
podPriorityClassName: ""
|
||||||
|
|
||||||
podSecurityContext: {}
|
podSecurityContext: {}
|
||||||
# fsGroup: 2000
|
# fsGroup: 2000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user