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

Merged
merged 2 commits into from
Nov 29, 2024
Merged
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/charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: The Prometheus monitoring system and time series database.
annotations:
title: Prometheus
type: application
version: 1.1.22
version: 1.1.23
apiVersion: v2
appVersion: v3.0.0
appVersion: v3.0.1
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/charts/prometheus/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: prom/prometheus
pullPolicy: IfNotPresent
tag: v3.0.0
tag: v3.0.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.43
version: 1.2.44
apiVersion: v2
appVersion: 1.24.2
appVersion: 1.24.3
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.24.2
tag: 1.24.3

resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/searxng/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: SearXNG is a privacy-respecting, hackable metasearch engine
annotations:
title: SearXNG
type: application
version: 1.2.26
version: 1.2.27
apiVersion: v2
appVersion: 2024.11.27
appVersion: 2024.11.28
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/community/searxng/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: searxng/searxng
pullPolicy: IfNotPresent
tag: 2024.11.27-55481a637
tag: 2024.11.28-7b6b772e3

resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/sftpgo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: SFTPGo is a fully featured and highly configurable SFTP server with
annotations:
title: SFTPGo
type: application
version: 1.2.9
version: 1.2.10
apiVersion: v2
appVersion: 2.6.3
appVersion: 2.6.4
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/sftpgo/values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
image:
repository: drakkan/sftpgo
pullPolicy: IfNotPresent
tag: v2.6.3
tag: v2.6.4
pluginsImage:
repository: drakkan/sftpgo
pullPolicy: IfNotPresent
tag: v2.6.3-plugins
tag: v2.6.4-plugins

resources:
limits:
Expand Down