Compare commits
2 Commits
freshrss-0
...
libation-0
Author | SHA1 | Date | |
---|---|---|---|
d0255ca5d1 | |||
790ad5b440 |
75
.github/renovate.json
vendored
75
.github/renovate.json
vendored
@@ -7,11 +7,9 @@
|
|||||||
],
|
],
|
||||||
"timezone": "US/Mountain",
|
"timezone": "US/Mountain",
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"after 10am every weekday",
|
"every weekday"
|
||||||
"before 5pm every weekday"
|
|
||||||
],
|
|
||||||
"labels": [
|
|
||||||
],
|
],
|
||||||
|
"labels": [],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Disables for non major Renovate version",
|
"description": "Disables for non major Renovate version",
|
||||||
@@ -41,53 +39,74 @@
|
|||||||
"automerge": false
|
"automerge": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Generate image updates on Tuesdays",
|
"description": "Label service images",
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"linuxserver/calibre",
|
|
||||||
"homeassistant/home-assistant",
|
|
||||||
"linuxserver/code-server",
|
|
||||||
"ghcr.io/gethomepage/homepage",
|
|
||||||
"ghcr.io/alex1989hu/kubelet-serving-cert-approver",
|
"ghcr.io/alex1989hu/kubelet-serving-cert-approver",
|
||||||
"rmcrackan/libation",
|
"ghcr.io/cloudnative-pg/postgresql",
|
||||||
"outlinewiki/outline",
|
"redis/redis-stack-server"
|
||||||
"ghcr.io/cloudnative-pg/postgresql"
|
|
||||||
],
|
],
|
||||||
"matchDatasources": [
|
"matchDatasources": [
|
||||||
"docker"
|
"docker"
|
||||||
],
|
],
|
||||||
"schedule": [
|
|
||||||
"after 10am on tuesday",
|
|
||||||
"before 5pm on tuesday"
|
|
||||||
],
|
|
||||||
"addLabels": [
|
"addLabels": [
|
||||||
"upgrade",
|
"service",
|
||||||
"weekly",
|
|
||||||
"image"
|
"image"
|
||||||
],
|
],
|
||||||
"bumpVersion": "minor",
|
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"minimumReleaseAge": "3 days"
|
"minimumReleaseAge": "3 days"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Generate application charts on Tuesdays",
|
"description": "Label service charts",
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
|
"elasticsearch",
|
||||||
"redis"
|
"redis"
|
||||||
],
|
],
|
||||||
"matchDatasources": [
|
"matchDatasources": [
|
||||||
"helm"
|
"helm"
|
||||||
],
|
],
|
||||||
"schedule": [
|
|
||||||
"after 10am on tuesday",
|
|
||||||
"before 5pm on tuesday"
|
|
||||||
],
|
|
||||||
"addLabels": [
|
"addLabels": [
|
||||||
"upgrade",
|
"serivce",
|
||||||
"weekly",
|
"chart"
|
||||||
|
],
|
||||||
|
"automerge": false,
|
||||||
|
"minimumReleaseAge": "3 days"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Label application images",
|
||||||
|
"matchPackageNames": [
|
||||||
|
"bbilly1/tubearchivist-jf",
|
||||||
|
"bbilly1/tubearchivist",
|
||||||
|
"freshrss/freshrss",
|
||||||
|
"ghcr.io/gethomepage/homepage",
|
||||||
|
"homeassistant/home-assistant",
|
||||||
|
"linuxserver/calibre",
|
||||||
|
"linuxserver/code-server",
|
||||||
|
"linuxserver/cops",
|
||||||
|
"outlinewiki/outline",
|
||||||
|
"rmcrackan/libation"
|
||||||
|
],
|
||||||
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
|
"addLabels": [
|
||||||
|
"application",
|
||||||
|
"image"
|
||||||
|
],
|
||||||
|
"automerge": false,
|
||||||
|
"minimumReleaseAge": "3 days"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Label application charts",
|
||||||
|
"matchPackageNames": [],
|
||||||
|
"matchDatasources": [
|
||||||
|
"helm"
|
||||||
|
],
|
||||||
|
"addLabels": [
|
||||||
|
"application",
|
||||||
"chart"
|
"chart"
|
||||||
],
|
],
|
||||||
"bumpVersion": "minor",
|
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"minimumReleaseAge": "3 days"
|
"minimumReleaseAge": "3 days"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: calibre-server
|
name: calibre-server
|
||||||
version: 0.0.5
|
version: 0.0.6
|
||||||
description: Chart for Calibre content database
|
description: Chart for Calibre content database
|
||||||
keywords:
|
keywords:
|
||||||
- media
|
- media
|
||||||
|
@@ -31,7 +31,7 @@ ingressRoute:
|
|||||||
http:
|
http:
|
||||||
host:
|
host:
|
||||||
authentik:
|
authentik:
|
||||||
outpost: authentik-proxy-outpost
|
outpost:
|
||||||
port: 9000
|
port: 9000
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: freshrss
|
name: freshrss
|
||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
description: Chart for Freshrss
|
description: Chart for Freshrss
|
||||||
keywords:
|
keywords:
|
||||||
- rss
|
- rss
|
||||||
|
@@ -23,7 +23,7 @@ service:
|
|||||||
port: 80
|
port: 80
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: traefik
|
className:
|
||||||
annotations:
|
annotations:
|
||||||
host:
|
host:
|
||||||
persistence:
|
persistence:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: homepage
|
name: homepage
|
||||||
version: 0.0.7
|
version: 0.0.8
|
||||||
description: Chart for benphelps homepage
|
description: Chart for benphelps homepage
|
||||||
keywords:
|
keywords:
|
||||||
- dashboard
|
- dashboard
|
||||||
|
@@ -20,7 +20,7 @@ service:
|
|||||||
ingressRoute:
|
ingressRoute:
|
||||||
host:
|
host:
|
||||||
authentik:
|
authentik:
|
||||||
outpost: authentik-proxy-outpost
|
outpost:
|
||||||
port: 9000
|
port: 9000
|
||||||
config:
|
config:
|
||||||
bookmarks:
|
bookmarks:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: libation
|
name: libation
|
||||||
version: 0.0.5
|
version: 0.0.6
|
||||||
description: Import library from audible
|
description: Import library from audible
|
||||||
keywords:
|
keywords:
|
||||||
- audiobooks
|
- audiobooks
|
||||||
|
@@ -6,8 +6,8 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
storageClassName: nfs-client
|
storageClassName: default
|
||||||
storageSize: 1Gi
|
storageSize: 1Gi
|
||||||
volumeMode: Filesystem
|
volumeMode: Filesystem
|
||||||
books:
|
books:
|
||||||
claimName: libation-nfs-storage
|
claimName:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: outline
|
name: outline
|
||||||
version: 0.0.7
|
version: 0.0.8
|
||||||
description: Chart for Outline wiki
|
description: Chart for Outline wiki
|
||||||
keywords:
|
keywords:
|
||||||
- wiki
|
- wiki
|
||||||
|
@@ -17,7 +17,7 @@ service:
|
|||||||
port: 3000
|
port: 3000
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: traefik
|
className:
|
||||||
annotations:
|
annotations:
|
||||||
host:
|
host:
|
||||||
persistence:
|
persistence:
|
||||||
@@ -54,16 +54,16 @@ outline:
|
|||||||
database:
|
database:
|
||||||
passwordSecret:
|
passwordSecret:
|
||||||
existingSecretName:
|
existingSecretName:
|
||||||
existingSecretKey: password
|
existingSecretKey:
|
||||||
usernameSecret:
|
usernameSecret:
|
||||||
existingSecretName:
|
existingSecretName:
|
||||||
existingSecretKey: username
|
existingSecretKey:
|
||||||
databaseName:
|
databaseName:
|
||||||
existingSecretName:
|
existingSecretName:
|
||||||
existingSecretKey: dbname
|
existingSecretKey:
|
||||||
databaseHost:
|
databaseHost:
|
||||||
existingSecretName:
|
existingSecretName:
|
||||||
existingSecretKey: host
|
existingSecretKey:
|
||||||
connectionPoolMin: ""
|
connectionPoolMin: ""
|
||||||
connectionPoolMax: "20"
|
connectionPoolMax: "20"
|
||||||
sslMode: disable
|
sslMode: disable
|
||||||
|
Reference in New Issue
Block a user