Skip to content

Commit 1288fd6

Browse files
authored
Update version to v1.1.1 (#1143)
1 parent 5532b11 commit 1288fd6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

config/deployment/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
containers:
6767
- command:
6868
- /manager
69-
image: foundationdb/fdb-kubernetes-operator:v1.1.0
69+
image: foundationdb/fdb-kubernetes-operator:v1.1.1
7070
name: manager
7171
env:
7272
- name: WATCH_NAMESPACE

docs/changelog/v1.1.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.1.1
2+
3+
## Changes
4+
5+
* Fix role counts for versions prior to 7.0 [#1142](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1142).

helm/fdb-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
image:
33
repository: foundationdb/fdb-kubernetes-operator
4-
tag: v1.1.0
4+
tag: v1.1.1
55
pullPolicy: IfNotPresent
66

77
initContainers:

0 commit comments

Comments
 (0)