Skip to content

Commit

Permalink
Merge branch 'main' of github.com:qjoly/GitOps
Browse files Browse the repository at this point in the history
  • Loading branch information
qjoly committed Jan 3, 2025
2 parents 2665c42 + 67610e1 commit 56f961c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cortado/apps/media/audiobookshelf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
source:
repoURL: https://rubxkube.github.io/common-charts/
chart: common
targetRevision: v0.4.0
targetRevision: v0.4.1
plugin:
name: argocd-vault-plugin-helm
env:
Expand Down
2 changes: 1 addition & 1 deletion cortado/apps/media/exportarr/radarr/radarr-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
source:
repoURL: https://rubxkube.github.io/common-charts/
chart: common
targetRevision: v0.4.0
targetRevision: v0.4.1
plugin:
name: argocd-vault-plugin-helm
env:
Expand Down
2 changes: 1 addition & 1 deletion cortado/apps/media/exportarr/sonarr/sonarr-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
source:
repoURL: https://rubxkube.github.io/common-charts/
chart: common
targetRevision: v0.4.0
targetRevision: v0.4.1
plugin:
name: argocd-vault-plugin-helm
env:
Expand Down
2 changes: 1 addition & 1 deletion cortado/apps/media/mylar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
source:
repoURL: https://bjw-s.github.io/helm-charts/
chart: app-template
targetRevision: 3.5.1
targetRevision: 3.6.0
helm:
values: |
controllers:
Expand Down
2 changes: 1 addition & 1 deletion cortado/apps/media/plex/plex-monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
source:
repoURL: https://rubxkube.github.io/common-charts/
chart: common
targetRevision: v0.4.0
targetRevision: v0.4.1
plugin:
name: argocd-vault-plugin-helm
env:
Expand Down
2 changes: 1 addition & 1 deletion cortado/apps/misc/curl-coffee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
source:
repoURL: https://rubxkube.github.io/common-charts/
chart: common
targetRevision: v0.4.0
targetRevision: v0.4.1
plugin:
name: argocd-vault-plugin-helm
env:
Expand Down
6 changes: 3 additions & 3 deletions cortado/system/backup/komga/komga-volsync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ metadata:
spec:
sourcePVC: komga-config
trigger:
schedule: "*/30 * * * *"
schedule: "*/10 * * * *"
restic:
pruneIntervalDays: 7
repository: restic-credentials
retain:
hourly: 6
hourly: 3
daily: 5
weekly: 4
monthly: 2
yearly: 1
copyMethod: Direct
copyMethod: Clone

0 comments on commit 56f961c

Please sign in to comment.