From b02c608d6cfee0e00f196bda32d671038d80f76e Mon Sep 17 00:00:00 2001 From: Artem Starik Date: Thu, 18 Apr 2024 11:00:06 +0300 Subject: [PATCH 1/3] HOTFIX: remove duplicated entry for sa --- manifests/cozystack-installer.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/manifests/cozystack-installer.yaml b/manifests/cozystack-installer.yaml index 5ed1f29c..c5154c8e 100644 --- a/manifests/cozystack-installer.yaml +++ b/manifests/cozystack-installer.yaml @@ -15,13 +15,6 @@ 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: From 7713e7de6be888c0b9ff0680a12345bb38656404 Mon Sep 17 00:00:00 2001 From: Artem Starik Date: Thu, 18 Apr 2024 11:07:21 +0300 Subject: [PATCH 2/3] HOTFIX: remove duplicated sa from template --- packages/core/installer/templates/cozystack.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/core/installer/templates/cozystack.yaml b/packages/core/installer/templates/cozystack.yaml index 89ef4d50..95b5cbd0 100644 --- a/packages/core/installer/templates/cozystack.yaml +++ b/packages/core/installer/templates/cozystack.yaml @@ -12,12 +12,6 @@ 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: From 2baf532e1fb89c0eea3030c908ed650ae47f76b3 Mon Sep 17 00:00:00 2001 From: Artem Starik Date: Thu, 18 Apr 2024 11:10:14 +0300 Subject: [PATCH 3/3] HOTFIX: byump chart version --- packages/core/installer/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/installer/Chart.yaml b/packages/core/installer/Chart.yaml index e62f341b..5c85bd01 100644 --- a/packages/core/installer/Chart.yaml +++ b/packages/core/installer/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-installer -version: 0.3.0 +version: 0.3.1