Skip to content

Commit

Permalink
chore: update manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Nov 9, 2023
1 parent e650ab4 commit 93ab0d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ spec:
- "--metrics-bind-address=127.0.0.1:8080"
- "--leader-elect"
- "--manager-namespace=oceanbase-system"
- "--log-verbosity=2"
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: oceanbasedev/ob-operator
newTag: 2.1.0-alpha.1
newTag: 2.1.0-alpha.2
3 changes: 2 additions & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12705,6 +12705,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --manager-namespace=oceanbase-system
- --log-verbosity=2
command:
- /manager
env:
Expand All @@ -12714,7 +12715,7 @@ spec:
value: "true"
- name: TELEMETRY_REPORT_HOST
value: http://openwebapi.test.alipay.net
image: oceanbasedev/ob-operator:2.1.0-alpha.1
image: oceanbasedev/ob-operator:2.1.0-alpha.2
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 93ab0d9

Please sign in to comment.