Skip to content
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

Upgraded catalog item(s) #3063

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions library/ix-dev/community/jellyfin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Jellyfin is a Free Software Media System that puts you in control o
annotations:
title: Jellyfin
type: application
version: 1.3.10
version: 1.3.11
apiVersion: v2
appVersion: 10.10.4
appVersion: 10.10.5
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/community/jellyfin/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: jellyfin/jellyfin
pullPolicy: IfNotPresent
tag: 10.10.4
tag: 10.10.5

resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/rust-desk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: Rust Desk is an open-source remote desktop, and alternative to Team
annotations:
title: Rust Desk
type: application
version: 1.2.7
version: 1.2.8
apiVersion: v2
appVersion: 1.1.13
appVersion: 1.1.14
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/community/rust-desk/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: rustdesk/rustdesk-server
pullPolicy: IfNotPresent
tag: 1.1.13
tag: 1.1.14

resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Alternative implementation of the Bitwarden server API written in R
annotations:
title: Vaultwarden
type: application
version: 1.1.21
version: 1.1.22
apiVersion: v2
appVersion: 1.32.7
appVersion: 1.33.0
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/community/vaultwarden/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: vaultwarden/server
pullPolicy: IfNotPresent
tag: 1.32.7
tag: 1.33.0

resources:
limits:
Expand Down
Loading