Compare commits

..

1 Commits

Author SHA1 Message Date
Andrei Kvapil
25824f9d27 Preapare release v0.3.0 2024-04-18 00:27:28 +02:00
74 changed files with 93 additions and 80 deletions

View File

@@ -14,7 +14,7 @@ diff: ## Diff Helm release against objects in a Kubernetes cluster
kubectl get hr -n $(NAMESPACE) $(NAME) -o jsonpath='{.spec.values}' | helm diff upgrade --allow-unreleased --normalize-manifests -n $(NAMESPACE) $(NAME) . -f -
suspend: ## Suspend reconciliation for an existing Helm release
kubectl patch hr -n $(NAMESPACE) $(NAME) -p '{"spec": {"suspend": true}}' --type=merge
flux suspend hr -n $(NAMESPACE) $(NAME)
resume: ## Resume reconciliation for an existing Helm release
kubectl patch hr -n $(NAMESPACE) $(NAME) -p '{"spec": {"suspend": null}}' --type=merge
flux resume hr -n $(NAMESPACE) $(NAME)

View File

@@ -15,6 +15,13 @@ metadata:
namespace: cozy-system
---
# Source: cozy-installer/templates/cozystack.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: cozystack
namespace: cozy-system
---
# Source: cozy-installer/templates/cozystack.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
@@ -63,7 +70,7 @@ spec:
serviceAccountName: cozystack
containers:
- name: cozystack
image: "ghcr.io/aenix-io/cozystack/cozystack:v0.3.1"
image: "ghcr.io/aenix-io/cozystack/cozystack:v0.3.0"
env:
- name: KUBERNETES_SERVICE_HOST
value: localhost
@@ -82,7 +89,7 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: darkhttpd
image: "ghcr.io/aenix-io/cozystack/cozystack:v0.3.1"
image: "ghcr.io/aenix-io/cozystack/cozystack:v0.3.0"
command:
- /usr/bin/darkhttpd
- /cozystack/assets

View File

@@ -2,7 +2,7 @@ PUSH := 1
LOAD := 0
REGISTRY := ghcr.io/aenix-io/cozystack
NGINX_CACHE_TAG = v0.1.0
TAG := v0.3.1
TAG := v0.3.0
image: image-nginx

View File

@@ -1,4 +1,4 @@
{
"containerimage.config.digest": "sha256:e406d5ac59cc06bbab51e16ae9a520143ad4f54952ef8f8cca982dc89454d616",
"containerimage.digest": "sha256:08e5063e65d2adc17278abee0ab43ce31cf37bc9bc7eb7988ef16f1f1c459862"
"containerimage.config.digest": "sha256:7c47297b8133ec28972f23c9f7de1e343b16c8c58cca9105830f7753a7f3b124",
"containerimage.digest": "sha256:1dda8d51fd620c8b40a16873376a690858910aa57241caa09d4cd4b5f84f317e"
}

View File

@@ -1,7 +1,7 @@
PUSH := 1
LOAD := 0
REGISTRY := ghcr.io/aenix-io/cozystack
TAG := v0.3.1
TAG := v0.3.0
UBUNTU_CONTAINER_DISK_TAG = v1.29.1
image: image-ubuntu-container-disk

View File

@@ -1,4 +1,4 @@
VERSION := 0.3.1
VERSION := 0.3.0
gen: fix-chartnames

View File

@@ -1,2 +1,2 @@
name: cozy-fluxcd
version: 0.3.1
version: 0.3.0

View File

@@ -1,2 +1,2 @@
name: cozy-installer
version: 0.3.1
version: 0.3.0

View File

@@ -3,7 +3,7 @@ NAMESPACE=cozy-system
PUSH := 1
LOAD := 0
REGISTRY := ghcr.io/aenix-io/cozystack
TAG := v0.3.1
TAG := v0.3.0
TALOS_VERSION=$(shell awk '/^version:/ {print $$2}' images/talos/profiles/installer.yaml)
show:

View File

@@ -1,4 +1,4 @@
{
"containerimage.config.digest": "sha256:29b11ecbb92bae830f2e55cd4b6f7f3ada09b2f5514c0eeee395bd2dbd12fb81",
"containerimage.digest": "sha256:791df989ff37a76062c7c638dbfc93435df9ee0db48797f2045c80b6d6b937c0"
"containerimage.config.digest": "sha256:0c3185c10c197737d2adc749f6a73bba911b4d5f953556bcf221546d8a319ccc",
"containerimage.digest": "sha256:6bc8f81d789ed74386262d9c5cc663a7f308f5458b9121e2ce7d61b5e6e2b112"
}

View File

@@ -1 +1 @@
ghcr.io/aenix-io/cozystack/cozystack:v0.3.1
ghcr.io/aenix-io/cozystack/cozystack:v0.3.0

View File

@@ -12,6 +12,12 @@ metadata:
name: cozystack
namespace: cozy-system
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: cozystack
namespace: cozy-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:

View File

@@ -1,2 +1,2 @@
name: cozy-platform
version: 0.3.1
version: 0.3.0

View File

@@ -1,5 +1,5 @@
OUT=../../_out/repos/system
VERSION := 0.3.1
VERSION := 0.3.0
gen: fix-chartnames

View File

@@ -1,2 +1,2 @@
name: cozy-capi-operator
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=capi-operator
NAMESPACE=cozy-cluster-api
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -1,2 +1,2 @@
name: cozy-capi-providers
version: 0.3.1
version: 0.3.0

View File

@@ -1,4 +1,4 @@
NAME=capi-providers
NAMESPACE=cozy-cluster-api
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk

