File tree Expand file tree Collapse file tree 22 files changed +50
-48
lines changed Expand file tree Collapse file tree 22 files changed +50
-48
lines changed Original file line number Diff line number Diff line change 6
6
make -C packages/apps/mysql image
7
7
make -C packages/apps/clickhouse image
8
8
make -C packages/apps/kubernetes image
9
+ make -C packages/system/cozystack-api image
9
10
make -C packages/system/cilium image
10
11
make -C packages/system/kubeovn image
11
12
make -C packages/system/dashboard image
Original file line number Diff line number Diff line change 68
68
serviceAccountName : cozystack
69
69
containers :
70
70
- name : cozystack
71
- image : " ghcr.io/aenix-io/cozystack/cozystack:v0.17.1 "
71
+ image : " ghcr.io/aenix-io/cozystack/cozystack:v0.18.0 "
72
72
env :
73
73
- name : KUBERNETES_SERVICE_HOST
74
74
value : localhost
87
87
fieldRef :
88
88
fieldPath : metadata.name
89
89
- name : darkhttpd
90
- image : " ghcr.io/aenix-io/cozystack/cozystack:v0.17.1 "
90
+ image : " ghcr.io/aenix-io/cozystack/cozystack:v0.18.0 "
91
91
command :
92
92
- /usr/bin/darkhttpd
93
93
- /cozystack/assets
Original file line number Diff line number Diff line change 1
- ghcr.io/aenix-io/cozystack/nginx-cache:0.3.1@sha256:b2b586194d17ca4dc71544971c775ad6878048087290030b8f096d481f57d1f7
1
+ ghcr.io/aenix-io/cozystack/nginx-cache:0.3.1@sha256:27112d470a31725b75b29b29919af06b4ce1339e3b502b08889a92ab7099adde
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 0.13 .0
19
+ version : 0.14 .0
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1
- ghcr.io/aenix-io/cozystack/cluster-autoscaler:0.13 .0@sha256:7f617de5a24de790a15d9e97c6287ff2b390922e6e74c7a665cbf498f634514d
1
+ ghcr.io/aenix-io/cozystack/cluster-autoscaler:0.14 .0@sha256:feeb3509702c0d2fdd025196fb05dbf86243ee869bb837ed0174ee2a43c1bbd9
Original file line number Diff line number Diff line change 1
- ghcr.io/aenix-io/cozystack/kubevirt-cloud-provider:0.13 .0@sha256:b9dc8e5f0296146b37b332b07b8cd74d1b0308786160b161c670c55005d3dbe9
1
+ ghcr.io/aenix-io/cozystack/kubevirt-cloud-provider:0.14 .0@sha256:df4a937b6fb2b345110174227170691d48189ffe1900c3f848cd5085990a58df
Original file line number Diff line number Diff line change 1
- ghcr.io/aenix-io/cozystack/kubevirt-csi-driver:0.13 .0@sha256:1c96280e10becb858cb5f781a278f383319514f803c8e5fe401e0ef291f65821
1
+ ghcr.io/aenix-io/cozystack/kubevirt-csi-driver:0.14 .0@sha256:83d71fcd5d699089b11f2999d601d56e31e173bf312be271b7d9b81e69f76a2f
Original file line number Diff line number Diff line change 1
- ghcr.io/aenix-io/cozystack/ubuntu-container-disk:v1.30.1@sha256:422e2078ebb24b4c327edefaad6dc9b3c8f6cf0cab3d8286c4f2b27ecf8b8466
1
+ ghcr.io/aenix-io/cozystack/ubuntu-container-disk:v1.30.1@sha256:3758704d9f45ca364af0b656b502975b030d2ccd6899e97e0e58f350756dca57
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ kubernetes 0.11.0 4eaca42
38
38
kubernetes 0.11.1 4f430a90
39
39
kubernetes 0.12.0 74649f8
40
40
kubernetes 0.12.1 28fca4e
41
- kubernetes 0.13.0 HEAD
41
+ kubernetes 0.13.0 ced8e5b9
42
+ kubernetes 0.14.0 HEAD
42
43
mysql 0.1.0 f642698
43
44
mysql 0.2.0 8b975ff0
44
45
mysql 0.3.0 5ca8823
Original file line number Diff line number Diff line change 3
3
arch : amd64
4
4
platform : metal
5
5
secureboot : false
6
- version : v1.8.1
6
+ version : v1.8.2
7
7
input :
8
8
kernel :
9
9
path : /usr/install/amd64/vmlinuz
10
10
initramfs :
11
11
path : /usr/install/amd64/initramfs.xz
12
12
baseInstaller :
13
- imageRef : ghcr.io/siderolabs/installer:v1.8.1
13
+ imageRef : ghcr.io/siderolabs/installer:v1.8.2
14
14
systemExtensions :
15
15
- imageRef : ghcr.io/siderolabs/amd-ucode:20241017
16
16
- imageRef : ghcr.io/siderolabs/amdgpu-firmware:20241017
17
17
- imageRef : ghcr.io/siderolabs/bnx2-bnx2x:20241017
18
18
- imageRef : ghcr.io/siderolabs/i915-ucode:20241017
19
19
- imageRef : ghcr.io/siderolabs/intel-ice-firmware:20241017
20
- - imageRef : ghcr.io/siderolabs/intel-ucode:20240910
20
+ - imageRef : ghcr.io/siderolabs/intel-ucode:20241029
21
21
- imageRef : ghcr.io/siderolabs/qlogic-firmware:20241017
22
- - imageRef : ghcr.io/siderolabs/drbd:9.2.11-v1.8.1
23
- - imageRef : ghcr.io/siderolabs/zfs:2.2.6-v1.8.1
22
+ - imageRef : ghcr.io/siderolabs/drbd:9.2.11-v1.8.2
23
+ - imageRef : ghcr.io/siderolabs/zfs:2.2.6-v1.8.2
24
24
output :
25
25
kind : initramfs
26
26
imageOptions : {}
Original file line number Diff line number Diff line change 3
3
arch : amd64
4
4
platform : metal
5
5
secureboot : false
6
- version : v1.8.1
6
+ version : v1.8.2
7
7
input :
8
8
kernel :
9
9
path : /usr/install/amd64/vmlinuz
10
10
initramfs :
11
11
path : /usr/install/amd64/initramfs.xz
12
12
baseInstaller :
13
- imageRef : ghcr.io/siderolabs/installer:v1.8.1
13
+ imageRef : ghcr.io/siderolabs/installer:v1.8.2
14
14
systemExtensions :
15
15
- imageRef : ghcr.io/siderolabs/amd-ucode:20241017
16
16
- imageRef : ghcr.io/siderolabs/amdgpu-firmware:20241017
17
17
- imageRef : ghcr.io/siderolabs/bnx2-bnx2x:20241017
18
18
- imageRef : ghcr.io/siderolabs/i915-ucode:20241017
19
19
- imageRef : ghcr.io/siderolabs/intel-ice-firmware:20241017
20
- - imageRef : ghcr.io/siderolabs/intel-ucode:20240910
20
+ - imageRef : ghcr.io/siderolabs/intel-ucode:20241029
21
21
- imageRef : ghcr.io/siderolabs/qlogic-firmware:20241017
22
- - imageRef : ghcr.io/siderolabs/drbd:9.2.11-v1.8.1
23
- - imageRef : ghcr.io/siderolabs/zfs:2.2.6-v1.8.1
22
+ - imageRef : ghcr.io/siderolabs/drbd:9.2.11-v1.8.2
23
+ - imageRef : ghcr.io/siderolabs/zfs:2.2.6-v1.8.2
24
24
output :
25
25
kind : installer
26
26
imageOptions : {}
Original file line number Diff line number Diff line change 3
3
arch : amd64
4
4
platform : metal
5
5
secureboot : false
6
- version : v1.8.1
6
+ version : v1.8.2
7
7
input :
8
8
kernel :
9
9
path : /usr/install/amd64/vmlinuz
10
10
initramfs :
11
11
path : /usr/install/amd64/initramfs.xz
12
12
baseInstaller :
13
- imageRef : ghcr.io/siderolabs/installer:v1.8.1
13
+ imageRef : ghcr.io/siderolabs/installer:v1.8.2
14
14
systemExtensions :
15
15
- imageRef : ghcr.io/siderolabs/amd-ucode:20241017
16
16
- imageRef : ghcr.io/siderolabs/amdgpu-firmware:20241017
17
17
- imageRef : ghcr.io/siderolabs/bnx2-bnx2x:20241017
18
18
- imageRef : ghcr.io/siderolabs/i915-ucode:20241017
19
19
- imageRef : ghcr.io/siderolabs/intel-ice-firmware:20241017
20
- - imageRef : ghcr.io/siderolabs/intel-ucode:20240910
20
+ - imageRef : ghcr.io/siderolabs/intel-ucode:20241029
21
21
- imageRef : ghcr.io/siderolabs/qlogic-firmware:20241017
22
- - imageRef : ghcr.io/siderolabs/drbd:9.2.11-v1.8.1
23
- - imageRef : ghcr.io/siderolabs/zfs:2.2.6-v1.8.1
22
+ - imageRef : ghcr.io/siderolabs/drbd:9.2.11-v1.8.2
23
+ - imageRef : ghcr.io/siderolabs/zfs:2.2.6-v1.8.2
24
24
output :
25
25
kind : iso
26
26
imageOptions : {}
Original file line number Diff line number Diff line change 3
3
arch : amd64
4
4
platform : metal
5
5
secureboot : false
6
- version : v1.8.1
6
+ version : v1.8.2
7
7
input :
8
8
kernel :
9
9
path : /usr/install/amd64/vmlinuz
10
10
initramfs :
11
11
path : /usr/install/amd64/initramfs.xz
12
12
baseInstaller :
13
- imageRef : ghcr.io/siderolabs/installer:v1.8.1
13
+ imageRef : ghcr.io/siderolabs/installer:v1.8.2
14
14
systemExtensions :
15
15
- imageRef : ghcr.io/siderolabs/amd-ucode:20241017
16
16
- imageRef : ghcr.io/siderolabs/amdgpu-firmware:20241017
17
17
- imageRef : ghcr.io/siderolabs/bnx2-bnx2x:20241017
18
18
- imageRef : ghcr.io/siderolabs/i915-ucode:20241017
19
19
- imageRef : ghcr.io/siderolabs/intel-ice-firmware:20241017
20
- - imageRef : ghcr.io/siderolabs/intel-ucode:20240910
20
+ - imageRef : ghcr.io/siderolabs/intel-ucode:20241029
21
21
- imageRef : ghcr.io/siderolabs/qlogic-firmware:20241017
22
- - imageRef : ghcr.io/siderolabs/drbd:9.2.11-v1.8.1
23
- - imageRef : ghcr.io/siderolabs/zfs:2.2.6-v1.8.1
22
+ - imageRef : ghcr.io/siderolabs/drbd:9.2.11-v1.8.2
23
+ - imageRef : ghcr.io/siderolabs/zfs:2.2.6-v1.8.2
24
24
output :
25
25
kind : kernel
26
26
imageOptions : {}
Original file line number Diff line number Diff line change 3
3
arch : amd64
4
4
platform : metal
5
5
secureboot : false
6
- version : v1.8.1
6
+ version : v1.8.2
7
7
input :
8
8
kernel :
9
9
path : /usr/install/amd64/vmlinuz
10
10
initramfs :
11
11
path : /usr/install/amd64/initramfs.xz
12
12
baseInstaller :
13
- imageRef : ghcr.io/siderolabs/installer:v1.8.1
13
+ imageRef : ghcr.io/siderolabs/installer:v1.8.2
14
14
systemExtensions :
15
15
- imageRef : ghcr.io/siderolabs/amd-ucode:20241017
16
16
- imageRef : ghcr.io/siderolabs/amdgpu-firmware:20241017
17
17
- imageRef : ghcr.io/siderolabs/bnx2-bnx2x:20241017
18
18
- imageRef : ghcr.io/siderolabs/i915-ucode:20241017
19
19
- imageRef : ghcr.io/siderolabs/intel-ice-firmware:20241017
20
- - imageRef : ghcr.io/siderolabs/intel-ucode:20240910
20
+ - imageRef : ghcr.io/siderolabs/intel-ucode:20241029
21
21
- imageRef : ghcr.io/siderolabs/qlogic-firmware:20241017
22
- - imageRef : ghcr.io/siderolabs/drbd:9.2.11-v1.8.1
23
- - imageRef : ghcr.io/siderolabs/zfs:2.2.6-v1.8.1
22
+ - imageRef : ghcr.io/siderolabs/drbd:9.2.11-v1.8.2
23
+ - imageRef : ghcr.io/siderolabs/zfs:2.2.6-v1.8.2
24
24
output :
25
25
kind : image
26
26
imageOptions : { diskSize: 1306525696, diskFormat: raw }
Original file line number Diff line number Diff line change 3
3
arch : amd64
4
4
platform : nocloud
5
5
secureboot : false
6
- version : v1.8.1
6
+ version : v1.8.2
7
7
input :
8
8
kernel :
9
9
path : /usr/install/amd64/vmlinuz
10
10
initramfs :
11
11
path : /usr/install/amd64/initramfs.xz
12
12
baseInstaller :
13
- imageRef : ghcr.io/siderolabs/installer:v1.8.1
13
+ imageRef : ghcr.io/siderolabs/installer:v1.8.2
14
14
systemExtensions :
15
15
- imageRef : ghcr.io/siderolabs/amd-ucode:20241017
16
16
- imageRef : ghcr.io/siderolabs/amdgpu-firmware:20241017
17
17
- imageRef : ghcr.io/siderolabs/bnx2-bnx2x:20241017
18
18
- imageRef : ghcr.io/siderolabs/i915-ucode:20241017
19
19
- imageRef : ghcr.io/siderolabs/intel-ice-firmware:20241017
20
- - imageRef : ghcr.io/siderolabs/intel-ucode:20240910
20
+ - imageRef : ghcr.io/siderolabs/intel-ucode:20241029
21
21
- imageRef : ghcr.io/siderolabs/qlogic-firmware:20241017
22
- - imageRef : ghcr.io/siderolabs/drbd:9.2.11-v1.8.1
23
- - imageRef : ghcr.io/siderolabs/zfs:2.2.6-v1.8.1
22
+ - imageRef : ghcr.io/siderolabs/drbd:9.2.11-v1.8.2
23
+ - imageRef : ghcr.io/siderolabs/zfs:2.2.6-v1.8.2
24
24
output :
25
25
kind : image
26
26
imageOptions : { diskSize: 1306525696, diskFormat: raw }
Original file line number Diff line number Diff line change 1
1
cozystack :
2
- image : ghcr.io/aenix-io/cozystack/cozystack:v0.17.1 @sha256:7c83bf1a31096cecc78da2a10b0bb4e2c1723bdcbfd79cd523516d737fa1f952
2
+ image : ghcr.io/aenix-io/cozystack/cozystack:v0.18.0 @sha256:8e12c678d0f7894f2906085995635eb8a27ee696d632dfeef5c438c6d08aba27
Original file line number Diff line number Diff line change 1
1
e2e :
2
- image : ghcr.io/aenix-io/cozystack/e2e-sandbox:latest @sha256:1a26a511b9e269bcb607e2d80f878d7c2d993b7a2a7a3a2a1042470c8c56b061
2
+ image : ghcr.io/aenix-io/cozystack/e2e-sandbox:v0.18.0 @sha256:1a26a511b9e269bcb607e2d80f878d7c2d993b7a2a7a3a2a1042470c8c56b061
Original file line number Diff line number Diff line change 1
- ghcr.io/aenix-io/cozystack/s3manager:v0.5.0@sha256:009931be22298328f06c5c335ce1dde5697fd0f46d085d21d425fff5f51d9662
1
+ ghcr.io/aenix-io/cozystack/s3manager:v0.5.0@sha256:6a33bc3bb8e64ce7acb805d911cceb893e7cdcc9dcb47249d26287c2ea78757d
Original file line number Diff line number Diff line change 1
1
cozystackAPI :
2
- image : ghcr.io/aenix-io/cozystack/cozystack-api:latest @sha256:3a438a1c0888c03ef6501bb446d13057da35bb3ac7e6d901d8e0853a0cad69cb
2
+ image : ghcr.io/aenix-io/cozystack/cozystack-api:v0.18.0 @sha256:3b05e4d378095281bb51e65b13b0ee331c6f17c873342d69eb2ee74932c615f6
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ kubeapps:
33
33
image :
34
34
registry : ghcr.io/aenix-io/cozystack
35
35
repository : dashboard
36
- tag : v0.17.1
36
+ tag : v0.18.0
37
37
digest : " sha256:4818712e9fc9c57cc321512760c3226af564a04e69d4b3ec9229ab91fd39abeb"
38
38
kubeappsapis :
39
39
image :
40
40
registry : ghcr.io/aenix-io/cozystack
41
41
repository : kubeapps-apis
42
- tag : v0.17.1
43
- digest : " sha256:c7d809d5ef2d57dba3d5e977e310866b2c897e9362d717de8c394f22c6dbf0fc "
42
+ tag : v0.18.0
43
+ digest : " sha256:af2af34e6717847d9b963c0cf3cfc555e16cb7dfba590b88192c09cea31a31a7 "
Original file line number Diff line number Diff line change 3
3
deploy : false
4
4
image :
5
5
pullPolicy : IfNotPresent
6
- tag : v0.17.1 @sha256:de1e93ca857b318ea1d8e12adf3a3ce9961b238c839b0b0140351a4894b0beda
6
+ tag : v0.18.0 @sha256:89f22229807c477d3ac211decc92340500af078ee3c52cfda9671188e7eb662f
7
7
repository : ghcr.io/aenix-io/cozystack/kamaji
8
8
resources :
9
9
limits :
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ global:
22
22
images :
23
23
kubeovn :
24
24
repository : kubeovn
25
- tag : v1.13.0@sha256:252877129162cc3aeab1191db581eb10b70ecedbdf9344a257c8b9a1e9b96e22
25
+ tag : v1.13.0@sha256:57242a2e37808785b8ffd8fe94096d7895151482addd16a65586df446dcb7a9d
You can’t perform that action at this time.
0 commit comments