File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
platforms/kubernetes/postgres-operator/deploy Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,6 @@ format:
7070
7171depends :
7272 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
7474 @echo " TODO ubuntu: apt install jq curl"
7575 @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() {
5555 docker buildx rm multi-platform
5656 fi
5757 # 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
5959
6060 temp=($( echo $image | tr " /" " " ) )
6161 if [ ${# temp[@]} == 1 ]; then
Original file line number Diff line number Diff line change 66 "clusterrolebinding" : " radondb-postgres-operator-rolebinding-cluster" ,
77 "rolebinding" : " radondb-postgres-operator-rolebinding-role" ,
88 "name" : " radondb-postgres-operator" ,
9- "image" : " radondb/radondb-postgres-operator:v1.4.0 " ,
9+ "image" : " radondb/radondb-postgres-operator:v1.4.1 " ,
1010 "datapath" : " /data" ,
1111 "imageRegistry" : " " ,
1212 "namespaceOverride" : " "
Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ spec:
723723 priorityClassName : system-cluster-critical
724724 containers :
725725 - name : radondb-postgres-operator
726- image : radondb/radondb-postgres-operator:v1.4.0
726+ image : radondb/radondb-postgres-operator:v1.4.1
727727 imagePullPolicy : IfNotPresent
728728 resources :
729729 requests :
You can’t perform that action at this time.
0 commit comments