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 d17a8da commit ebb6988Copy full SHA for ebb6988
.github/workflows/release.yml
@@ -18,6 +18,6 @@ jobs:
18
registry-server: ghcr.io
19
registry-username: ${{ github.actor }}
20
image: ${{ github.repository }}
21
- version: 4.12.7
+ version: 4.13.2
22
secrets:
23
pull-request-token: ${{ secrets.GH_ORG_PAT }}
package/config/kbld-config.yml
@@ -1,6 +1,6 @@
1
#@ load("@ytt:data", "data")
2
3
-#@ version = "4.12.7"
+#@ version = "4.13.2"
4
5
---
6
apiVersion: kbld.k14s.io/v1alpha1
0 commit comments