File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ version: 0.2.0
2121
2222# This is the version number of the application being deployed. This version number should be
2323# incremented each time you make changes to the application.
24- appVersion : v1.28.0
24+ appVersion : v1.28.1
2525
2626maintainers :
2727 - name : " foundationdb-ci"
Original file line number Diff line number Diff line change 11---
22image :
33 repository : foundationdb/fdb-kubernetes-operator
4- tag : v1.28.0
4+ tag : v1.28.1
55 pullPolicy : IfNotPresent
66
77initContainers :
Original file line number Diff line number Diff line change 8383 containers :
8484 - command :
8585 - /manager
86- image : foundationdb/fdb-kubernetes-operator:v1.28.0
86+ image : foundationdb/fdb-kubernetes-operator:v1.28.1
8787 name : manager
8888 env :
8989 - name : WATCH_NAMESPACE
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ spec:
178178 valueFrom :
179179 fieldRef :
180180 fieldPath : metadata.namespace
181- image : foundationdb/fdb-kubernetes-operator:v1.28.0
181+ image : foundationdb/fdb-kubernetes-operator:v1.28.1
182182 name : manager
183183 ports :
184184 - containerPort : 8080
Original file line number Diff line number Diff line change 1+ # v1.28.1
2+
3+ ## Changes
4+
5+ ### Operator
6+
7+ * Fix database configuration bug if only proxies are specified [ #1883 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1883 )
You can’t perform that action at this time.
0 commit comments