File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11include make/*
22
3- VERSION ?= 2.3.1
3+ VERSION ?= 2.3.2
44# Image URL to use all building/pushing image targets
55IMG ?= quay.io/oceanbase/ob-operator:${VERSION}
66# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : 2.3.1
2+ appVersion : 2.3.2
33description : A Helm chart for OB-Operator
44name : ob-operator
55type : application
6- version : 2.3.1
6+ version : 2.3.2
Original file line number Diff line number Diff line change @@ -21851,7 +21851,7 @@ spec:
2185121851 env:
2185221852 - name: TELEMETRY_REPORTER
2185321853 value: {{ .Values.reporter }}
21854- image: quay.io/oceanbase/ob-operator:2.3.1
21854+ image: quay.io/oceanbase/ob-operator:2.3.2
2185521855 livenessProbe:
2185621856 httpGet:
2185721857 path: /healthz
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
55images :
66- name : controller
77 newName : quay.io/oceanbase/ob-operator
8- newTag : 2.3.1
8+ newTag : 2.3.2
Original file line number Diff line number Diff line change @@ -21864,7 +21864,7 @@ spec:
2186421864 env:
2186521865 - name: TELEMETRY_REPORTER
2186621866 value: ob-operator
21867- image: quay.io/oceanbase/ob-operator:2.3.1
21867+ image: quay.io/oceanbase/ob-operator:2.3.2
2186821868 livenessProbe:
2186921869 httpGet:
2187021870 path: /healthz
You can’t perform that action at this time.
0 commit comments