File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ type: application
20
20
# This is the chart version. This version number should be incremented each time you make changes
21
21
# to the chart and its templates, including the app version.
22
22
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23
- version : 0.2.2
23
+ version : 0.2.3
24
24
25
25
# This is the version number of the application being deployed. This version number should be
26
26
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Deploys a job that cleans up an ECR repo based on the following rules.
6
6
3 . Has the container been tagged with the word ` keep `
7
7
4 . Is the container the only tag in the ECR repository
8
8
9
- ![ Version: 0.2.2 ] ( https://img.shields.io/badge/Version-0.2.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.16.0] ( https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square )
9
+ ![ Version: 0.2.3 ] ( https://img.shields.io/badge/Version-0.2.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.16.0] ( https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square )
10
10
11
11
## Values
12
12
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1
2
2
kind : Role
3
3
metadata :
4
4
namespace : {{ .Release.Namespace }}
5
- name : {{ .Values.cron. serviceAccount.name }}
5
+ name : {{ .Values.serviceAccount.name }}
6
6
rules :
7
7
- apiGroups : ["v1"]
8
8
resources : ["pods"]
@@ -17,13 +17,13 @@ rules:
17
17
apiVersion : rbac.authorization.k8s.io/v1
18
18
kind : RoleBinding
19
19
metadata :
20
- name : {{ .Values.cron. serviceAccount.name }}
20
+ name : {{ .Values.serviceAccount.name }}
21
21
namespace : {{.Release.Namespace}}
22
22
roleRef :
23
23
apiGroup : rbac.authorization.k8s.io
24
24
kind : Role
25
- name : {{ .Values.cron. serviceAccount.name }}
25
+ name : {{ .Values.serviceAccount.name }}
26
26
subjects :
27
27
- namespace : {{.Release.Namespace}}
28
28
kind : ServiceAccount
29
- name : {{ .Values.cron. serviceAccount.name }}
29
+ name : {{ .Values.serviceAccount.name }}
You can’t perform that action at this time.
0 commit comments