Skip to content

Commit 63e619e

Browse files
bugclerksonicaj
andauthored
Upgraded catalog item(s) (#3040)
This commit upgrades collabora, syncthing, home-assistant, gitea, omada-controller, komga, n8n catalog item(s). Co-authored-by: sonicaj <[email protected]>
1 parent 8427113 commit 63e619e

File tree

14 files changed

+21
-21
lines changed

14 files changed

+21
-21
lines changed

library/ix-dev/charts/collabora/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Collabora is a collaborative online office suite based on LibreOffi
44
annotations:
55
title: Collabora
66
type: application
7-
version: 2.0.31
7+
version: 2.0.32
88
apiVersion: v2
9-
appVersion: 24.04.11.1.1
9+
appVersion: 24.04.11.2.1
1010
kubeVersion: '>=1.16.0-0'
1111
maintainers:
1212
- name: truenas

library/ix-dev/charts/collabora/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
pullPolicy: IfNotPresent
33
repository: collabora/code
4-
tag: 24.04.11.1.1
4+
tag: 24.04.11.2.1
55
nginxImage:
66
pullPolicy: IfNotPresent
77
repository: nginx

library/ix-dev/charts/home-assistant/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Home Assistant is an open source home automation that puts local co
44
annotations:
55
title: Home Assistant
66
type: application
7-
version: 2.0.58
7+
version: 2.0.59
88
apiVersion: v2
9-
appVersion: 2025.1.1
9+
appVersion: 2025.1.2
1010
kubeVersion: '>=1.16.0-0'
1111
maintainers:
1212
- name: truenas

library/ix-dev/charts/home-assistant/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
pullPolicy: IfNotPresent
33
repository: homeassistant/home-assistant
4-
tag: 2025.1.1
4+
tag: 2025.1.2
55

66
# Keep using the same image
77
# as before the migration

library/ix-dev/charts/syncthing/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description: Syncthing is a continuous file synchronization program.
33
annotations:
44
title: Syncthing
55
type: application
6-
version: 2.0.14
6+
version: 2.0.15
77
apiVersion: v2
8-
appVersion: 1.29.0
8+
appVersion: 1.29.1
99
kubeVersion: '>=1.16.0-0'
1010
maintainers:
1111
- name: truenas

library/ix-dev/charts/syncthing/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
pullPolicy: IfNotPresent
33
repository: syncthing/syncthing
4-
tag: 1.29.0
4+
tag: 1.29.1
55

66
resources:
77
limits:

library/ix-dev/community/gitea/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description: Gitea - Git with a cup of tea
33
annotations:
44
title: Gitea
55
type: application
6-
version: 1.1.26
6+
version: 1.1.27
77
apiVersion: v2
8-
appVersion: 1.22.6
8+
appVersion: 1.23.0
99
kubeVersion: '>=1.16.0-0'
1010
maintainers:
1111
- name: truenas

library/ix-dev/community/gitea/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
repository: gitea/gitea
33
pullPolicy: IfNotPresent
4-
tag: 1.22.6-rootless
4+
tag: 1.23.0-rootless
55

66
resources:
77
limits:

library/ix-dev/community/komga/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description: Komga is a free and open source comics/mangas server.
33
annotations:
44
title: Komga
55
type: application
6-
version: 1.2.20
6+
version: 1.2.21
77
apiVersion: v2
8-
appVersion: 1.16.0
8+
appVersion: 1.17.0
99
kubeVersion: '>=1.16.0-0'
1010
maintainers:
1111
- name: truenas

library/ix-dev/community/komga/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
repository: gotson/komga
33
pullPolicy: IfNotPresent
4-
tag: 1.16.0
4+
tag: 1.17.0
55

66
resources:
77
limits:

library/ix-dev/community/n8n/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description: n8n is an extendable workflow automation tool.
33
annotations:
44
title: n8n
55
type: application
6-
version: 1.2.99
6+
version: 1.2.100
77
apiVersion: v2
8-
appVersion: 1.74.0
8+
appVersion: 1.74.1
99
kubeVersion: '>=1.16.0-0'
1010
maintainers:
1111
- name: truenas

library/ix-dev/community/n8n/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
repository: n8nio/n8n
33
pullPolicy: IfNotPresent
4-
tag: 1.74.0
4+
tag: 1.74.1
55

66
resources:
77
limits:

library/ix-dev/community/omada-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Omada Controller (TP-Link) is a network management controller for T
44
annotations:
55
title: Omada Controller
66
type: application
7-
version: 1.2.10
7+
version: 1.2.11
88
apiVersion: v2
9-
appVersion: 5.15.6.7
9+
appVersion: 5.15.8.2
1010
kubeVersion: '>=1.16.0-0'
1111
maintainers:
1212
- name: truenas

library/ix-dev/community/omada-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
repository: mbentley/omada-controller
33
pullPolicy: IfNotPresent
4-
tag: 5.15.6.7
4+
tag: 5.15.8.2
55

66
resources:
77
limits:

0 commit comments

Comments
 (0)