diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4adb6d6..499d7ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,6 @@ jobs: registry-server: ghcr.io registry-username: ${{ github.actor }} image: ${{ github.repository }} - version: 4.11.7 + version: 4.12.0 secrets: pull-request-token: ${{ secrets.GH_ORG_PAT }} diff --git a/package/config/kbld-config.yml b/package/config/kbld-config.yml index 17e4b8f..d6ded71 100644 --- a/package/config/kbld-config.yml +++ b/package/config/kbld-config.yml @@ -1,6 +1,6 @@ #@ load("@ytt:data", "data") -#@ version = "4.11.7" +#@ version = "4.12.0" --- apiVersion: kbld.k14s.io/v1alpha1