Compare commits
3 Commits
a93aa18b43
...
d83272cab6
Author | SHA1 | Date |
---|---|---|
|
d83272cab6 | |
|
61a0e53c0b | |
|
f5e49ee8d3 |
|
@ -11,6 +11,3 @@ 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,6 +11,3 @@ 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
|
|
||||||
|
|
|
@ -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.21
|
newTag: version-6.1.19
|
||||||
|
|
|
@ -117,14 +117,14 @@ patches:
|
||||||
name: dch-root-ca
|
name: dch-root-ca
|
||||||
images:
|
images:
|
||||||
- name: ghcr.io/home-assistant/home-assistant
|
- name: ghcr.io/home-assistant/home-assistant
|
||||||
newTag: 2024.10.1
|
newTag: 2024.9.3
|
||||||
- name: docker.io/rhasspy/wyoming-whisper
|
- name: docker.io/rhasspy/wyoming-whisper
|
||||||
newTag: 2.1.0
|
newTag: 2.1.0
|
||||||
- name: docker.io/rhasspy/wyoming-piper
|
- name: docker.io/rhasspy/wyoming-piper
|
||||||
newTag: 1.5.0
|
newTag: 1.5.0
|
||||||
- name: docker.io/koenkk/zigbee2mqtt
|
- name: docker.io/koenkk/zigbee2mqtt
|
||||||
newTag: 1.40.2
|
newTag: 1.40.1
|
||||||
- name: docker.io/zwavejs/zwave-js-ui
|
- name: docker.io/zwavejs/zwave-js-ui
|
||||||
newTag: 9.21.1
|
newTag: 9.21.0
|
||||||
- name: docker.io/library/eclipse-mosquitto
|
- name: docker.io/library/eclipse-mosquitto
|
||||||
newTag: 2.0.19
|
newTag: 2.0.18
|
||||||
|
|
|
@ -36,12 +36,6 @@ 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
|
||||||
|
@ -75,24 +69,3 @@ 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