diff --git a/rook.yaml b/rook.yaml index f73f1e18b95..4c8a764f68a 100644 --- a/rook.yaml +++ b/rook.yaml @@ -1,7 +1,7 @@ package: name: rook - version: 1.14.0 - epoch: 1 + version: 1.14.2 + epoch: 0 description: Storage Orchestration for Kubernetes copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ pipeline: - uses: git-checkout with: repository: https://github.com/rook/rook - expected-commit: bc37caa4624e866e56fb826e84226f3db6308359 + expected-commit: 7c2376042149f98fd67c38f3b75ba959bd1e9d8d tag: v${{package.version}} - uses: go/bump