Skip to content

Commit

Permalink
Another bump
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed May 20, 2024
1 parent 9b2b3e8 commit 7881a3d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
14 changes: 8 additions & 6 deletions charts/other/myprecious/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,22 +180,24 @@ dependencies:
repository: http://chartmuseum.chartmuseum:8080
condition: qbittorrentpia.enabled
alias: qbittorrentpia
- name: autobrr
version: ~1.1.0
- name: app-template
version: ~0.2.1
repository: http://chartmuseum.chartmuseum:8080
condition: autobrr.enabled
alias: autobrr
- name: filebrowser
version: ~1.4.0
repository: http://chartmuseum.chartmuseum:8080
- name: nzbhydra2
version: ~10.4.0
- name: app-template
version: ~0.2.1
repository: http://chartmuseum.chartmuseum:8080
condition: nzbhydra.enabled
alias: nzbhydra
- name: privatebin
version: ~2.1.0
- name: app-template
version: ~0.2.1
repository: http://chartmuseum.chartmuseum:8080
condition: privatebin.enabled
alias: privatebin
- name: uptime-kuma
version: ~1.4.0
repository: http://chartmuseum.chartmuseum:8080
Expand Down
11 changes: 10 additions & 1 deletion charts/other/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2639,6 +2639,9 @@ autobrr:
service:
main:
enabled: true # necessary for probes
ports:
http:
port: 7474
resources:
requests:
cpu: 10m
Expand Down Expand Up @@ -3535,6 +3538,9 @@ privatebin:
service:
main:
enabled: true # necessary for probes
ports:
http:
port: 8080
resources:
requests:
cpu: 10m
Expand Down Expand Up @@ -3636,7 +3642,10 @@ nzbhydra:
enabled: false
service:
main:
enabled: true # necessary for custom probes
enabled: true # necessary for probes
ports:
http:
port: 5076
resources:
requests:
cpu: 10m
Expand Down

0 comments on commit 7881a3d

Please sign in to comment.