diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..42535789 Binary files /dev/null and b/.DS_Store differ diff --git a/manifests/cozystack-installer.yaml b/manifests/cozystack-installer.yaml index 685401a4..8830e1f5 100644 --- a/manifests/cozystack-installer.yaml +++ b/manifests/cozystack-installer.yaml @@ -68,7 +68,7 @@ spec: serviceAccountName: cozystack containers: - name: cozystack - image: "ghcr.io/aenix-io/cozystack/cozystack:v0.10.1" + image: "ghcr.io/aenix-io/cozystack/cozystack:v0.11.0" env: - name: KUBERNETES_SERVICE_HOST value: localhost @@ -87,7 +87,7 @@ spec: fieldRef: fieldPath: metadata.name - name: darkhttpd - image: "ghcr.io/aenix-io/cozystack/cozystack:v0.10.1" + image: "ghcr.io/aenix-io/cozystack/cozystack:v0.11.0" command: - /usr/bin/darkhttpd - /cozystack/assets diff --git a/packages/apps/ferretdb/Chart.yaml b/packages/apps/ferretdb/Chart.yaml index 2b7c86e5..3d9c9230 100644 --- a/packages/apps/ferretdb/Chart.yaml +++ b/packages/apps/ferretdb/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/packages/apps/http-cache/images/nginx-cache.tag b/packages/apps/http-cache/images/nginx-cache.tag index 511fb6ef..681aae36 100644 --- a/packages/apps/http-cache/images/nginx-cache.tag +++ b/packages/apps/http-cache/images/nginx-cache.tag @@ -1 +1 @@ -ghcr.io/aenix-io/cozystack/nginx-cache:v0.1.0@sha256:f77d5b63f1ed9dfda4725696d9170130939219a2465260b6ba941947460de2da +ghcr.io/aenix-io/cozystack/nginx-cache:v0.1.0@sha256:73d8a2a3024cc523ff552ac94826ee57bc2795f81412eb46b432bd6003d0930f diff --git a/packages/apps/kafka/Chart.yaml b/packages/apps/kafka/Chart.yaml index 716f871c..50af16f3 100644 --- a/packages/apps/kafka/Chart.yaml +++ b/packages/apps/kafka/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.2 +version: 0.2.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/packages/apps/kubernetes/images/ubuntu-container-disk.tag b/packages/apps/kubernetes/images/ubuntu-container-disk.tag index 934010b9..f664f580 100644 --- a/packages/apps/kubernetes/images/ubuntu-container-disk.tag +++ b/packages/apps/kubernetes/images/ubuntu-container-disk.tag @@ -1 +1 @@ -ghcr.io/aenix-io/cozystack/ubuntu-container-disk:v1.30.1@sha256:81caf89efe252ae2ca1990d08a3a314552d70ff36bcd4022b173c7150fbec805 +ghcr.io/aenix-io/cozystack/ubuntu-container-disk:v1.30.1@sha256:00bcac18e2a342ab16a767e2f43827fa9f3b34bd6694e65b737b18e5a8ed93c2 diff --git a/packages/apps/postgres/Chart.yaml b/packages/apps/postgres/Chart.yaml index f7bd834b..89bddc1d 100644 --- a/packages/apps/postgres/Chart.yaml +++ b/packages/apps/postgres/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.0 +version: 0.4.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/packages/apps/versions_map b/packages/apps/versions_map index 2742f60f..390a6cdd 100644 --- a/packages/apps/versions_map +++ b/packages/apps/versions_map @@ -2,13 +2,15 @@ bucket 0.1.0 HEAD clickhouse 0.1.0 ca79f72 clickhouse 0.2.0 7cd7de73 clickhouse 0.2.1 HEAD -ferretdb 0.1.0 HEAD +ferretdb 0.1.0 4ffa8615 +ferretdb 0.1.1 HEAD http-cache 0.1.0 a956713 http-cache 0.2.0 HEAD kafka 0.1.0 760f86d2 kafka 0.2.0 a2cc83d kafka 0.2.1 3ac17018 -kafka 0.2.2 HEAD +kafka 0.2.2 d0758692 +kafka 0.2.3 HEAD kubernetes 0.1.0 f642698 kubernetes 0.2.0 7cd7de73 kubernetes 0.3.0 7caccec1 @@ -27,7 +29,8 @@ postgres 0.1.0 f642698 postgres 0.2.0 7cd7de73 postgres 0.2.1 4a97e297 postgres 0.3.0 995dea6f -postgres 0.4.0 HEAD +postgres 0.4.0 ec283c33 +postgres 0.4.1 HEAD rabbitmq 0.1.0 f642698 rabbitmq 0.2.0 HEAD redis 0.1.1 f642698 diff --git a/packages/core/installer/Makefile b/packages/core/installer/Makefile index 25b2dd79..b5a5612f 100644 --- a/packages/core/installer/Makefile +++ b/packages/core/installer/Makefile @@ -52,6 +52,7 @@ image-matchbox: --metadata-file images/matchbox.json \ --push=$(PUSH) \ --load=$(LOAD) + rm -f images/matchbox.json assets: talos-iso talos-nocloud diff --git a/packages/core/installer/values.yaml b/packages/core/installer/values.yaml index cc3573f2..30fb2e57 100644 --- a/packages/core/installer/values.yaml +++ b/packages/core/installer/values.yaml @@ -1,2 +1,2 @@ cozystack: - image: ghcr.io/aenix-io/cozystack/cozystack:latest@sha256:d4335fc42d14bfca9ff768bad7d48e771bb0cbe9b1aa1141e20535b2d0d8909e + image: ghcr.io/aenix-io/cozystack/cozystack:v0.11.0@sha256:e8ce3a6655b548b803f6de0b837abe25afc25989a4e0d12f0b8a8ba0f0c4e290 diff --git a/packages/extra/monitoring/Chart.yaml b/packages/extra/monitoring/Chart.yaml index 7de67b8d..43328289 100644 --- a/packages/extra/monitoring/Chart.yaml +++ b/packages/extra/monitoring/Chart.yaml @@ -3,4 +3,4 @@ name: monitoring description: Monitoring and observability stack icon: /logos/monitoring.svg type: application -version: 1.2.0 +version: 1.2.1 diff --git a/packages/extra/versions_map b/packages/extra/versions_map index 139b5c64..2a3f8a33 100644 --- a/packages/extra/versions_map +++ b/packages/extra/versions_map @@ -8,5 +8,6 @@ ingress 1.1.0 838bee5d ingress 1.2.0 HEAD monitoring 1.0.0 f642698 monitoring 1.1.0 15478a88 -monitoring 1.2.0 HEAD +monitoring 1.2.0 c9e0d63b +monitoring 1.2.1 HEAD seaweedfs 0.1.0 HEAD diff --git a/packages/system/dashboard/values.yaml b/packages/system/dashboard/values.yaml index 440f4198..b52d8e32 100644 --- a/packages/system/dashboard/values.yaml +++ b/packages/system/dashboard/values.yaml @@ -33,11 +33,11 @@ kubeapps: image: registry: ghcr.io/aenix-io/cozystack repository: dashboard - tag: latest - digest: sha256:4818712e9fc9c57cc321512760c3226af564a04e69d4b3ec9229ab91fd39abeb + tag: v0.11.0 + digest: sha256:0500f323d31d7f953e5e5e3ddf6001ec02feb5253f035f5a30ab21680a3886ed kubeappsapis: image: registry: ghcr.io/aenix-io/cozystack repository: kubeapps-apis - tag: latest - digest: sha256:bf3210e54a4522bd53487673c3da80383c09019e44874298d9b96423064ed226 + tag: v0.11.0 + digest: "" diff --git a/packages/system/kamaji/values.yaml b/packages/system/kamaji/values.yaml index 10d2e86f..280ec552 100644 --- a/packages/system/kamaji/values.yaml +++ b/packages/system/kamaji/values.yaml @@ -3,5 +3,5 @@ kamaji: deploy: false image: pullPolicy: IfNotPresent - tag: latest@sha256:f7e4036ed809176dafc671953a5c95a652dc7d637a67470142e625103f91ca3d + tag: v0.11.0@sha256:34a5758a02b5d3e8fc33cad672e849f3bfcc149672893ad4584bc716245332af repository: ghcr.io/aenix-io/cozystack/kamaji diff --git a/packages/system/kubeovn/values.yaml b/packages/system/kubeovn/values.yaml index ae06c46f..780fdf68 100644 --- a/packages/system/kubeovn/values.yaml +++ b/packages/system/kubeovn/values.yaml @@ -22,4 +22,4 @@ global: images: kubeovn: repository: kubeovn - tag: latest@sha256:e2911bbab12ab6deb8d8cfab4234c6bbca8d3efe7529ee87c39cd72e3142eac3 + tag: v1.13.0@sha256:f26d060fbd17e21eabab32927dcd99c16bdc3337d5ec6942f36c5791c1bbfde7