9 Commits

10 changed files with 30 additions and 23 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 }}

View File

@@ -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

View File

@@ -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

View File

@@ -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