We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bca35 commit c371c03Copy full SHA for c371c03
flux-image-reflector-controller.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: flux-image-reflector-controller
3
version: "0.34.0"
4
- epoch: 3
+ epoch: 4
5
description: GitOps Toolkit controller that scans container registries
6
copyright:
7
- license: Apache-2.0
@@ -27,6 +27,8 @@ pipeline:
27
golang.org/x/oauth2@v0.27.0
28
golang.org/x/crypto@v0.35.0
29
golang.org/x/net@v0.36.0
30
+ github.com/golang-jwt/jwt/v4@v4.5.2
31
+ github.com/golang-jwt/jwt/v5@v5.2.2
32
33
- uses: go/build
34
with:
0 commit comments