Skip to content

Commit

Permalink
Upgraded catalog item(s) (#3038)
Browse files Browse the repository at this point in the history
This commit upgrades castopod, jenkins, n8n catalog item(s).

Co-authored-by: sonicaj <[email protected]>
  • Loading branch information
bugclerk and sonicaj authored Jan 9, 2025
1 parent 5df4c5e commit a8e9611
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
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.30
version: 1.2.31
apiVersion: v2
appVersion: 1.13.2
appVersion: 1.13.3
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.13.2
tag: 1.13.3
webImage:
repository: castopod/web-server
pullPolicy: IfNotPresent
tag: 1.13.2
tag: 1.13.3

resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: Jenkins is a leading open source automation server,
annotations:
title: Jenkins
type: application
version: 1.2.17
version: 1.2.18
apiVersion: v2
appVersion: 2.479.2
appVersion: 2.479.3
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/community/jenkins/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: jenkins/jenkins
pullPolicy: IfNotPresent
tag: 2.479.2-jdk17
tag: 2.479.3-jdk17

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.98
version: 1.2.99
apiVersion: v2
appVersion: 1.73.1
appVersion: 1.74.0
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.73.1
tag: 1.74.0

resources:
limits:
Expand Down

0 comments on commit a8e9611

Please sign in to comment.