File tree 4 files changed +4
-4
lines changed
platforms/kubernetes/postgres-operator/deploy
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,6 @@ format:
70
70
71
71
depends :
72
72
sudo pip install yapf paramiko kubernetes kopf
73
- docker run --privileged --rm tonistiigi/binfmt --install all
73
+ docker run --privileged --rm tonistiigi/binfmt:master --install all
74
74
@echo " TODO ubuntu: apt install jq curl"
75
75
@echo " build helm-package need helm environment."
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function get_build_cmd() {
55
55
docker buildx rm multi-platform
56
56
fi
57
57
# create a new builder instance
58
- docker buildx create --use --name multi-platform --platform=linux/amd64,linux/arm64 > /dev/null
58
+ docker buildx create --use --bootstrap -- name multi-platform --platform=linux/amd64,linux/arm64 > /dev/null
59
59
60
60
temp=($( echo $image | tr " /" " " ) )
61
61
if [ ${# temp[@]} == 1 ]; then
Original file line number Diff line number Diff line change 6
6
"clusterrolebinding" : " radondb-postgres-operator-rolebinding-cluster" ,
7
7
"rolebinding" : " radondb-postgres-operator-rolebinding-role" ,
8
8
"name" : " radondb-postgres-operator" ,
9
- "image" : " radondb/radondb-postgres-operator:v1.4.0 " ,
9
+ "image" : " radondb/radondb-postgres-operator:v1.4.1 " ,
10
10
"datapath" : " /data" ,
11
11
"imageRegistry" : " " ,
12
12
"namespaceOverride" : " "
Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ spec:
723
723
priorityClassName : system-cluster-critical
724
724
containers :
725
725
- name : radondb-postgres-operator
726
- image : radondb/radondb-postgres-operator:v1.4.0
726
+ image : radondb/radondb-postgres-operator:v1.4.1
727
727
imagePullPolicy : IfNotPresent
728
728
resources :
729
729
requests :
You can’t perform that action at this time.
0 commit comments