Nikita
Nikita
- `make update` for a component should gather app version from nested chart and add it to Cozystack's Chart.yaml (https://github.com/aenix-io/cozystack/blob/main/packages/system/dashboard/Chart.yaml#L3) - steps required to gather app versions from czk charts...
Please describe steps needed to prepare and publish a release. 1) Create branches and tags according to contributing guide (TBD) 2) Run `make` in the project root folder, see [Makefile](https://github.com/aenix-io/cozystack/blob/main/Makefile)...
Please implement globs support in file arguments, such as `talm template -f 'nodes/*.yaml'`
Please add `--field-selector` argument which will allow to submit a query instead of specifying a list of files; such as `talm dashboard --field-selector=machine.type=controlplane`
- example Makefile and generated Dockerfile for `packages/system/capi-operator` - script for generating/updating a dockerfile during `make update` - script for pushing an image to a custom registry with `make image`...
Steps: - add a script which would collect images for each package - add a script which would build/push images to private repo with correct names - add nessesary stuff...
Not all images have ARM versions. How do I find them: run helm template for each chart, find every image, exclude ones from `ghcr.io/cozystack`, run a check. - [ ]...
It was updated: https://github.com/cozystack/cozystack/commit/4ecf492cd4fa8f74e63b24f69842e3df9e73f59b Then partially reverted during merge: https://github.com/cozystack/cozystack/commit/d550a67f1933eeaa4484ad773186b919c8afc704 Please take a look if it should be updated. ## Summary by CodeRabbit - **Chores** - Updated the Kamaji component...
core/installer is updated to support multiple architectures Part of #519 ## Summary by CodeRabbit - **New Features** - Added full support for ARM64 architecture, including building, tagging, and pushing Talos-related...
Add support for metallb multiarch build. Part of #519 and a follow-up to PR #945 (issue #909) ## Summary by CodeRabbit - **Chores** - Improved Docker build process for image-controller...