Skip to content

Commit

Permalink
fix: git-sync deprecated fields
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Oct 16, 2023
1 parent 46fc931 commit ab0208a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions kubernetes/apps/media/bazarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ spec:
image:
repository: registry.k8s.io/git-sync/git-sync
tag: v4.1.0
args:
- --repo=https://github.com/KBlixt/subcleaner
- --branch=master
- --wait=86400 # 1 day
- --root=/add-ons
env:
GITSYNC_REPO: https://github.com/KBlixt/subcleaner
GITSYNC_REF: master
GITSYNC_PERIOD: 86400s # 1 day
GITSYNC_ROOT: /add-ons
resources:
requests:
cpu: 10m
Expand Down
10 changes: 5 additions & 5 deletions kubernetes/apps/media/tautulli/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ spec:
image:
repository: registry.k8s.io/git-sync/git-sync
tag: v4.1.0
args:
- --repo=https://github.com/blacktwin/JBOPS
- --branch=master
- --wait=86400 # 1 day
- --root=/add-ons
env:
GITSYNC_REPO: https://github.com/blacktwin/JBOPS
GITSYNC_REF: master
GITSYNC_PERIOD: 86400s # 1 day
GITSYNC_ROOT: /add-ons
resources:
requests:
cpu: 10m
Expand Down

0 comments on commit ab0208a

Please sign in to comment.