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) #3014

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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/freshrss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: FreshRSS is a free, self-hostable news aggregator
annotations:
title: FreshRSS
type: application
version: 1.1.13
version: 1.1.14
apiVersion: v2
appVersion: 1.24.3
appVersion: 1.25.0
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/community/freshrss/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: freshrss/freshrss
pullPolicy: IfNotPresent
tag: 1.24.3
tag: 1.25.0

resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/homepage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: Homepage is a modern, secure, highly customizable application dashb
annotations:
title: Homepage
type: application
version: 1.2.24
version: 1.2.25
apiVersion: v2
appVersion: 0.10.2
appVersion: 0.10.3
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/community/homepage/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/gethomepage/homepage
pullPolicy: IfNotPresent
tag: v0.10.2
tag: v0.10.3

resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/immich/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Immich is a self-hosted photo and video backup solution directly fr
annotations:
title: Immich
type: application
version: 4.0.23
version: 4.0.24
apiVersion: v2
appVersion: 1.119.1
appVersion: 1.123.0
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
8 changes: 4 additions & 4 deletions library/ix-dev/community/immich/values.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
image:
repository: altran1502/immich-server
pullPolicy: IfNotPresent
tag: v1.119.1
tag: v1.123.0

mlImage:
repository: altran1502/immich-machine-learning
pullPolicy: IfNotPresent
tag: v1.119.1
tag: v1.123.0

mlCudaImage:
repository: altran1502/immich-machine-learning
pullPolicy: IfNotPresent
tag: v1.119.1-cuda
tag: v1.123.0-cuda

mlOpenvinoImage:
repository: altran1502/immich-machine-learning
pullPolicy: IfNotPresent
tag: v1.119.1-openvino
tag: v1.123.0-openvino

pgvectorImage:
repository: tensorchord/pgvecto-rs
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/odoo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: Odoo is a suite of web based open source business apps.
annotations:
title: Odoo
type: application
version: 2.0.8
version: 2.0.9
apiVersion: v2
appVersion: '17.0'
appVersion: '18.0'
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/community/odoo/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: odoo
pullPolicy: IfNotPresent
tag: '17.0'
tag: '18.0'

resources:
limits:
Expand Down
Loading