You've already forked roundcube-charts
Compare commits
34 Commits
dbf97ed4c2
...
master
Author | SHA1 | Date | |
---|---|---|---|
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 |
14
.drone.yml
14
.drone.yml
@ -12,12 +12,12 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
- name: clone
|
||||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||||
|
|
||||||
- name: helm lint
|
- name: helm lint
|
||||||
commands:
|
commands:
|
||||||
- helm lint
|
- helm lint
|
||||||
image: git.cryptic.systems/volker.raschek/helm:3.12.3
|
image: git.cryptic.systems/volker.raschek/helm:3.18.5
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
@ -26,7 +26,7 @@ steps:
|
|||||||
- name: markdown lint
|
- name: markdown lint
|
||||||
commands:
|
commands:
|
||||||
- markdownlint *.md
|
- markdownlint *.md
|
||||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.37.0
|
image: git.cryptic.systems/volker.raschek/markdownlint:0.45.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
@ -35,7 +35,7 @@ steps:
|
|||||||
- name: helm template
|
- name: helm template
|
||||||
commands:
|
commands:
|
||||||
- helm template .
|
- helm template .
|
||||||
image: git.cryptic.systems/volker.raschek/helm:3.12.3
|
image: git.cryptic.systems/volker.raschek/helm:3.18.5
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
@ -53,7 +53,7 @@ steps:
|
|||||||
from_secret: smtp_username
|
from_secret: smtp_username
|
||||||
SMTP_PASSWORD:
|
SMTP_PASSWORD:
|
||||||
from_secret: smtp_password
|
from_secret: smtp_password
|
||||||
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
image: git.cryptic.systems/volker.raschek/drone-email:0.2.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
@ -81,7 +81,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
- name: clone
|
||||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||||
|
|
||||||
- name: release-helm-chart
|
- name: release-helm-chart
|
||||||
commands:
|
commands:
|
||||||
@ -93,7 +93,7 @@ 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: git.cryptic.systems/volker.raschek/helm:3.12.3
|
image: git.cryptic.systems/volker.raschek/helm:3.18.5
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
|
@ -3,7 +3,7 @@ name: roundcube
|
|||||||
description: Helm chart for roundcube
|
description: Helm chart for roundcube
|
||||||
type: application
|
type: application
|
||||||
version: "0.2.1"
|
version: "0.2.1"
|
||||||
appVersion: "1.5.3-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
|
||||||
|
@ -1,38 +1,68 @@
|
|||||||
{
|
{
|
||||||
"$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",
|
||||||
"labels": [ "renovate" ],
|
"local>volker.raschek/renovate-config:actions#master",
|
||||||
"packageRules": [
|
"local>volker.raschek/renovate-config:npm#master",
|
||||||
{
|
"local>volker.raschek/renovate-config:regexp#master"
|
||||||
"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",
|
"customManagers": [
|
||||||
"rebaseWhen": "behind-base-branch",
|
|
||||||
"regexManagers": [
|
|
||||||
{
|
{
|
||||||
"description": "Update container image reference",
|
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"^Chart\\.yaml$"
|
"^Chart\\.yaml$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"appVersion: \"(?<currentValue>.*?)\"\\s+"
|
"appVersion: \"(?<currentValue>.*?)-apache\"\\s+"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker",
|
||||||
"depNameTemplate": "roundcubemail",
|
"depNameTemplate": "roundcube/roundcubemail",
|
||||||
"lookupNameTemplate": "docker.io/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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user