Compare commits
9 Commits
c562e47d2e
...
4d58b0cb73
Author | SHA1 | Date | |
---|---|---|---|
4d58b0cb73
|
|||
07e861027a | |||
7d84723f88 | |||
26ac5ea61f | |||
6a677fad72 | |||
f8f617689c | |||
b8e9bc8733 | |||
ac68a6e166 | |||
dabe18112b |
@@ -185,7 +185,7 @@ homepage:
|
|||||||
siteMonitor: https://www.alexlebens.dev
|
siteMonitor: https://www.alexlebens.dev
|
||||||
statusStyle: dot
|
statusStyle: dot
|
||||||
- Content Management:
|
- Content Management:
|
||||||
icon: sh-directus.webp
|
icon: directus.png
|
||||||
description: Directus
|
description: Directus
|
||||||
href: https://directus.alexlebens.dev
|
href: https://directus.alexlebens.dev
|
||||||
siteMonitor: https://directus.alexlebens.dev
|
siteMonitor: https://directus.alexlebens.dev
|
||||||
|
@@ -9,7 +9,7 @@ huntarr:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: huntarr/huntarr
|
repository: huntarr/huntarr
|
||||||
tag: 6.5.15
|
tag: 6.6.2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
@@ -15,7 +15,7 @@ radarr-4k:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/radarr
|
repository: ghcr.io/linuxserver/radarr
|
||||||
tag: 5.22.4@sha256:105b7ffb9e88880a55a3fcd6116542f19af21aae8884a4e276e007d2816bbacb
|
tag: 5.23.3@sha256:532749cc71739130720c9d1cd8b8fbec204f6c8bd94fd633fccb4b566a672a55
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
@@ -13,7 +13,7 @@ radarr-anime:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/radarr
|
repository: ghcr.io/linuxserver/radarr
|
||||||
tag: 5.22.4@sha256:105b7ffb9e88880a55a3fcd6116542f19af21aae8884a4e276e007d2816bbacb
|
tag: 5.23.3@sha256:532749cc71739130720c9d1cd8b8fbec204f6c8bd94fd633fccb4b566a672a55
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
@@ -13,7 +13,7 @@ radarr-standup:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/radarr
|
repository: ghcr.io/linuxserver/radarr
|
||||||
tag: 5.22.4@sha256:105b7ffb9e88880a55a3fcd6116542f19af21aae8884a4e276e007d2816bbacb
|
tag: 5.23.3@sha256:532749cc71739130720c9d1cd8b8fbec204f6c8bd94fd633fccb4b566a672a55
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
@@ -15,7 +15,7 @@ radarr:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/radarr
|
repository: ghcr.io/linuxserver/radarr
|
||||||
tag: 5.22.4@sha256:105b7ffb9e88880a55a3fcd6116542f19af21aae8884a4e276e007d2816bbacb
|
tag: 5.23.3@sha256:532749cc71739130720c9d1cd8b8fbec204f6c8bd94fd633fccb4b566a672a55
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
@@ -52,4 +52,5 @@ spec:
|
|||||||
- ApplyOutOfSyncOnly={{ $stack.syncPolicy.syncOptions.applyOutOfSyncOnly | default true }}
|
- ApplyOutOfSyncOnly={{ $stack.syncPolicy.syncOptions.applyOutOfSyncOnly | default true }}
|
||||||
- ServerSideApply={{ $stack.syncPolicy.syncOptions.serverSideApply | default true }}
|
- ServerSideApply={{ $stack.syncPolicy.syncOptions.serverSideApply | default true }}
|
||||||
- PruneLast={{ $stack.syncPolicy.syncOptions.pruneLast | default true }}
|
- PruneLast={{ $stack.syncPolicy.syncOptions.pruneLast | default true }}
|
||||||
|
- RespectIgnoreDifferences={{ $stack.syncPolicy.syncOptions.respectIgnoreDifferences | default true }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@@ -18,11 +18,11 @@ spec:
|
|||||||
name: in-cluster
|
name: in-cluster
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
# ignoreDifferences:
|
ignoreDifferences:
|
||||||
# - group: ""
|
- group: ""
|
||||||
# kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
# jqPathExpressions:
|
jqPathExpressions:
|
||||||
# - .spec.endpoints[].relabelings[].action
|
- .spec.endpoints[].relabelings[].action
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
@@ -38,6 +38,7 @@ spec:
|
|||||||
- ApplyOutOfSyncOnly=true
|
- ApplyOutOfSyncOnly=true
|
||||||
- ServerSideApply=true
|
- ServerSideApply=true
|
||||||
- PruneLast=true
|
- PruneLast=true
|
||||||
|
- RespectIgnoreDifferences=true
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
@@ -18,7 +18,6 @@ applicationSet:
|
|||||||
prune: true
|
prune: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
serverSideApply: true
|
serverSideApply: true
|
||||||
RespectIgnoreDifferences: true
|
|
||||||
- name: deployment
|
- name: deployment
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
@@ -54,26 +53,33 @@ applicationSet:
|
|||||||
kind: Service
|
kind: Service
|
||||||
jqPathExpressions:
|
jqPathExpressions:
|
||||||
- .spec.externalName
|
- .spec.externalName
|
||||||
# - kind: StatefulSet
|
- kind: StatefulSet
|
||||||
# jqPathExpressions:
|
jqPathExpressions:
|
||||||
# - .spec.volumeClaimTemplates[].apiVersion
|
- .spec.volumeClaimTemplates[].apiVersion
|
||||||
# - .spec.volumeClaimTemplates[].kind
|
- .spec.volumeClaimTemplates[].kind
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
serverSideApply: true
|
serverSideApply: true
|
||||||
RespectIgnoreDifferences: true
|
|
||||||
- name: services
|
- name: services
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- group: ""
|
- group: ""
|
||||||
kind: GpuDevicePlugin
|
kind: GpuDevicePlugin
|
||||||
jqPathExpressions:
|
jqPathExpressions:
|
||||||
- .metadata.annotations[]
|
- .metadata.annotations[]
|
||||||
# - kind: StatefulSet
|
- group: "apps"
|
||||||
# jqPathExpressions:
|
kind: "Deployment"
|
||||||
# - .spec.volumeClaimTemplates[].apiVersion
|
jsonPointers:
|
||||||
# - .spec.volumeClaimTemplates[].kind
|
- /spec/template/metadata/annotations/checksum~1secret
|
||||||
|
- /spec/template/metadata/annotations/checksum~1secret-core
|
||||||
|
- /spec/template/metadata/annotations/checksum~1secret-jobservice
|
||||||
|
- /spec/template/metadata/annotations/checksum~1tls
|
||||||
|
- group: "apps"
|
||||||
|
kind: "StatefulSet"
|
||||||
|
jsonPointers:
|
||||||
|
- /spec/template/metadata/annotations/checksum~1secret
|
||||||
|
- /spec/template/metadata/annotations/checksum~1tls
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
@@ -85,4 +91,3 @@ applicationSet:
|
|||||||
prune: true
|
prune: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
serverSideApply: true
|
serverSideApply: true
|
||||||
RespectIgnoreDifferences: true
|
|
||||||
|
@@ -19,7 +19,7 @@ external-dns-unifi:
|
|||||||
webhook:
|
webhook:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/kashalls/external-dns-unifi-webhook
|
repository: ghcr.io/kashalls/external-dns-unifi-webhook
|
||||||
tag: v0.5.2
|
tag: v0.6.0
|
||||||
env:
|
env:
|
||||||
- name: UNIFI_HOST
|
- name: UNIFI_HOST
|
||||||
value: https://192.168.1.1
|
value: https://192.168.1.1
|
||||||
|
Reference in New Issue
Block a user