File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ annotations:
3
3
licenses : Apache-2.0
4
4
type : application
5
5
apiVersion : v2
6
- appVersion : v1.1.11
6
+ appVersion : v1.1.12
7
7
dependencies :
8
8
- name : common
9
9
repository : oci://registry-1.docker.io/bitnamicharts
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ These presets are for basic testing and not meant to be used in production
14
14
{ {/* The limits are the requests increased by 50% (except ephemeral-storage and xlarge/2xlarge sizes)*/} }
15
15
{ {- $presets := dict
16
16
" pico" (dict
17
- " requests" (dict " cpu" " 1m " " memory" " 28Mi" " ephemeral-storage" " 50Mi" )
18
- " limits" (dict " cpu" " 10m " " memory" " 92Mi" " ephemeral-storage" " 2Gi" )
17
+ " requests" (dict " cpu" " 10m " " memory" " 28Mi" " ephemeral-storage" " 50Mi" )
18
+ " limits" (dict " cpu" " 50m " " memory" " 92Mi" " ephemeral-storage" " 2Gi" )
19
19
)
20
20
" nano" (dict
21
21
" requests" (dict " cpu" " 100m" " memory" " 128Mi" " ephemeral-storage" " 50Mi" )
Original file line number Diff line number Diff line change 15
15
<a
16
16
:href =" 'mailto:' + resume.email"
17
17
class =" contact-button lowercase"
18
- >
19
- └ {{ resume.email }}
20
- </a >
18
+ >├ {{ resume.email }}</a >
21
19
</div >
22
20
</div >
23
21
</template >
You can’t perform that action at this time.
0 commit comments