Compare commits
4
Commits
5147af9d8f
...
b3135998f6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b3135998f6 | ||
|
|
aff867b774
|
||
|
|
4c31107f8c | ||
|
|
6b15082274 |
@@ -8,7 +8,7 @@ spec:
|
|||||||
interval: 24h
|
interval: 24h
|
||||||
url: https://github.com/usekaneo/kaneo.git
|
url: https://github.com/usekaneo/kaneo.git
|
||||||
ref:
|
ref:
|
||||||
tag: v2.9.9
|
tag: v2.9.10
|
||||||
ignore: |
|
ignore: |
|
||||||
# exclude all
|
# exclude all
|
||||||
/*
|
/*
|
||||||
@@ -54,7 +54,7 @@ spec:
|
|||||||
|
|
||||||
kaneo:
|
kaneo:
|
||||||
image:
|
image:
|
||||||
tag: "2.9.9" # renovate: depName=ghcr.io/usekaneo/kaneo registryUrl=https://ghcr.io
|
tag: "2.9.10" # renovate: depName=ghcr.io/usekaneo/kaneo registryUrl=https://ghcr.io
|
||||||
env:
|
env:
|
||||||
clientUrl: "https://kaneo.lumpiasty.xyz"
|
clientUrl: "https://kaneo.lumpiasty.xyz"
|
||||||
disablePasswordRegistration: true
|
disablePasswordRegistration: true
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: supervisord
|
- name: supervisord
|
||||||
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:86e4837462324c47fa49d4f766908e133d84ba5373caf1f8fa5c55f44397b312
|
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:2676d13df2a0833b27ab8ec441da78c6c43d3f7bf75837d35723eefb40a82ce1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
|||||||
+1
-1
@@ -37,7 +37,7 @@
|
|||||||
"platformAutomerge": true
|
"platformAutomerge": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["patch"],
|
"matchUpdateTypes": ["patch", "digest"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "pr",
|
"automergeType": "pr",
|
||||||
"platformAutomerge": true
|
"platformAutomerge": true
|
||||||
|
|||||||
Reference in New Issue
Block a user