From 850169c51edc9ca69019553bdce74b6ae5164826 Mon Sep 17 00:00:00 2001 From: usamaahmadkhan Date: Wed, 22 Jan 2020 18:19:12 +0500 Subject: [PATCH 1/2] fix clusterrole name in clusterrolebindings --- application/templates/clusterrolebinding.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/templates/clusterrolebinding.yaml b/application/templates/clusterrolebinding.yaml index bc0e370b..2dd4e586 100644 --- a/application/templates/clusterrolebinding.yaml +++ b/application/templates/clusterrolebinding.yaml @@ -13,11 +13,11 @@ metadata: annotations: {{ toYaml $.Values.rbac.annotations | indent 4 }} {{- end }} - name: {{ template "application.name" $ }}-clusterrole-{{ .name }} + name: {{ template "application.name" $ }}-clusterrolebinding-{{ .name }} roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole - name: {{ template "application.name" $ }}-clusterrolebinding-{{ .name }} + name: {{ template "application.name" $ }}-clusterrole-{{ .name }} subjects: - kind: ServiceAccount {{- if $.Values.rbac.serviceAccount.name }} From 9492607e8146d5f79c2de49b47345759a1398bc3 Mon Sep 17 00:00:00 2001 From: usamaahmadkhan Date: Mon, 18 May 2020 14:02:45 +0500 Subject: [PATCH 2/2] update pipeline library version --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 53bdf401..81876791 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,10 @@ #!/usr/bin/groovy -@Library('github.com/stakater/stakater-pipeline-library@v2.14.0') +@Library('github.com/stakater/stakater-pipeline-library@v2.16.26') def dummy = "" prepareAndUploadCharts { charts = [ "application" ] publicChartRepositoryURL = 'https://stakater.github.io/stakater-charts' - publicChartGitURL = 'git@github.com:stakater/stakater-charts.git' + publicChartGitURL = 'git@github.com:stakater/stakater-charts.git' } \ No newline at end of file