mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
Compare commits
11 commits
45f76482ba
...
a6e2515ba9
Author | SHA1 | Date | |
---|---|---|---|
|
a6e2515ba9 | ||
|
aaf6e036fa | ||
|
487a4f2d43 | ||
|
6e5ffdc8f9 | ||
e9e0dc0728 | |||
|
515698cf73 | ||
|
bcc795a8b9 | ||
|
d27e8cec03 | ||
|
c129165a16 | ||
|
2b579ae513 | ||
|
ddd0542560 |
10 changed files with 10 additions and 10 deletions
|
@ -5,4 +5,4 @@ apps:
|
||||||
- name: crowdsec
|
- name: crowdsec
|
||||||
repoURL: https://crowdsecurity.github.io/helm-charts
|
repoURL: https://crowdsecurity.github.io/helm-charts
|
||||||
chart: crowdsec
|
chart: crowdsec
|
||||||
targetRevision: 0.11.0
|
targetRevision: 0.15.0
|
||||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: flowiseai/flowise
|
repository: flowiseai/flowise
|
||||||
tag: 2.1.5
|
tag: 2.2.0
|
||||||
command:
|
command:
|
||||||
- flowise
|
- flowise
|
||||||
- start
|
- start
|
||||||
|
|
|
@ -9,7 +9,7 @@ image:
|
||||||
# -- image repository
|
# -- image repository
|
||||||
repository: ghcr.io/onedr0p/prowlarr-develop
|
repository: ghcr.io/onedr0p/prowlarr-develop
|
||||||
# @default -- chart.appVersion
|
# @default -- chart.appVersion
|
||||||
tag: "1.26"
|
tag: "1.27"
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/sonarr
|
repository: ghcr.io/onedr0p/sonarr
|
||||||
tag: 4.0.10.2544
|
tag: 4.0.11.2680
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
||||||
- name: kube-prometheus-stack
|
- name: kube-prometheus-stack
|
||||||
repoURL: https://prometheus-community.github.io/helm-charts
|
repoURL: https://prometheus-community.github.io/helm-charts
|
||||||
chart: kube-prometheus-stack
|
chart: kube-prometheus-stack
|
||||||
targetRevision: 66.2.1
|
targetRevision: 66.2.2
|
||||||
secrets:
|
secrets:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
keys:
|
keys:
|
||||||
|
|
|
@ -4,7 +4,7 @@ apps:
|
||||||
- name: homer
|
- name: homer
|
||||||
repoURL: https://djjudas21.github.io/charts
|
repoURL: https://djjudas21.github.io/charts
|
||||||
chart: homer
|
chart: homer
|
||||||
targetRevision: 8.1.15
|
targetRevision: 8.2.2
|
||||||
include:
|
include:
|
||||||
- ingress-internal
|
- ingress-internal
|
||||||
- noRoot
|
- noRoot
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: b4bz/homer
|
repository: b4bz/homer
|
||||||
tag: v24.11.4
|
tag: v24.11.5
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
clone-assets:
|
clone-assets:
|
||||||
|
|
|
@ -14,7 +14,7 @@ apps:
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
repoURL: https://nextcloud.github.io/helm
|
repoURL: https://nextcloud.github.io/helm
|
||||||
chart: nextcloud
|
chart: nextcloud
|
||||||
targetRevision: 6.2.3
|
targetRevision: 6.2.4
|
||||||
secrets:
|
secrets:
|
||||||
- name: nextcloud-user
|
- name: nextcloud-user
|
||||||
keys:
|
keys:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
image:
|
image:
|
||||||
tag: 29-fpm
|
tag: 30-fpm
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
nextcloud:
|
nextcloud:
|
||||||
|
|
|
@ -11,7 +11,7 @@ server:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: "hashicorp/vault"
|
repository: "hashicorp/vault"
|
||||||
tag: "1.18.1"
|
tag: "1.18.2"
|
||||||
auditStorage:
|
auditStorage:
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
Loading…
Reference in a new issue