Skip to content

Commit

Permalink
Merge branch 'main' into renovate/main-app-template-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Oct 8, 2024
2 parents 12308e4 + 646f0b1 commit 50fbc89
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
path: default

- name: Diff Resources
uses: docker://ghcr.io/allenporter/flux-local:v5.5.1
uses: docker://ghcr.io/allenporter/flux-local:v6.0.0
with:
args: >-
diff ${{ matrix.resources }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flux-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
path: pull

- name: Gather Images in Default Branch
uses: docker://ghcr.io/allenporter/flux-local:v5.5.1
uses: docker://ghcr.io/allenporter/flux-local:v6.0.0
with:
args: >-
get cluster
Expand All @@ -95,7 +95,7 @@ jobs:
--output-file default.yaml
- name: Gather Images in Pull Request Branch
uses: docker://ghcr.io/allenporter/flux-local:v5.5.1
uses: docker://ghcr.io/allenporter/flux-local:v6.0.0
with:
args: >-
get cluster
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/limitarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
app:
image:
repository: ghcr.io/onedr0p/kubanetics
tag: 2024.10.3@sha256:9e8e70ac686e9256686e372b27d9a39ab92d6d4c651e67aacedc8ec077a71a66
tag: 2024.10.4@sha256:46f882438429f91381685693c1825c73c5c5afde04182e2a0c4a9153eb1a0d35
env:
SCRIPT_NAME: bandwidth-limiter.py
QBITTORRENT_URL: http://qbittorrent.default.svc.cluster.local
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
app:
image:
repository: ghcr.io/onedr0p/kubanetics
tag: 2024.10.3@sha256:9e8e70ac686e9256686e372b27d9a39ab92d6d4c651e67aacedc8ec077a71a66
tag: 2024.10.4@sha256:46f882438429f91381685693c1825c73c5c5afde04182e2a0c4a9153eb1a0d35
env:
SCRIPT_NAME: fstrim.sh
TZ: *timeZone
Expand Down

0 comments on commit 50fbc89

Please sign in to comment.