Skip to content

Commit

Permalink
support latest buildx, update operator version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zlianzhuang committed Jun 3, 2024
1 parent 6f2d86a commit 762885c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ format:

depends:
sudo pip install yapf paramiko kubernetes kopf
docker run --privileged --rm tonistiigi/binfmt --install all
docker run --privileged --rm tonistiigi/binfmt:master --install all
@echo "TODO ubuntu: apt install jq curl"
@echo "build helm-package need helm environment."
2 changes: 1 addition & 1 deletion image/common/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function get_build_cmd() {
docker buildx rm multi-platform
fi
# create a new builder instance
docker buildx create --use --name multi-platform --platform=linux/amd64,linux/arm64 > /dev/null
docker buildx create --use --bootstrap --name multi-platform --platform=linux/amd64,linux/arm64 > /dev/null

temp=($(echo $image | tr "/" " "))
if [ ${#temp[@]} == 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion operatorversions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clusterrolebinding": "radondb-postgres-operator-rolebinding-cluster",
"rolebinding": "radondb-postgres-operator-rolebinding-role",
"name": "radondb-postgres-operator",
"image": "radondb/radondb-postgres-operator:v1.4.0",
"image": "radondb/radondb-postgres-operator:v1.4.1",
"datapath": "/data",
"imageRegistry": "",
"namespaceOverride": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ spec:
priorityClassName: system-cluster-critical
containers:
- name: radondb-postgres-operator
image: radondb/radondb-postgres-operator:v1.4.0
image: radondb/radondb-postgres-operator:v1.4.1
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit 762885c

Please sign in to comment.