Skip to content

Commit

Permalink
Update version to v1.1.1 (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
johscheuer authored Mar 28, 2022
1 parent 5532b11 commit 1288fd6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/deployment/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
containers:
- command:
- /manager
image: foundationdb/fdb-kubernetes-operator:v1.1.0
image: foundationdb/fdb-kubernetes-operator:v1.1.1
name: manager
env:
- name: WATCH_NAMESPACE
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/v1.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v1.1.1

## Changes

* Fix role counts for versions prior to 7.0 [#1142](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1142).
2 changes: 1 addition & 1 deletion helm/fdb-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
image:
repository: foundationdb/fdb-kubernetes-operator
tag: v1.1.0
tag: v1.1.1
pullPolicy: IfNotPresent

initContainers:
Expand Down

0 comments on commit 1288fd6

Please sign in to comment.