File tree 13 files changed +109
-90
lines changed
13 files changed +109
-90
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
description : .NET Core Helm Chart
3
3
name : dotnet
4
- version : 9.2 .0
4
+ version : 10.0 .0
5
5
dependencies :
6
6
- name : libchart
7
- version : 0.3 .0
7
+ version : 1.0 .0
8
8
repository : file://../libchart
Original file line number Diff line number Diff line change @@ -29,14 +29,17 @@ serviceAccount:
29
29
podAnnotations : {}
30
30
podLabels : {}
31
31
32
- securityContext :
32
+ podSecurityContext :
33
33
runAsNonRoot : true
34
- # capabilities:
35
- # drop:
36
- # - ALL
37
- # readOnlyRootFilesystem: true
38
- # runAsUser: 1000
39
- # fsGroup: 2000
34
+ runAsUser : 65534
35
+ fsGroup : 65534
36
+
37
+ securityContext :
38
+ readOnlyRootFilesystem : true
39
+ allowPrivilegeEscalation : false
40
+ capabilities :
41
+ drop :
42
+ - ALL
40
43
41
44
environment : {}
42
45
secrets : {}
@@ -62,17 +65,17 @@ csi: {}
62
65
# objectType: key
63
66
# objectVersion: ""
64
67
65
- resources : {}
68
+ resources :
66
69
# We usually recommend not to specify default resources and to leave this as a conscious
67
70
# choice for the user. This also increases chances charts run on environments with little
68
71
# resources, such as Minikube. If you do want to specify resources, uncomment the following
69
72
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
70
- # limits:
71
- # cpu: 100m
72
- # memory: 128Mi
73
- # requests:
74
- # cpu: 100m
75
- # memory: 128Mi
73
+ limits :
74
+ cpu : 200m
75
+ memory : 512Mi
76
+ requests :
77
+ cpu : 200m
78
+ memory : 512Mi
76
79
77
80
nodeSelector : {}
78
81
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
description : golan Helm Chart
3
3
name : golang
4
- version : 13.2 .0
4
+ version : 14.0 .0
5
5
dependencies :
6
6
- name : libchart
7
- version : 0.3 .0
7
+ version : 1.0 .0
8
8
repository : file://../libchart
Original file line number Diff line number Diff line change @@ -29,14 +29,17 @@ serviceAccount:
29
29
podAnnotations : {}
30
30
podLabels : {}
31
31
32
- securityContext :
32
+ podSecurityContext :
33
33
runAsNonRoot : true
34
- # capabilities:
35
- # drop:
36
- # - ALL
37
- # readOnlyRootFilesystem: true
38
- # runAsUser: 1000
39
- # fsGroup: 2000
34
+ runAsUser : 65534
35
+ fsGroup : 65534
36
+
37
+ securityContext :
38
+ readOnlyRootFilesystem : true
39
+ allowPrivilegeEscalation : false
40
+ capabilities :
41
+ drop :
42
+ - ALL
40
43
41
44
environment : {}
42
45
secrets : {}
@@ -62,17 +65,17 @@ csi: {}
62
65
# objectType: key
63
66
# objectVersion: ""
64
67
65
- resources : {}
68
+ resources :
66
69
# We usually recommend not to specify default resources and to leave this as a conscious
67
70
# choice for the user. This also increases chances charts run on environments with little
68
71
# resources, such as Minikube. If you do want to specify resources, uncomment the following
69
72
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
70
- # limits:
71
- # cpu: 100m
72
- # memory: 128Mi
73
- # requests:
74
- # cpu: 100m
75
- # memory: 128Mi
73
+ limits :
74
+ cpu : 100m
75
+ memory : 256Mi
76
+ requests :
77
+ cpu : 100m
78
+ memory : 256Mi
76
79
77
80
nodeSelector : {}
78
81
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
description : Java Helm Chart
3
3
name : java
4
- version : 6.2 .0
4
+ version : 7.0 .0
5
5
dependencies :
6
6
- name : libchart
7
- version : 0.3 .0
7
+ version : 1.0 .0
8
8
repository : file://../libchart
Original file line number Diff line number Diff line change @@ -29,14 +29,17 @@ serviceAccount:
29
29
podAnnotations : {}
30
30
podLabels : {}
31
31
32
- securityContext :
32
+ podSecurityContext :
33
33
runAsNonRoot : true
34
- # capabilities:
35
- # drop:
36
- # - ALL
37
- # readOnlyRootFilesystem: true
38
- # runAsUser: 1000
39
- # fsGroup: 2000
34
+ runAsUser : 65534
35
+ fsGroup : 65534
36
+
37
+ securityContext :
38
+ readOnlyRootFilesystem : true
39
+ allowPrivilegeEscalation : false
40
+ capabilities :
41
+ drop :
42
+ - ALL
40
43
41
44
environment : {}
42
45
secrets : {}
@@ -62,17 +65,17 @@ csi: {}
62
65
# objectType: key
63
66
# objectVersion: ""
64
67
65
- resources : {}
68
+ resources :
66
69
# We usually recommend not to specify default resources and to leave this as a conscious
67
70
# choice for the user. This also increases chances charts run on environments with little
68
71
# resources, such as Minikube. If you do want to specify resources, uncomment the following
69
72
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
70
- # limits:
71
- # cpu: 100m
72
- # memory: 128Mi
73
- # requests:
74
- # cpu: 100m
75
- # memory: 128Mi
73
+ limits :
74
+ cpu : 200m
75
+ memory : 512Mi
76
+ requests :
77
+ cpu : 200m
78
+ memory : 512Mi
76
79
77
80
nodeSelector : {}
78
81
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: library
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.3 .0
18
+ version : 1.0 .0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ imagePullSecrets:
7
7
{ {- end } }
8
8
serviceAccountName: { { include " libchart.serviceAccountName" . } }
9
9
securityContext:
10
- { {- toYaml .Values.securityContext | nindent 2 } }
10
+ { {- toYaml .Values.podSecurityContext | nindent 2 } }
11
11
containers:
12
12
- name: { { .Chart.Name } }
13
13
image: "{ { .Values.image.repository } }:{ { .Values.image.tag } }"
@@ -65,7 +65,8 @@ containers:
65
65
{ {- end } }
66
66
resources:
67
67
{ { toYaml .Values.resources | nindent 6 } }
68
-
68
+ securityContext:
69
+ { {- toYaml .Values.securityContext | nindent 6 } }
69
70
{ {- with .Values.nodeSelector } }
70
71
nodeSelector:
71
72
{ { toYaml . | nindent 4 } }
Original file line number Diff line number Diff line change @@ -30,14 +30,17 @@ serviceAccount:
30
30
podAnnotations : {}
31
31
podLabels : {}
32
32
33
- securityContext :
33
+ podSecurityContext :
34
34
runAsNonRoot : true
35
- # capabilities:
36
- # drop:
37
- # - ALL
38
- # readOnlyRootFilesystem: true
39
- # runAsUser: 1000
40
- # fsGroup: 2000
35
+ runAsUser : 65534
36
+ fsGroup : 65534
37
+
38
+ securityContext :
39
+ readOnlyRootFilesystem : true
40
+ allowPrivilegeEscalation : false
41
+ capabilities :
42
+ drop :
43
+ - ALL
41
44
42
45
environment : {}
43
46
secrets : {}
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
description : Node.js Helm Chart
3
3
name : nodejs
4
- version : 13.2 .0
4
+ version : 14.0 .0
5
5
dependencies :
6
6
- name : libchart
7
- version : 0.3 .0
7
+ version : 1.0 .0
8
8
repository : file://../libchart
Original file line number Diff line number Diff line change @@ -29,14 +29,17 @@ serviceAccount:
29
29
podAnnotations : {}
30
30
podLabels : {}
31
31
32
- securityContext :
32
+ podSecurityContext :
33
33
runAsNonRoot : true
34
- # capabilities:
35
- # drop:
36
- # - ALL
37
- # readOnlyRootFilesystem: true
38
- # runAsUser: 1000
39
- # fsGroup: 2000
34
+ runAsUser : 65534
35
+ fsGroup : 65534
36
+
37
+ securityContext :
38
+ readOnlyRootFilesystem : true
39
+ allowPrivilegeEscalation : false
40
+ capabilities :
41
+ drop :
42
+ - ALL
40
43
41
44
environment : {}
42
45
secrets : {}
@@ -62,17 +65,17 @@ csi: {}
62
65
# objectType: key
63
66
# objectVersion: ""
64
67
65
- resources : {}
68
+ resources :
66
69
# We usually recommend not to specify default resources and to leave this as a conscious
67
70
# choice for the user. This also increases chances charts run on environments with little
68
71
# resources, such as Minikube. If you do want to specify resources, uncomment the following
69
72
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
70
- # limits:
71
- # cpu: 100m
72
- # memory: 128Mi
73
- # requests:
74
- # cpu: 100m
75
- # memory: 128Mi
73
+ limits :
74
+ cpu : 200m
75
+ memory : 512Mi
76
+ requests :
77
+ cpu : 200m
78
+ memory : 512Mi
76
79
77
80
nodeSelector : {}
78
81
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
appVersion : " 1.0"
3
3
description : Helm chart for deployment of web servers
4
4
name : web
5
- version : 10.3 .0
5
+ version : 11.0 .0
6
6
dependencies :
7
7
- name : libchart
8
- version : 0.3 .0
8
+ version : 1.0 .0
9
9
repository : file://../libchart
Original file line number Diff line number Diff line change @@ -29,14 +29,17 @@ serviceAccount:
29
29
podAnnotations : {}
30
30
podLabels : {}
31
31
32
- securityContext :
32
+ podSecurityContext :
33
33
runAsNonRoot : true
34
- # capabilities:
35
- # drop:
36
- # - ALL
37
- # readOnlyRootFilesystem: true
38
- # runAsUser: 1000
39
- # fsGroup: 2000
34
+ runAsUser : 65534
35
+ fsGroup : 65534
36
+
37
+ securityContext :
38
+ readOnlyRootFilesystem : true
39
+ allowPrivilegeEscalation : false
40
+ capabilities :
41
+ drop :
42
+ - ALL
40
43
41
44
environment : {}
42
45
secrets : {}
@@ -62,17 +65,17 @@ csi: {}
62
65
# objectType: key
63
66
# objectVersion: ""
64
67
65
- resources : {}
68
+ resources :
66
69
# We usually recommend not to specify default resources and to leave this as a conscious
67
70
# choice for the user. This also increases chances charts run on environments with little
68
71
# resources, such as Minikube. If you do want to specify resources, uncomment the following
69
72
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
70
- # limits:
71
- # cpu: 100m
72
- # memory: 128Mi
73
- # requests:
74
- # cpu: 100m
75
- # memory: 128Mi
73
+ limits :
74
+ cpu : 100m
75
+ memory : 256Mi
76
+ requests :
77
+ cpu : 100m
78
+ memory : 256Mi
76
79
77
80
nodeSelector : {}
78
81
You can’t perform that action at this time.
0 commit comments