Skip to content

Commit

Permalink
Upgraded catalog item(s) (#2818)
Browse files Browse the repository at this point in the history
* Upgraded catalog item(s)

        This commit upgrades home-assistant, navidrome, paperless-ngx, qbittorrent, metube, ddns-updater, n8n, planka, node-red catalog item(s).

* revert ddns-update

---------

Co-authored-by: sonicaj <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
  • Loading branch information
3 people authored Sep 18, 2024
1 parent 45c53b0 commit a206e52
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 30 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.42
version: 2.0.43
apiVersion: v2
appVersion: 2024.9.1
appVersion: 2024.9.2
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.9.1
tag: 2024.9.2

# Keep using the same image
# as before the migration
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/metube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: MeTube is a web GUI for youtube-dl (using the yt-dlp fork) with pla
annotations:
title: MeTube
type: application
version: 1.2.32
version: 1.2.33
apiVersion: v2
appVersion: '2024-09-11'
appVersion: '2024-09-16'
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/community/metube/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: alexta69/metube
pullPolicy: IfNotPresent
tag: '2024-09-11'
tag: '2024-09-16'

resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/n8n/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: n8n is an extendable workflow automation tool.
annotations:
title: n8n
type: application
version: 1.2.77
version: 1.2.78
apiVersion: v2
appVersion: 1.59.0
appVersion: 1.59.2
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/community/n8n/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: n8nio/n8n
pullPolicy: IfNotPresent
tag: 1.59.0
tag: 1.59.2

resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/navidrome/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: Navidrome is a personal streaming service
annotations:
title: Navidrome
type: application
version: 1.2.10
version: 1.2.11
apiVersion: v2
appVersion: 0.52.5
appVersion: 0.53.1
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/navidrome/values.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
image:
repository: deluan/navidrome
pullPolicy: IfNotPresent
tag: 0.52.5
tag: 0.53.1

resources:
limits:
cpu: 4000m
memory: 8Gi

navidromeConfig:
uiWelcomeMessage: ""
uiWelcomeMessage: ''
localPlayback: false
additionalEnvs: []

Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/node-red/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Node-RED is a programming tool for wiring together hardware devices
annotations:
title: Node-RED
type: application
version: 1.2.13
version: 1.2.14
apiVersion: v2
appVersion: 3.1.10
appVersion: 3.1.12
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
12 changes: 6 additions & 6 deletions library/ix-dev/community/node-red/values.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
node18Image:
repository: nodered/node-red
pullPolicy: IfNotPresent
tag: 4.0.2-18
tag: 4.0.3-18
node18MinimalImage:
repository: nodered/node-red
pullPolicy: IfNotPresent
tag: 4.0.2-18-minimal
tag: 4.0.3-18-minimal
node16Image:
repository: nodered/node-red
pullPolicy: IfNotPresent
tag: 3.1.10-16
tag: 3.1.12-16
node16MinimalImage:
repository: nodered/node-red
pullPolicy: IfNotPresent
tag: 3.1.10-16-minimal
tag: 3.1.12-16-minimal
node14Image:
repository: nodered/node-red
pullPolicy: IfNotPresent
tag: 3.1.10-14
tag: 3.1.12-14
node14MinimalImage:
repository: nodered/node-red
pullPolicy: IfNotPresent
tag: 3.1.10-14-minimal
tag: 3.1.12-14-minimal

resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/paperless-ngx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Paperless-ngx is a document management system that transforms your
annotations:
title: Paperless-ngx
type: application
version: 1.2.50
version: 1.2.51
apiVersion: v2
appVersion: 2.12.0
appVersion: 2.12.1
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/community/paperless-ngx/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: paperlessngx/paperless-ngx
pullPolicy: IfNotPresent
tag: 2.12.0
tag: 2.12.1

resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/planka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: Planka is an Elegant open source project tracking
annotations:
title: Planka
type: application
version: 1.2.33
version: 1.2.34
apiVersion: v2
appVersion: 1.21.1
appVersion: 1.22.0
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/community/planka/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/plankanban/planka
pullPolicy: IfNotPresent
tag: 1.21.1
tag: 1.22.0

resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/qbittorrent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: The qBittorrent project aims to provide an open-source software alt
annotations:
title: qBittorrent
type: application
version: 1.2.13
version: 1.2.14
apiVersion: v2
appVersion: 4.6.6
appVersion: 4.6.7
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/community/qbittorrent/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/onedr0p/qbittorrent
pullPolicy: IfNotPresent
tag: 4.6.6
tag: 4.6.7

resources:
limits:
Expand Down

0 comments on commit a206e52

Please sign in to comment.