File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
apiVersion : v2
3
3
description : scroll helm charts to deploy scroll sdk
4
4
name : scroll-sdk
5
- version : 0.0.33
5
+ version : 0.0.34
6
6
appVersion : v0.1.0
7
7
kubeVersion : " >=1.22.0-0"
8
8
maintainers :
Original file line number Diff line number Diff line change 1
1
# scroll-sdk
2
2
3
- ![ Version: 0.0.33 ] ( https://img.shields.io/badge/Version-0.0.33 -informational?style=flat-square ) ![ AppVersion: v0.1.0] ( https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square )
3
+ ![ Version: 0.0.34 ] ( https://img.shields.io/badge/Version-0.0.34 -informational?style=flat-square ) ![ AppVersion: v0.1.0] ( https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square )
4
4
5
5
scroll helm charts to deploy scroll sdk
6
6
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ metadata:
7
7
spec :
8
8
template :
9
9
spec :
10
+ initContainers :
11
+ - name : 1-wait-for-postgres
12
+ image : atkrad/wait4x:latest
13
+ args :
14
+ - tcp
15
+ - postgresql:5432
16
+ - --timeout
17
+ - " 0"
10
18
containers :
11
19
- name : init-db
12
20
image : postgres:latest
You can’t perform that action at this time.
0 commit comments