mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-16 18:02:55 +02:00
f13417bc8f
Deploys ghcr.io/rubenhensen/bolletjestrui at vic.rubenhensen.nl: - bolletjestrui/ folder: deployment (SQLite on a PVC, migrate-on-start, ORIGIN + raised BODY_SIZE_LIMIT for GPX uploads), service, nginx ingress with prod-cluster-issuer TLS, PVC, and a Vault ExternalSecret (kv/bolletjestrui: site_password, admin_password, key_secret). - apps/templates/bolletjestrui-folder.yaml: ArgoCD Application. - dns: vic A record -> 46.224.26.65 (ingress LB). - renovate: watch bolletjestrui/ for image tag bumps. Committed locally, not pushed: needs the Vault secret created and the ghcr package made public first.
64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"argocd": {
|
|
"managerFilePatterns": [
|
|
"/apps/templates/.+\\.yaml$/"
|
|
]
|
|
},
|
|
"helm-values": {
|
|
"managerFilePatterns": [
|
|
"/apps/templates/.+\\.yaml$/"
|
|
]
|
|
},
|
|
"kubernetes": {
|
|
"managerFilePatterns": [
|
|
"/apps/templates/.+\\.yaml$/",
|
|
"/serpbear/.+\\.yaml$/",
|
|
"/bolletjestrui/.+\\.yaml$/"
|
|
]
|
|
},
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"managerFilePatterns": [
|
|
"/apps/templates/.+\\.yaml$/"
|
|
],
|
|
"matchStrings": [
|
|
"repoURL: https://github.com/(?<depName>[^/]+/[^/\\.]+)\\.git\\n\\s+targetRevision: (?<currentValue>.*)"
|
|
],
|
|
"datasourceTemplate": "github-tags"
|
|
},
|
|
{
|
|
"customType": "regex",
|
|
"managerFilePatterns": [
|
|
"/apps/templates/.+\\.yaml$/"
|
|
],
|
|
"matchStrings": [
|
|
"repoURL: (?<registryUrl>.*?)\\n\\s+targetRevision: (?<currentValue>[^\\s]+)\\n\\s+chart: (?<depName>[^\\s]+)"
|
|
],
|
|
"datasourceTemplate": "helm"
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": [
|
|
"helm"
|
|
],
|
|
"semanticCommits": "enabled",
|
|
"commitMessageTopic": "helm chart {{depName}}",
|
|
"separateMinorPatch": true
|
|
},
|
|
{
|
|
"matchDatasources": [
|
|
"github-tags"
|
|
],
|
|
"semanticCommits": "enabled",
|
|
"commitMessageTopic": "{{depName}}",
|
|
"separateMinorPatch": true
|
|
}
|
|
]
|
|
}
|