Skip to content

Commit 762885c

Browse files
committed
support latest buildx, update operator version to 1.4.1
1 parent 6f2d86a commit 762885c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ format:
7070

7171
depends:
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."

image/common/common.sh

+1-1
Original file line numberDiff line numberDiff 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

operatorversions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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": ""

platforms/kubernetes/postgres-operator/deploy/postgres-operator.yaml

+1-1
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)