From aaabfb78704490ec9695c0c651403a248050dfe2 Mon Sep 17 00:00:00 2001 From: Basit Mustafa Date: Wed, 28 Feb 2024 19:31:16 -0700 Subject: [PATCH 1/2] fix(helm-charts): standalone chart rbac fix for jobs --- .../infisical-standalone-postgres/templates/jobs-rbac.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helm-charts/infisical-standalone-postgres/templates/jobs-rbac.yaml b/helm-charts/infisical-standalone-postgres/templates/jobs-rbac.yaml index 34a0a0cdc..fa7651e71 100644 --- a/helm-charts/infisical-standalone-postgres/templates/jobs-rbac.yaml +++ b/helm-charts/infisical-standalone-postgres/templates/jobs-rbac.yaml @@ -13,8 +13,9 @@ metadata: name: default subjects: - kind: ServiceAccount - name: {{ .Release.Namespace }} + name: default + namespace: {{ .Release.Namespace }} roleRef: kind: Role name: k8s-wait-for-infisical-schema-migration - apiGroup: rbac.authorization.k8s.io \ No newline at end of file + apiGroup: rbac.authorization.k8s.io From 7207997cea9154985dd919c275b3a746464f7591 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 28 Feb 2024 22:40:15 -0500 Subject: [PATCH 2/2] update chart version --- helm-charts/infisical-standalone-postgres/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/infisical-standalone-postgres/Chart.yaml b/helm-charts/infisical-standalone-postgres/Chart.yaml index 1eaace01c..d4c47cee8 100644 --- a/helm-charts/infisical-standalone-postgres/Chart.yaml +++ b/helm-charts/infisical-standalone-postgres/Chart.yaml @@ -7,7 +7,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: 1.0.5 +version: 1.0.6 # 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