-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(container): update ghcr.io/buroa/qbtools ( v0.17.2 → v0.17.6 ) #8169
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
area/kubernetes
Changes made in the kubernetes directory
cluster/main
labels
Oct 2, 2024
--- HelmRelease: default/qbtools Deployment: default/qbtools-reannounce
+++ HelmRelease: default/qbtools Deployment: default/qbtools-reannounce
@@ -39,24 +39,20 @@
hostPID: false
dnsPolicy: ClusterFirst
containers:
- args:
- reannounce
- --process-seeding
- - --server
- - qbittorrent.$(POD_NAMESPACE).svc.cluster.local
- - --port
- - '80'
env:
- - name: POD_NAMESPACE
- valueFrom:
- fieldRef:
- fieldPath: metadata.namespace
+ - name: QBITTORRENT_HOST
+ value: qbittorrent.default.svc.cluster.local
+ - name: QBITTORRENT_PORT
+ value: '80'
- name: TZ
value: America/New_York
- image: ghcr.io/buroa/qbtools:v0.17.2@sha256:da8f233a7e3fcdb0aeef5973c4234f9b67161a670e36570837e49b25f3a6ef44
+ image: ghcr.io/buroa/qbtools:v0.17.6@sha256:a248dc3e1d885838532830e15743846b73554b8af7e01fd728758f191458c10f
name: app
resources:
limits:
memory: 256M
requests:
cpu: 25m
--- HelmRelease: default/qbtools CronJob: default/qbtools-orphaned
+++ HelmRelease: default/qbtools CronJob: default/qbtools-orphaned
@@ -44,24 +44,20 @@
- args:
- orphaned
- --exclude-pattern
- '*_unpackerred*'
- --exclude-pattern
- '*/manual/*'
- - --server
- - qbittorrent.$(POD_NAMESPACE).svc.cluster.local
- - --port
- - '80'
env:
- - name: POD_NAMESPACE
- valueFrom:
- fieldRef:
- fieldPath: metadata.namespace
+ - name: QBITTORRENT_HOST
+ value: qbittorrent.default.svc.cluster.local
+ - name: QBITTORRENT_PORT
+ value: '80'
- name: TZ
value: America/New_York
- image: ghcr.io/buroa/qbtools:v0.17.2@sha256:da8f233a7e3fcdb0aeef5973c4234f9b67161a670e36570837e49b25f3a6ef44
+ image: ghcr.io/buroa/qbtools:v0.17.6@sha256:a248dc3e1d885838532830e15743846b73554b8af7e01fd728758f191458c10f
name: app
resources:
limits:
memory: 256M
requests:
cpu: 25m
--- HelmRelease: default/qbtools CronJob: default/qbtools-tagging
+++ HelmRelease: default/qbtools CronJob: default/qbtools-tagging
@@ -45,26 +45,20 @@
- tagging
- --added-on
- --expired
- --last-activity
- --sites
- --unregistered
- - --server
- - qbittorrent.$(POD_NAMESPACE).svc.cluster.local
- - --port
- - '80'
- - --config
- - /config/config.yaml
env:
- - name: POD_NAMESPACE
- valueFrom:
- fieldRef:
- fieldPath: metadata.namespace
+ - name: QBITTORRENT_HOST
+ value: qbittorrent.default.svc.cluster.local
+ - name: QBITTORRENT_PORT
+ value: '80'
- name: TZ
value: America/New_York
- image: ghcr.io/buroa/qbtools:v0.17.2@sha256:da8f233a7e3fcdb0aeef5973c4234f9b67161a670e36570837e49b25f3a6ef44
+ image: ghcr.io/buroa/qbtools:v0.17.6@sha256:a248dc3e1d885838532830e15743846b73554b8af7e01fd728758f191458c10f
name: tagging
resources:
limits:
memory: 256M
requests:
cpu: 25m
@@ -87,24 +81,20 @@
- --exclude-category
- music
- --exclude-tag
- added:24h
- --include-tag
- expired
- - --server
- - qbittorrent.$(POD_NAMESPACE).svc.cluster.local
- - --port
- - '80'
env:
- - name: POD_NAMESPACE
- valueFrom:
- fieldRef:
- fieldPath: metadata.namespace
+ - name: QBITTORRENT_HOST
+ value: qbittorrent.default.svc.cluster.local
+ - name: QBITTORRENT_PORT
+ value: '80'
- name: TZ
value: America/New_York
- image: ghcr.io/buroa/qbtools:v0.17.2@sha256:da8f233a7e3fcdb0aeef5973c4234f9b67161a670e36570837e49b25f3a6ef44
+ image: ghcr.io/buroa/qbtools:v0.17.6@sha256:a248dc3e1d885838532830e15743846b73554b8af7e01fd728758f191458c10f
name: expired
resources:
limits:
memory: 256M
requests:
cpu: 25m
@@ -126,24 +116,20 @@
- --exclude-category
- music
- --exclude-tag
- added:24h
- --include-tag
- unregistered
- - --server
- - qbittorrent.$(POD_NAMESPACE).svc.cluster.local
- - --port
- - '80'
env:
- - name: POD_NAMESPACE
- valueFrom:
- fieldRef:
- fieldPath: metadata.namespace
+ - name: QBITTORRENT_HOST
+ value: qbittorrent.default.svc.cluster.local
+ - name: QBITTORRENT_PORT
+ value: '80'
- name: TZ
value: America/New_York
- image: ghcr.io/buroa/qbtools:v0.17.2@sha256:da8f233a7e3fcdb0aeef5973c4234f9b67161a670e36570837e49b25f3a6ef44
+ image: ghcr.io/buroa/qbtools:v0.17.6@sha256:a248dc3e1d885838532830e15743846b73554b8af7e01fd728758f191458c10f
name: unregistered
resources:
limits:
memory: 256M
requests:
cpu: 25m |
--- kubernetes/main/apps/default/qbittorrent/tools Kustomization: flux-system/qbittorrent-tools HelmRelease: default/qbtools
+++ kubernetes/main/apps/default/qbittorrent/tools Kustomization: flux-system/qbittorrent-tools HelmRelease: default/qbtools
@@ -37,25 +37,19 @@
args:
- orphaned
- --exclude-pattern
- '*_unpackerred*'
- --exclude-pattern
- '*/manual/*'
- - --server
- - qbittorrent.$(POD_NAMESPACE).svc.cluster.local
- - --port
- - '80'
- env:
- POD_NAMESPACE:
- valueFrom:
- fieldRef:
- fieldPath: metadata.namespace
- TZ: America/New_York
- image:
- repository: ghcr.io/buroa/qbtools
- tag: v0.17.2@sha256:da8f233a7e3fcdb0aeef5973c4234f9b67161a670e36570837e49b25f3a6ef44
+ env:
+ QBITTORRENT_HOST: qbittorrent.default.svc.cluster.local
+ QBITTORRENT_PORT: 80
+ TZ: America/New_York
+ image:
+ repository: ghcr.io/buroa/qbtools
+ tag: v0.17.6@sha256:a248dc3e1d885838532830e15743846b73554b8af7e01fd728758f191458c10f
resources:
limits:
memory: 256M
requests:
cpu: 25m
securityContext:
@@ -76,25 +70,19 @@
reannounce:
containers:
app:
args:
- reannounce
- --process-seeding
- - --server
- - qbittorrent.$(POD_NAMESPACE).svc.cluster.local
- - --port
- - '80'
- env:
- POD_NAMESPACE:
- valueFrom:
- fieldRef:
- fieldPath: metadata.namespace
- TZ: America/New_York
- image:
- repository: ghcr.io/buroa/qbtools
- tag: v0.17.2@sha256:da8f233a7e3fcdb0aeef5973c4234f9b67161a670e36570837e49b25f3a6ef44
+ env:
+ QBITTORRENT_HOST: qbittorrent.default.svc.cluster.local
+ QBITTORRENT_PORT: 80
+ TZ: America/New_York
+ image:
+ repository: ghcr.io/buroa/qbtools
+ tag: v0.17.6@sha256:a248dc3e1d885838532830e15743846b73554b8af7e01fd728758f191458c10f
resources:
limits:
memory: 256M
requests:
cpu: 25m
securityContext:
@@ -113,25 +101,19 @@
- --exclude-category
- music
- --exclude-tag
- added:24h
- --include-tag
- expired
- - --server
- - qbittorrent.$(POD_NAMESPACE).svc.cluster.local
- - --port
- - '80'
- env:
- POD_NAMESPACE:
- valueFrom:
- fieldRef:
- fieldPath: metadata.namespace
- TZ: America/New_York
- image:
- repository: ghcr.io/buroa/qbtools
- tag: v0.17.2@sha256:da8f233a7e3fcdb0aeef5973c4234f9b67161a670e36570837e49b25f3a6ef44
+ env:
+ QBITTORRENT_HOST: qbittorrent.default.svc.cluster.local
+ QBITTORRENT_PORT: 80
+ TZ: America/New_York
+ image:
+ repository: ghcr.io/buroa/qbtools
+ tag: v0.17.6@sha256:a248dc3e1d885838532830e15743846b73554b8af7e01fd728758f191458c10f
resources:
limits:
memory: 256M
requests:
cpu: 25m
securityContext:
@@ -148,25 +130,19 @@
- --exclude-category
- music
- --exclude-tag
- added:24h
- --include-tag
- unregistered
- - --server
- - qbittorrent.$(POD_NAMESPACE).svc.cluster.local
- - --port
- - '80'
- env:
- POD_NAMESPACE:
- valueFrom:
- fieldRef:
- fieldPath: metadata.namespace
- TZ: America/New_York
- image:
- repository: ghcr.io/buroa/qbtools
- tag: v0.17.2@sha256:da8f233a7e3fcdb0aeef5973c4234f9b67161a670e36570837e49b25f3a6ef44
+ env:
+ QBITTORRENT_HOST: qbittorrent.default.svc.cluster.local
+ QBITTORRENT_PORT: 80
+ TZ: America/New_York
+ image:
+ repository: ghcr.io/buroa/qbtools
+ tag: v0.17.6@sha256:a248dc3e1d885838532830e15743846b73554b8af7e01fd728758f191458c10f
resources:
limits:
memory: 256M
requests:
cpu: 25m
securityContext:
@@ -187,27 +163,19 @@
- tagging
- --added-on
- --expired
- --last-activity
- --sites
- --unregistered
- - --server
- - qbittorrent.$(POD_NAMESPACE).svc.cluster.local
- - --port
- - '80'
- - --config
- - /config/config.yaml
- env:
- POD_NAMESPACE:
- valueFrom:
- fieldRef:
- fieldPath: metadata.namespace
- TZ: America/New_York
- image:
- repository: ghcr.io/buroa/qbtools
- tag: v0.17.2@sha256:da8f233a7e3fcdb0aeef5973c4234f9b67161a670e36570837e49b25f3a6ef44
+ env:
+ QBITTORRENT_HOST: qbittorrent.default.svc.cluster.local
+ QBITTORRENT_PORT: 80
+ TZ: America/New_York
+ image:
+ repository: ghcr.io/buroa/qbtools
+ tag: v0.17.6@sha256:a248dc3e1d885838532830e15743846b73554b8af7e01fd728758f191458c10f
resources:
limits:
memory: 256M
requests:
cpu: 25m
securityContext: |
onedr0p
approved these changes
Oct 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.17.2
->v0.17.6
Release Notes
buroa/qbtools (ghcr.io/buroa/qbtools)
v0.17.6
Compare Source
What's Changed
Full Changelog: buroa/qbtools@v0.17.5...v0.17.6
v0.17.5
Compare Source
What's Changed
Full Changelog: buroa/qbtools@v0.17.4...v0.17.5
v0.17.4
Compare Source
What's Changed
Full Changelog: buroa/qbtools@v0.17.3...v0.17.4
v0.17.3
Compare Source
What's Changed
Full Changelog: buroa/qbtools@v0.17.2...v0.17.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.