Skip to content

Commit

Permalink
Upgraded catalog item(s) (#2697)
Browse files Browse the repository at this point in the history
This commit upgrades home-assistant, minio, castopod, immich, grafana catalog item(s).

Co-authored-by: sonicaj <[email protected]>
  • Loading branch information
bugclerk and sonicaj authored Jul 31, 2024
1 parent 0074fb5 commit 8f4600b
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions library/ix-dev/charts/home-assistant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Home Assistant is an open source home automation that puts local co
annotations:
title: Home Assistant
type: application
version: 2.0.35
version: 2.0.36
apiVersion: v2
appVersion: 2024.7.3
appVersion: 2024.7.4
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/charts/home-assistant/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: homeassistant/home-assistant
tag: 2024.7.3
tag: 2024.7.4

# Keep using the same image
# as before the migration
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/charts/minio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: High Performance, Kubernetes Native Object Storage
annotations:
title: MinIO
type: application
version: 2.0.12
version: 2.0.13
apiVersion: v2
appVersion: 2024-07-26T20-48-21Z
appVersion: 2024-07-29T22-14-52Z
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/charts/minio/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: minio/minio
tag: RELEASE.2024-07-26T20-48-21Z
tag: RELEASE.2024-07-29T22-14-52Z
logSearchImage:
pullPolicy: IfNotPresent
repository: minio/operator
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/castopod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Castopod is an open-source hosting platform made for podcasters who
annotations:
title: Castopod
type: application
version: 1.2.21
version: 1.2.22
apiVersion: v2
appVersion: 1.12.3
appVersion: 1.12.5
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/castopod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
image:
repository: castopod/app
pullPolicy: IfNotPresent
tag: 1.12.3
tag: 1.12.5
webImage:
repository: castopod/web-server
pullPolicy: IfNotPresent
tag: 1.12.3
tag: 1.12.5

resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/grafana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Grafana is the open source analytics & monitoring solution for ever
annotations:
title: Grafana
type: application
version: 1.2.15
version: 1.2.16
apiVersion: v2
appVersion: 11.1.1
appVersion: 11.1.3
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/community/grafana/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: grafana/grafana
pullPolicy: IfNotPresent
tag: 11.1.1
tag: 11.1.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.9
version: 4.0.10
apiVersion: v2
appVersion: 1.110.0
appVersion: 1.111.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.110.0
tag: v1.111.0

mlImage:
repository: altran1502/immich-machine-learning
pullPolicy: IfNotPresent
tag: v1.110.0
tag: v1.111.0

mlCudaImage:
repository: altran1502/immich-machine-learning
pullPolicy: IfNotPresent
tag: v1.110.0-cuda
tag: v1.111.0-cuda

mlOpenvinoImage:
repository: altran1502/immich-machine-learning
pullPolicy: IfNotPresent
tag: v1.110.0-openvino
tag: v1.111.0-openvino

pgvectorImage:
repository: tensorchord/pgvecto-rs
Expand Down

0 comments on commit 8f4600b

Please sign in to comment.