Compare commits
10 Commits
a586b8a632
...
8974016708
Author | SHA1 | Date |
---|---|---|
|
8974016708 | |
|
2ccbcd494c | |
|
e9bfc63a74 | |
|
32171cc76e | |
|
71f091fa05 | |
|
df50decba1 | |
|
0022171616 | |
|
a149bc8761 | |
|
76588c3e20 | |
|
bdc24e1778 |
|
@ -11,3 +11,6 @@ spec:
|
||||||
path: authelia
|
path: authelia
|
||||||
repoURL: https://git.pyrocufflink.blue/infra/kubernetes.git
|
repoURL: https://git.pyrocufflink.blue/infra/kubernetes.git
|
||||||
targetRevision: master
|
targetRevision: master
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
|
|
@ -11,3 +11,6 @@ spec:
|
||||||
path: ntfy
|
path: ntfy
|
||||||
repoURL: https://git.pyrocufflink.blue/infra/kubernetes.git
|
repoURL: https://git.pyrocufflink.blue/infra/kubernetes.git
|
||||||
targetRevision: master
|
targetRevision: master
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
|
|
@ -57,4 +57,4 @@ patches:
|
||||||
name: dch-root-ca
|
name: dch-root-ca
|
||||||
images:
|
images:
|
||||||
- name: ghcr.io/authelia/authelia
|
- name: ghcr.io/authelia/authelia
|
||||||
newTag: 4.38.12
|
newTag: 4.38.15
|
||||||
|
|
|
@ -55,4 +55,4 @@ patches:
|
||||||
defaultMode: 0640
|
defaultMode: 0640
|
||||||
images:
|
images:
|
||||||
- name: docker.io/fireflyiii/core
|
- name: docker.io/fireflyiii/core
|
||||||
newTag: version-6.1.19
|
newTag: version-6.1.21
|
||||||
|
|
|
@ -36,6 +36,12 @@ projects:
|
||||||
kind: github
|
kind: github
|
||||||
organization: zwave-js
|
organization: zwave-js
|
||||||
repo: zwave-js-ui
|
repo: zwave-js-ui
|
||||||
|
- name: mosquitto
|
||||||
|
image: docker.io/library/eclipse-mosquitto
|
||||||
|
source:
|
||||||
|
kind: docker
|
||||||
|
namespace: library
|
||||||
|
repository: eclipse-mosquitto
|
||||||
|
|
||||||
- name: firefly-iii
|
- name: firefly-iii
|
||||||
kind: kustomize
|
kind: kustomize
|
||||||
|
@ -69,3 +75,24 @@ projects:
|
||||||
kind: docker
|
kind: docker
|
||||||
namespace: apache
|
namespace: apache
|
||||||
repository: tika
|
repository: tika
|
||||||
|
|
||||||
|
- name: ntfy
|
||||||
|
kind: kustomize
|
||||||
|
images:
|
||||||
|
- name: ntfy
|
||||||
|
image: docker.io/binwiederhier/ntfy
|
||||||
|
tag_format: v{version}
|
||||||
|
source:
|
||||||
|
kind: github
|
||||||
|
organization: binwiederhier
|
||||||
|
repo: ntfy
|
||||||
|
|
||||||
|
- name: authelia
|
||||||
|
kind: kustomize
|
||||||
|
images:
|
||||||
|
- name: authelia
|
||||||
|
image: ghcr.io/authelia/authelia
|
||||||
|
source:
|
||||||
|
kind: github
|
||||||
|
organization: authelia
|
||||||
|
repo: authelia
|
||||||
|
|
Loading…
Reference in New Issue