View File

@@ -1,2 +1,2 @@
name: cozy-cert-manager-issuers
version: 0.3.1
version: 0.3.0

View File

@@ -1,4 +1,4 @@
NAME=cert-manager-issuers
NAMESPACE=cozy-cert-manager
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk

View File

@@ -1,2 +1,2 @@
name: cozy-cert-manager
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=cert-manager
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -1,2 +1,2 @@
name: cozy-cilium
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=cilium
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -1,2 +1,2 @@
name: cozy-clickhouse-operator
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=clickhouse-operator
NAMESPACE=cozy-clickhouse-operator
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -3,4 +3,4 @@ altinity-clickhouse-operator:
files:
config.yaml:
watch:
namespaces: [".*"]
namespaces: ["*"]

View File

@@ -1,2 +1,2 @@
name: cozy-dashboard
version: 0.3.1
version: 0.3.0

View File

@@ -3,9 +3,9 @@ NAMESPACE=cozy-$(NAME)
PUSH := 1
LOAD := 0
REPOSITORY := ghcr.io/aenix-io/cozystack
TAG := v0.3.1
TAG := v0.3.0
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update: update-chart update-dockerfiles
image: image-dashboard image-kubeapps-apis

View File

@@ -1 +1 @@
ghcr.io/aenix-io/cozystack/dashboard:v0.3.1
ghcr.io/aenix-io/cozystack/dashboard:v0.3.0

View File

@@ -1,4 +1,4 @@
{
"containerimage.config.digest": "sha256:e5f295cce1b460e2423f07326e812a201fac6ab594ecfc75eddfa81f46fd10fb",
"containerimage.digest": "sha256:6e32bb3f1afaf93e4e619d5655c43dcd1bf10e0d30aa8136e738484f1b0bd474"
"containerimage.config.digest": "sha256:f517e94dcfd0b612ebffb20d9a6b0e15c129384ab3bfcdde2ae3b3d0f956554f",
"containerimage.digest": "sha256:7af76f291acaa9b21dad567fe85a124d2d11ffb032de2812245d467aa0e0f390"
}

View File

@@ -1 +1 @@
ghcr.io/aenix-io/cozystack/kubeapps-apis:v0.3.1
ghcr.io/aenix-io/cozystack/kubeapps-apis:v0.3.0

View File

@@ -1,2 +1,2 @@
name: cozy-grafana-oncall
version: 0.3.1
version: 0.3.0

View File

@@ -1,2 +1,2 @@
name: cozy-grafana-operator
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=grafana-operator
NAMESPACE=cozy-grafana-operator
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -1,2 +1,2 @@
name: cozy-ingress-nginx
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=ingress-nginx
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -1,2 +1,2 @@
name: cozy-kafka-operator
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=kafka-operator
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -1,2 +1,2 @@
name: cozy-kamaji-etcd
version: 0.3.1
version: 0.3.0

View File

@@ -1,2 +1,2 @@
name: cozy-kamaji
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=kamaji
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -1,2 +1,2 @@
name: cozy-kubeovn
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=kubeovn
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts && mkdir -p charts/kube-ovn

View File

@@ -1,2 +1,2 @@
name: cozy-kubevirt-cdi-operator
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=kubevirt-cdi-operator
NAMESPACE=cozy-kubevirt-cdi
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf templates

View File

@@ -1,2 +1,2 @@
name: cozy-kubevirt-cdi
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=kubevirt-cdi
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf templates

View File

@@ -1,2 +1,2 @@
name: cozy-kubevirt-csi-node
version: 0.3.1
version: 0.3.0

View File

@@ -1,2 +1,2 @@
name: cozy-kubevirt-operator
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=kubevirt-operator
NAMESPACE=cozy-kubevirt
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf templates

View File

@@ -1,2 +1,2 @@
name: cozy-kubevirt
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=kubevirt
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf templates

View File

@@ -1,2 +1,2 @@
name: cozy-linstor
version: 0.3.1
version: 0.3.0

View File

@@ -1,4 +1,4 @@
NAME=linstor
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk

View File

@@ -1,2 +1,2 @@
name: cozy-mariadb-operator
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=mariadb-operator
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -1,2 +1,2 @@
name: cozy-metallb
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=metallb
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -1,2 +1,2 @@
name: cozy-monitoring
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=monitoring
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -1,2 +1,2 @@
name: cozy-piraeus-operator
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=piraeus-operator
NAMESPACE=cozy-linstor
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -1,2 +1,2 @@
name: cozy-postgres-operator
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=postgres-operator
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -1,2 +1,2 @@
name: cozy-rabbitmq-operator
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=rabbitmq-operator
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf templates/cluster-operator.yml

View File

@@ -1,2 +1,2 @@
name: cozy-redis-operator
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=redis-operator
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -1,2 +1,2 @@
name: cozy-telepresence
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=traffic-manager
NAMESPACE=cozy-telepresence
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -1,2 +1,2 @@
name: cozy-victoria-metrics-operator
version: 0.3.1
version: 0.3.0

View File

@@ -1,7 +1,7 @@
NAME=victoria-metrics-operator
NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
include ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -24,10 +24,10 @@ flux_is_ok() {
install_basic_charts() {
if [ "$BUNDLE" = "paas-full" ] || [ "$BUNDLE" = "distro-full" ]; then
make -C packages/system/cilium apply resume
make -C packages/system/cilium apply
fi
if [ "$BUNDLE" = "paas-full" ]; then
make -C packages/system/kubeovn apply resume
make -C packages/system/kubeovn apply
fi
}