Skip to content
Draft
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
2 changes: 1 addition & 1 deletion ix-dev/enterprise/asigra-ds-system/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ sources:
- https://hub.docker.com/r/asigra/ds-system
title: Asigra DS-System
train: enterprise
version: 1.1.41
version: 1.1.42
6 changes: 3 additions & 3 deletions ix-dev/enterprise/asigra-ds-system/ix_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ images:
tag: 1.0.2
postgres_image:
repository: postgres
tag: "16.11-bookworm"
tag: "16.13-bookworm"
haproxy_image:
repository: haproxy
tag: 3.3.2
tag: 3.3.6
postgres_upgrade_image:
repository: ixsystems/postgres-upgrade
tag: 1.1.7
tag: 1.2.4

consts:
asigra_container_name: dssystem
Expand Down
4 changes: 2 additions & 2 deletions ix-dev/enterprise/minio/app.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
annotations:
min_scale_version: 24.10.2.2
app_version: RELEASE.2025-04-22T22-12-26Z
app_version: RELEASE.2025-09-07T16-13-09Z
capabilities: []
categories:
- storage
Expand Down Expand Up @@ -35,4 +35,4 @@ sources:
- https://github.com/minio/minio
title: MinIO
train: enterprise
version: 1.3.17
version: 1.3.18
2 changes: 1 addition & 1 deletion ix-dev/enterprise/minio/ix_values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
images:
image:
repository: minio/minio
tag: RELEASE.2025-04-22T22-12-26Z
tag: RELEASE.2025-09-07T16-13-09Z
container_utils_image:
repository: ixsystems/container-utils
tag: 1.0.2
Expand Down
4 changes: 2 additions & 2 deletions ix-dev/enterprise/syncthing/app.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
annotations:
min_scale_version: 24.10.2.2
app_version: 2.0.14
app_version: 2.0.16
capabilities:
- description: Syncthing is able to change file ownership arbitrarily
name: CHOWN
Expand Down Expand Up @@ -52,4 +52,4 @@ sources:
- https://hub.docker.com/r/syncthing/syncthing
title: Syncthing
train: enterprise
version: 2.0.2
version: 2.0.3
2 changes: 1 addition & 1 deletion ix-dev/enterprise/syncthing/ix_values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
images:
image:
repository: syncthing/syncthing
tag: 2.0.14
tag: 2.0.16

consts:
syncthing_container_name: syncthing
Expand Down
Loading