We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe51f3 commit 3e51da9Copy full SHA for 3e51da9
kubernetes-csi-livenessprobe.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: kubernetes-csi-livenessprobe
3
- version: 2.15.0
4
- epoch: 6
+ version: "2.16.0"
+ epoch: 0
5
description: A sidecar container that can be included in a CSI plugin pod to enable integration with Kubernetes Liveness Probe.
6
copyright:
7
- license: Apache-2.0
@@ -18,11 +18,7 @@ pipeline:
18
with:
19
repository: https://github.com/kubernetes-csi/livenessprobe
20
tag: v${{package.version}}
21
- expected-commit: 5022ba7d587840cd84abd3706c610754ccdb3d4d
22
-
23
- - uses: go/bump
24
- with:
25
- deps: golang.org/x/[email protected]
+ expected-commit: 9b46a131aa33bcb7205f44848fd08d160c20765b
26
27
- uses: go/build
28
0 commit comments