File tree 3 files changed +2
-26
lines changed
charts/steadybit-extension-jvm
3 files changed +2
-26
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : steadybit-extension-jvm
3
3
description : Steadybit jvm extension Helm chart for Kubernetes.
4
- version : 1.1.13
4
+ version : 1.1.14
5
5
appVersion : v1.1.11
6
6
home : https://www.steadybit.com/
7
7
icon : https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ will omit attribute from the passed in object depending on the KubeVersion
50
50
{ {- $dict := index . 2 -} }
51
51
{ {- $toOmit := index . 3 -} }
52
52
{ {- if semverCompare $versionConstraint $top .Capabilities.KubeVersion.Version -} }
53
- { {- $dict : = omit $dict $toOmit -} }
53
+ { {- $dict = omit $dict $toOmit -} }
54
54
{ {- end -} }
55
55
{ {- $dict | toYaml -} }
56
56
{ {- end -} }
Original file line number Diff line number Diff line change @@ -70,8 +70,6 @@ manifest should match snapshot using containerd and resources:
70
70
cpu : 100m
71
71
memory : 48Mi
72
72
securityContext :
73
- appArmorProfile :
74
- type : Unconfined
75
73
capabilities :
76
74
add :
77
75
- SYS_ADMIN
@@ -196,8 +194,6 @@ manifest should match snapshot using crio using podAnnotations and Labels:
196
194
cpu : 100m
197
195
memory : 48Mi
198
196
securityContext :
199
- appArmorProfile :
200
- type : Unconfined
201
197
capabilities :
202
198
add :
203
199
- SYS_ADMIN
@@ -320,8 +316,6 @@ manifest should match snapshot using docker:
320
316
cpu : 100m
321
317
memory : 48Mi
322
318
securityContext :
323
- appArmorProfile :
324
- type : Unconfined
325
319
capabilities :
326
320
add :
327
321
- SYS_ADMIN
@@ -448,8 +442,6 @@ manifest should match snapshot with TLS:
448
442
cpu : 100m
449
443
memory : 48Mi
450
444
securityContext :
451
- appArmorProfile :
452
- type : Unconfined
453
445
capabilities :
454
446
add :
455
447
- SYS_ADMIN
@@ -702,8 +694,6 @@ manifest should match snapshot with different containerPorts:
702
694
cpu : 100m
703
695
memory : 48Mi
704
696
securityContext :
705
- appArmorProfile :
706
- type : Unconfined
707
697
capabilities :
708
698
add :
709
699
- SYS_ADMIN
@@ -833,8 +823,6 @@ manifest should match snapshot with extra env vars:
833
823
cpu : 100m
834
824
memory : 48Mi
835
825
securityContext :
836
- appArmorProfile :
837
- type : Unconfined
838
826
capabilities :
839
827
add :
840
828
- SYS_ADMIN
@@ -959,8 +947,6 @@ manifest should match snapshot with extra labels:
959
947
cpu : 100m
960
948
memory : 48Mi
961
949
securityContext :
962
- appArmorProfile :
963
- type : Unconfined
964
950
capabilities :
965
951
add :
966
952
- SYS_ADMIN
@@ -1089,8 +1075,6 @@ manifest should match snapshot with mutual TLS:
1089
1075
cpu : 100m
1090
1076
memory : 48Mi
1091
1077
securityContext :
1092
- appArmorProfile :
1093
- type : Unconfined
1094
1078
capabilities :
1095
1079
add :
1096
1080
- SYS_ADMIN
@@ -1233,8 +1217,6 @@ manifest should match snapshot with mutual TLS using containerPaths:
1233
1217
cpu : 100m
1234
1218
memory : 48Mi
1235
1219
securityContext :
1236
- appArmorProfile :
1237
- type : Unconfined
1238
1220
capabilities :
1239
1221
add :
1240
1222
- SYS_ADMIN
@@ -1357,8 +1339,6 @@ manifest should match snapshot with podSecurityContext:
1357
1339
cpu : 100m
1358
1340
memory : 48Mi
1359
1341
securityContext :
1360
- appArmorProfile :
1361
- type : Unconfined
1362
1342
capabilities :
1363
1343
add :
1364
1344
- SYS_ADMIN
@@ -1482,8 +1462,6 @@ manifest should match snapshot with priority class:
1482
1462
cpu : 100m
1483
1463
memory : 48Mi
1484
1464
securityContext :
1485
- appArmorProfile :
1486
- type : Unconfined
1487
1465
capabilities :
1488
1466
add :
1489
1467
- SYS_ADMIN
@@ -1607,8 +1585,6 @@ manifest should match snapshot with update strategy:
1607
1585
cpu : 100m
1608
1586
memory : 48Mi
1609
1587
securityContext :
1610
- appArmorProfile :
1611
- type : Unconfined
1612
1588
capabilities :
1613
1589
add :
1614
1590
- SYS_ADMIN
You can’t perform that action at this time.
0 commit comments