File tree 13 files changed +33
-35
lines changed
13 files changed +33
-35
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ Read Helm's official [Charts Development Guide][helm-development].
17
17
## Testing
18
18
19
19
```
20
- ./test.sh
20
+ ./helm- test.sh
21
21
```
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 : 13.0 .1
4
+ version : 13.1 .1
5
5
dependencies :
6
6
- name : libchart
7
- version : 4.1.0
7
+ version : 4.1.1
8
8
repository : file://../libchart
Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: libchart
3
3
repository: file://../libchart
4
- version: 0.3.0
5
- digest: sha256:e51db0ee894288ecbe88427507cf23b80d5f5449c5f47d27044675537092ca49
6
- generated: "2022-02-17T17:13:18.1276499+01 :00"
4
+ version: 4.1.1
5
+ digest: sha256:a0d373dba375b132066231779128bed30eccc46cb8c76e8f38949b42ccdaf919
6
+ generated: "2024-08-21T10:45:20.463196+02 :00"
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 : 17.0 .1
4
+ version : 17.1 .1
5
5
dependencies :
6
6
- name : libchart
7
- version : 4.1.0
7
+ version : 4.1.1
8
8
repository : file://../libchart
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ for chart in */Chart.yaml; do
21
21
rm -rf data temp
22
22
}
23
23
done
24
+
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 : 10.1.0
4
+ version : 10.1.1
5
5
dependencies :
6
6
- name : libchart
7
- version : 4.1.0
7
+ version : 4.1.1
8
8
repository : file://../libchart
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ image:
14
14
# - secret1
15
15
# - secret2
16
16
17
- initContainers :
18
- - name : network-proxy
19
- image : network-proxy:1.0
20
- restartPolicy : Always
17
+ initContainers : {}
18
+ # - name: network-proxy
19
+ # image: network-proxy:1.0
20
+ # restartPolicy: Always
21
21
22
22
nameOverride : " "
23
23
fullnameOverride : " "
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 : 4.1.0
18
+ version : 4.1.1
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 @@ -15,10 +15,10 @@ image:
15
15
# - secret1
16
16
# - secret2
17
17
18
- initContainers :
19
- - name : network-proxy
20
- image : network-proxy:1.0
21
- restartPolicy : Always
18
+ initContainers : {}
19
+ # - name: network-proxy
20
+ # image: network-proxy:1.0
21
+ # restartPolicy: Always
22
22
23
23
nameOverride : " "
24
24
fullnameOverride : " "
@@ -202,8 +202,5 @@ volumes: []
202
202
# - key: ssh-pub-key
203
203
# path: id_rsa.pub
204
204
205
- autoscaling :
206
- enabled : false
207
-
208
205
# https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/
209
206
dnsConfig : {}
Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: libchart
3
3
repository: file://../libchart
4
- version: 0.3.0
5
- digest: sha256:e51db0ee894288ecbe88427507cf23b80d5f5449c5f47d27044675537092ca49
6
- generated: "2022-02-17T17:15:23.372119587+01 :00"
4
+ version: 4.1.1
5
+ digest: sha256:a0d373dba375b132066231779128bed30eccc46cb8c76e8f38949b42ccdaf919
6
+ generated: "2024-08-21T10:45:25.684476+02 :00"
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 : 17.0 .1
4
+ version : 17.1 .1
5
5
dependencies :
6
6
- name : libchart
7
- version : 4.1.0
7
+ version : 4.1.1
8
8
repository : file://../libchart
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ no_violations {
8
8
empty (deny)
9
9
}
10
10
11
- no_warnings {
12
- empty (warn)
13
- }
11
+ # no_warnings {
12
+ # empty(warn)
13
+ # }
14
14
15
15
test_deployment_without_security_context {
16
16
deny[" Containers must not run as root in Deployment sample" ] with input as {" kind" : " Deployment" , " metadata" : { " name" : " sample" }}
@@ -26,6 +26,6 @@ test_services_not_denied {
26
26
no_violations with input as {" kind" : " Service" , " metadata" : { " name" : " sample" }}
27
27
}
28
28
29
- test_services_issue_warning {
30
- warn[" Found service sample but services are not allowed" ] with input as {" kind" : " Service" , " metadata" : { " name" : " sample" }}
31
- }
29
+ # test_services_issue_warning {
30
+ # warn["Found service sample but services are not allowed"] with input as {"kind": "Service", "metadata": { "name": "sample" }}
31
+ # }
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 : 14.0 .1
5
+ version : 14.1 .1
6
6
dependencies :
7
7
- name : libchart
8
- version : 4.1.0
8
+ version : 4.1.1
9
9
repository : file://../libchart
You can’t perform that action at this time.
0 commit comments