Skip to content

Commit

Permalink
release 0.3.4 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizhiqing authored Apr 17, 2023
1 parent 7ce6226 commit 8c331cd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Image URL to use all building/pushing image targets
IMG ?= registry.baidubce.com/paddlecloud/controller:v0.3.3
IMG ?= registry.baidubce.com/paddlecloud/controller:v0.3.4
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:maxDescLen=0,generateEmbeddedObjectMeta=true,trivialVersions=true,preserveUnknownFields=false"
CRD_OPTIONS_V1BETA1 ?= "crd:crdVersions=v1beta1,allowDangerousTypes=false,maxDescLen=0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Change the following args in *deploy/v1/operator.yaml* before deployment,
- --leader-elect # enable leader election
- --namespace=paddle-system # watch this ns only, set to "" for all namespace
- --scheduling=volcano # enable volcano
- --initImage= # init container image, default to busybox, empty to disable
- --initImage= # init container image, default to alpine:3.10, empty to disable
command:
- /manager
```
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ configMapGenerator:
images:
- name: controller
newName: registry.baidubce.com/paddlecloud/controller
newTag: v0.3.3
newTag: v0.3.4
2 changes: 1 addition & 1 deletion deploy/v1/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ spec:
- --leader-elect
command:
- /manager
image: registry.baidubce.com/paddlecloud/controller:v0.3.3
image: registry.baidubce.com/paddlecloud/controller:v0.3.4
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1beta1/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ spec:
- --leader-elect
command:
- /manager
image: registry.baidubce.com/paddlecloud/controller:v0.3.3
image: registry.baidubce.com/paddlecloud/controller:v0.3.4
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 8c331cd

Please sign in to comment.