From d1f4f0578a43cacf3839b05b064acc8db619159f Mon Sep 17 00:00:00 2001 From: "Weiyanli Chen(York)" Date: Mon, 28 Oct 2024 16:41:01 -0400 Subject: [PATCH] feat: Upgrade flux to 2.4.0 (#2777) * fix: flux update gha * feat: Upgrade flux to 2.4.0 * build: Updated licenses.d2iq.yaml --------- Co-authored-by: d2iq-mergebot --- devbox.lock | 470 ++++++++-------- hack/flux/update-flux.sh | 2 + licenses.d2iq.yaml | 8 +- .../{2.3.0 => 2.4.0}/defaults/cm.yaml | 2 +- .../defaults/kustomization.yaml | 0 .../{2.3.0 => 2.4.0}/kustomization.yaml | 0 .../patch-proxy-env-vars.yaml | 0 .../patch-source-ctrl-network-policy.yaml | 0 ...alerts.notification.toolkit.fluxcd.io.yaml | 43 +- ...tion_buckets.source.toolkit.fluxcd.io.yaml | 511 ++++++++++++++++-- ...repositories.source.toolkit.fluxcd.io.yaml | 77 +-- ...n_helmcharts.source.toolkit.fluxcd.io.yaml | 62 +-- ...n_helmreleases.helm.toolkit.fluxcd.io.yaml | 118 +--- ...repositories.source.toolkit.fluxcd.io.yaml | 68 +-- ...mizations.kustomize.toolkit.fluxcd.io.yaml | 63 +-- ...repositories.source.toolkit.fluxcd.io.yaml | 38 +- ...viders.notification.toolkit.fluxcd.io.yaml | 44 +- ...eivers.notification.toolkit.fluxcd.io.yaml | 64 +-- .../apps_v1_deployment_helm-controller.yaml | 4 +- ...ps_v1_deployment_kustomize-controller.yaml | 4 +- ...v1_deployment_notification-controller.yaml | 4 +- .../apps_v1_deployment_source-controller.yaml | 4 +- .../templates/kustomization.yaml | 0 ....k8s.io_v1_networkpolicy_allow-egress.yaml | 2 +- ...8s.io_v1_networkpolicy_allow-scraping.yaml | 2 +- ....k8s.io_v1_networkpolicy_allow-source.yaml | 0 ...8s.io_v1_networkpolicy_allow-webhooks.yaml | 2 +- ...terrole_crd-controller-kommander-flux.yaml | 2 +- ..._clusterrole_flux-edit-kommander-flux.yaml | 2 +- ..._clusterrole_flux-view-kommander-flux.yaml | 2 +- ...ing_cluster-reconciler-kommander-flux.yaml | 2 +- ...binding_crd-controller-kommander-flux.yaml | 2 +- .../v1_namespace_kommander-flux.yaml | 2 +- ...rcequota_critical-pods-kommander-flux.yaml | 2 +- .../v1_service_notification-controller.yaml | 2 +- .../v1_service_source-controller.yaml | 2 +- .../v1_service_webhook-receiver.yaml | 2 +- .../v1_serviceaccount_helm-controller.yaml | 2 +- ...1_serviceaccount_kustomize-controller.yaml | 2 +- ...erviceaccount_notification-controller.yaml | 2 +- .../v1_serviceaccount_source-controller.yaml | 2 +- 41 files changed, 872 insertions(+), 748 deletions(-) rename services/kommander-flux/{2.3.0 => 2.4.0}/defaults/cm.yaml (70%) rename services/kommander-flux/{2.3.0 => 2.4.0}/defaults/kustomization.yaml (100%) rename services/kommander-flux/{2.3.0 => 2.4.0}/kustomization.yaml (100%) rename services/kommander-flux/{2.3.0 => 2.4.0}/patch-proxy-env-vars.yaml (100%) rename services/kommander-flux/{2.3.0 => 2.4.0}/patch-source-ctrl-network-policy.yaml (100%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/apiextensions.k8s.io_v1_customresourcedefinition_alerts.notification.toolkit.fluxcd.io.yaml (89%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/apiextensions.k8s.io_v1_customresourcedefinition_buckets.source.toolkit.fluxcd.io.yaml (51%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/apiextensions.k8s.io_v1_customresourcedefinition_gitrepositories.source.toolkit.fluxcd.io.yaml (93%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmcharts.source.toolkit.fluxcd.io.yaml (91%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmreleases.helm.toolkit.fluxcd.io.yaml (97%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmrepositories.source.toolkit.fluxcd.io.yaml (90%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/apiextensions.k8s.io_v1_customresourcedefinition_kustomizations.kustomize.toolkit.fluxcd.io.yaml (95%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/apiextensions.k8s.io_v1_customresourcedefinition_ocirepositories.source.toolkit.fluxcd.io.yaml (92%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/apiextensions.k8s.io_v1_customresourcedefinition_providers.notification.toolkit.fluxcd.io.yaml (88%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/apiextensions.k8s.io_v1_customresourcedefinition_receivers.notification.toolkit.fluxcd.io.yaml (86%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/apps_v1_deployment_helm-controller.yaml (96%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/apps_v1_deployment_kustomize-controller.yaml (96%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/apps_v1_deployment_notification-controller.yaml (96%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/apps_v1_deployment_source-controller.yaml (96%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/kustomization.yaml (100%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/networking.k8s.io_v1_networkpolicy_allow-egress.yaml (89%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/networking.k8s.io_v1_networkpolicy_allow-scraping.yaml (90%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/networking.k8s.io_v1_networkpolicy_allow-source.yaml (100%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/networking.k8s.io_v1_networkpolicy_allow-webhooks.yaml (90%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/rbac.authorization.k8s.io_v1_clusterrole_crd-controller-kommander-flux.yaml (97%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/rbac.authorization.k8s.io_v1_clusterrole_flux-edit-kommander-flux.yaml (93%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/rbac.authorization.k8s.io_v1_clusterrole_flux-view-kommander-flux.yaml (93%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/rbac.authorization.k8s.io_v1_clusterrolebinding_cluster-reconciler-kommander-flux.yaml (92%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/rbac.authorization.k8s.io_v1_clusterrolebinding_crd-controller-kommander-flux.yaml (95%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/v1_namespace_kommander-flux.yaml (87%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/v1_resourcequota_critical-pods-kommander-flux.yaml (91%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/v1_service_notification-controller.yaml (91%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/v1_service_source-controller.yaml (91%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/v1_service_webhook-receiver.yaml (91%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/v1_serviceaccount_helm-controller.yaml (86%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/v1_serviceaccount_kustomize-controller.yaml (86%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/v1_serviceaccount_notification-controller.yaml (87%) rename services/kommander-flux/{2.3.0 => 2.4.0}/templates/v1_serviceaccount_source-controller.yaml (86%) diff --git a/devbox.lock b/devbox.lock index ef3c107b9..9ccb1e5e1 100644 --- a/devbox.lock +++ b/devbox.lock @@ -2,72 +2,72 @@ "lockfile_version": "1", "packages": { "awscli2@latest": { - "last_modified": "2024-06-17T06:49:48Z", - "resolved": "github:NixOS/nixpkgs/38d3352a65ac9d621b0cd3074d3bef27199ff78f#awscli2", + "last_modified": "2024-10-13T23:44:06Z", + "resolved": "github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732#awscli2", "source": "devbox-search", - "version": "2.16.4", + "version": "2.17.64", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/53r9z6r3b3bihlvb3459rfa3qhgkxr1z-awscli2-2.16.4", + "path": "/nix/store/zl6nxc1fcw9ns3l98znfjv8rwxzbr7mh-awscli2-2.17.64", "default": true }, { "name": "dist", - "path": "/nix/store/2kgdfzm88kb8cy61sd7qycjlnbzyr0r2-awscli2-2.16.4-dist" + "path": "/nix/store/p94dxw9wa26h05vmsrh40swzf26b0y50-awscli2-2.17.64-dist" } ], - "store_path": "/nix/store/53r9z6r3b3bihlvb3459rfa3qhgkxr1z-awscli2-2.16.4" + "store_path": "/nix/store/zl6nxc1fcw9ns3l98znfjv8rwxzbr7mh-awscli2-2.17.64" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/fcqx3kpx8qix74nx3qv0zp4vnz1ymvmw-awscli2-2.16.4", + "path": "/nix/store/3866addxrrv8nyfmwdf7wh2gsw84lcaa-awscli2-2.17.64", "default": true }, { "name": "dist", - "path": "/nix/store/3lpsizkngipmcc9v8yx3yg59y208iqi7-awscli2-2.16.4-dist" + "path": "/nix/store/xjichnr9wyi19rnj8ksz61bghsabmsp1-awscli2-2.17.64-dist" } ], - "store_path": "/nix/store/fcqx3kpx8qix74nx3qv0zp4vnz1ymvmw-awscli2-2.16.4" + "store_path": "/nix/store/3866addxrrv8nyfmwdf7wh2gsw84lcaa-awscli2-2.17.64" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/8dm66wmcvqc1r6vxajxr26hym22zzkiz-awscli2-2.16.4", + "path": "/nix/store/xa57cvgmm142fvhblsv1s1zpsgr770w7-awscli2-2.17.64", "default": true }, { "name": "dist", - "path": "/nix/store/blqr1dm7yjnp0853qn6f99g54andx4ww-awscli2-2.16.4-dist" + "path": "/nix/store/dbqmyjh7598af1m26v3xiag00kj294gi-awscli2-2.17.64-dist" } ], - "store_path": "/nix/store/8dm66wmcvqc1r6vxajxr26hym22zzkiz-awscli2-2.16.4" + "store_path": "/nix/store/xa57cvgmm142fvhblsv1s1zpsgr770w7-awscli2-2.17.64" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/63199r3bq0vc8ys159smlbcb8zjs5nzk-awscli2-2.16.4", + "path": "/nix/store/hn4d719zgsaq2hhwwcy1q8fc43idcyqb-awscli2-2.17.64", "default": true }, { "name": "dist", - "path": "/nix/store/qhagb799d104l79brqhzxfnx92gbpgzx-awscli2-2.16.4-dist" + "path": "/nix/store/7m20hc4ir81myggb96r202ni68vanik8-awscli2-2.17.64-dist" } ], - "store_path": "/nix/store/63199r3bq0vc8ys159smlbcb8zjs5nzk-awscli2-2.16.4" + "store_path": "/nix/store/hn4d719zgsaq2hhwwcy1q8fc43idcyqb-awscli2-2.17.64" } } }, "curl@latest": { - "last_modified": "2024-09-29T13:45:20Z", - "resolved": "github:NixOS/nixpkgs/7eee17a8a5868ecf596bbb8c8beb527253ea8f4d#curl", + "last_modified": "2024-10-18T15:35:18Z", + "resolved": "github:NixOS/nixpkgs/ccc0c2126893dd20963580b6478d1a10a4512185#curl", "source": "devbox-search", "version": "8.9.1", "systems": { @@ -75,171 +75,171 @@ "outputs": [ { "name": "bin", - "path": "/nix/store/b9vcp70yhf5s0qadg2i1pdnzi7mfzkx4-curl-8.9.1-bin", + "path": "/nix/store/jwyikhivayg1cnhq8dy396gafw2p7nzc-curl-8.9.1-bin", "default": true }, { "name": "man", - "path": "/nix/store/nlnz9711av6sb5mcx6slmkbngg5kd57r-curl-8.9.1-man", + "path": "/nix/store/260af9ihhfmf43yx7xyhnpg3qbif95pn-curl-8.9.1-man", "default": true }, { - "name": "devdoc", - "path": "/nix/store/g3rwsivls1y3b9iyzzgda5s3nb0pnvkg-curl-8.9.1-devdoc" + "name": "dev", + "path": "/nix/store/vcj58ndz7fxjpsl40g646nwnrg3g5h4w-curl-8.9.1-dev" }, { - "name": "out", - "path": "/nix/store/dijbmwxxhizpgva2idb261ic4f0r47cq-curl-8.9.1" + "name": "devdoc", + "path": "/nix/store/hkpdd9na2pj9cq52xx285hzvhvp81hag-curl-8.9.1-devdoc" }, { - "name": "dev", - "path": "/nix/store/g7iznpcciawm2alm7hn9qf2x2nz9gcld-curl-8.9.1-dev" + "name": "out", + "path": "/nix/store/8a3dyq9kd9scbsqagfcasv3rkq749c60-curl-8.9.1" } ], - "store_path": "/nix/store/b9vcp70yhf5s0qadg2i1pdnzi7mfzkx4-curl-8.9.1-bin" + "store_path": "/nix/store/jwyikhivayg1cnhq8dy396gafw2p7nzc-curl-8.9.1-bin" }, "aarch64-linux": { "outputs": [ { "name": "bin", - "path": "/nix/store/jz56y8dn9vyp5qxc2gvs99isis3ql5ml-curl-8.9.1-bin", + "path": "/nix/store/20v3m4bkkkhq8pgjwccnpc1cy2r16g3s-curl-8.9.1-bin", "default": true }, { "name": "man", - "path": "/nix/store/cqdyp0jrflbjbr6xcd5dlb704qkzh2sm-curl-8.9.1-man", + "path": "/nix/store/k6sxbdr652d0kxy1c39v5mgfsb5ayw9s-curl-8.9.1-man", "default": true }, { - "name": "debug", - "path": "/nix/store/jvjycva14kpdk2yyj3b9hpyi0lgl1rf1-curl-8.9.1-debug" + "name": "devdoc", + "path": "/nix/store/xb866d2r4y5h1y8hk966srfpiq37pxra-curl-8.9.1-devdoc" }, { - "name": "dev", - "path": "/nix/store/cgshc8z3alwlyh3yv7bp7lv7hj4ny8mp-curl-8.9.1-dev" + "name": "out", + "path": "/nix/store/h2x0xrfq3iqfn6anb3hld7h3k0dgsj3x-curl-8.9.1" }, { - "name": "devdoc", - "path": "/nix/store/b2nzf7rzlrkbw5ha3admbpp2pks3izf2-curl-8.9.1-devdoc" + "name": "debug", + "path": "/nix/store/brl478nbjmjlhrc6fgwy0570c5rvr57w-curl-8.9.1-debug" }, { - "name": "out", - "path": "/nix/store/w431gagkp4phpi8dn9i7d02xxgjvmfpx-curl-8.9.1" + "name": "dev", + "path": "/nix/store/4rpmwdvmsrlxrfsrdr0qk3jf00sn48sh-curl-8.9.1-dev" } ], - "store_path": "/nix/store/jz56y8dn9vyp5qxc2gvs99isis3ql5ml-curl-8.9.1-bin" + "store_path": "/nix/store/20v3m4bkkkhq8pgjwccnpc1cy2r16g3s-curl-8.9.1-bin" }, "x86_64-darwin": { "outputs": [ { "name": "bin", - "path": "/nix/store/zzz5688jdq269a7mi18al2zbqnmrd7d6-curl-8.9.1-bin", + "path": "/nix/store/mpx4ws0xbllyqljfs2fi3ghdawg9jkza-curl-8.9.1-bin", "default": true }, { "name": "man", - "path": "/nix/store/ap0q2b6i3kx3f3mys9r6rp9kcry17rqj-curl-8.9.1-man", + "path": "/nix/store/h014hmwi97j892zjxcchm2gzkgw7bj56-curl-8.9.1-man", "default": true }, { "name": "out", - "path": "/nix/store/rl0lg5swlzlsrmhmw7cgi46kbxwxngkh-curl-8.9.1" + "path": "/nix/store/iafphqafhksq4wil0amk9nxrd757zfdp-curl-8.9.1" }, { "name": "dev", - "path": "/nix/store/iw3jwk48gfg0s0lsz0qpz89paig14fsy-curl-8.9.1-dev" + "path": "/nix/store/h0y0vlbw3nclay3h5g6cslbavpnzgwxp-curl-8.9.1-dev" }, { "name": "devdoc", - "path": "/nix/store/rj4x8krz9n9d6s0ys0x20s6wd2fq29pw-curl-8.9.1-devdoc" + "path": "/nix/store/halagx6ybkdyavmxpj11qq7j9d0hljfd-curl-8.9.1-devdoc" } ], - "store_path": "/nix/store/zzz5688jdq269a7mi18al2zbqnmrd7d6-curl-8.9.1-bin" + "store_path": "/nix/store/mpx4ws0xbllyqljfs2fi3ghdawg9jkza-curl-8.9.1-bin" }, "x86_64-linux": { "outputs": [ { "name": "bin", - "path": "/nix/store/6r0bn0dkvlvhicyvair205s07m92dpaz-curl-8.9.1-bin", + "path": "/nix/store/mm852m65blp3r7jq3iqyp8nnc64jw1l4-curl-8.9.1-bin", "default": true }, { "name": "man", - "path": "/nix/store/4ph78zm36yji16fypdk08bcj3agaqwh5-curl-8.9.1-man", + "path": "/nix/store/fzazy0ib1w9mrsrd8fqv2p02z4r1689v-curl-8.9.1-man", "default": true }, { "name": "dev", - "path": "/nix/store/a49si5nv16sy1jaabryasl015w3s52rr-curl-8.9.1-dev" + "path": "/nix/store/m8kn1aq1ralckmqfdhl147ql9lpad2ky-curl-8.9.1-dev" }, { "name": "devdoc", - "path": "/nix/store/3w9135g8l2fqxjcdcqdn400gjigf7w5x-curl-8.9.1-devdoc" + "path": "/nix/store/r1937djiayiws99hwh74jlsnxyip0r1g-curl-8.9.1-devdoc" }, { "name": "out", - "path": "/nix/store/x6ssc2mmx1kb52gchksqbzg5c2y0z7lf-curl-8.9.1" + "path": "/nix/store/czkqnm2prg7lrhxpi7s04yv19xxkkfb5-curl-8.9.1" }, { "name": "debug", - "path": "/nix/store/hprnrdjjf4ybw74hf0w852842zzyxq11-curl-8.9.1-debug" + "path": "/nix/store/kwap1vwmmlfwr0s45cb0lgz77knjqgmq-curl-8.9.1-debug" } ], - "store_path": "/nix/store/6r0bn0dkvlvhicyvair205s07m92dpaz-curl-8.9.1-bin" + "store_path": "/nix/store/mm852m65blp3r7jq3iqyp8nnc64jw1l4-curl-8.9.1-bin" } } }, "direnv@latest": { - "last_modified": "2024-06-12T20:55:33Z", - "resolved": "github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#direnv", + "last_modified": "2024-10-13T23:44:06Z", + "resolved": "github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732#direnv", "source": "devbox-search", - "version": "2.34.0", + "version": "2.35.0", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/q71rzcnj4kpv6pp7alasws5si5dp216c-direnv-2.34.0", + "path": "/nix/store/9734qgsb6avrx8njsgqy86yanwz4z6p0-direnv-2.35.0", "default": true } ], - "store_path": "/nix/store/q71rzcnj4kpv6pp7alasws5si5dp216c-direnv-2.34.0" + "store_path": "/nix/store/9734qgsb6avrx8njsgqy86yanwz4z6p0-direnv-2.35.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/5cv7hv9mzzq80h8mqnna7ba8glaqc7p2-direnv-2.34.0", + "path": "/nix/store/48l7ksh3q2n7k44ki3llmwb9bvk5dm02-direnv-2.35.0", "default": true } ], - "store_path": "/nix/store/5cv7hv9mzzq80h8mqnna7ba8glaqc7p2-direnv-2.34.0" + "store_path": "/nix/store/48l7ksh3q2n7k44ki3llmwb9bvk5dm02-direnv-2.35.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/a20bqjv5rbch87cfkf37rhvx6wv7x9l7-direnv-2.34.0", + "path": "/nix/store/hkwxwnk8vyhj82j6yqjp83byqxfcyvb5-direnv-2.35.0", "default": true } ], - "store_path": "/nix/store/a20bqjv5rbch87cfkf37rhvx6wv7x9l7-direnv-2.34.0" + "store_path": "/nix/store/hkwxwnk8vyhj82j6yqjp83byqxfcyvb5-direnv-2.35.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/q161ialkxk9anr9z7adbi9qwc43s7819-direnv-2.34.0", + "path": "/nix/store/3mydh7746lji25ry2aygsy5i4s0i23x2-direnv-2.35.0", "default": true } ], - "store_path": "/nix/store/q161ialkxk9anr9z7adbi9qwc43s7819-direnv-2.34.0" + "store_path": "/nix/store/3mydh7746lji25ry2aygsy5i4s0i23x2-direnv-2.35.0" } } }, "docker-buildx@latest": { - "last_modified": "2024-09-27T09:34:34Z", - "resolved": "github:NixOS/nixpkgs/e0f477a570df7375172a08ddb9199c90853c63f0#docker-buildx", + "last_modified": "2024-10-13T23:44:06Z", + "resolved": "github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732#docker-buildx", "source": "devbox-search", "version": "0.17.1", "systems": { @@ -247,95 +247,95 @@ "outputs": [ { "name": "out", - "path": "/nix/store/v7xirywlpnyxlg36fs7q8dz22m1293f4-docker-buildx-0.17.1", + "path": "/nix/store/7lr8kqyyxb2a295vcfndgaa3wrm0j598-docker-buildx-0.17.1", "default": true } ], - "store_path": "/nix/store/v7xirywlpnyxlg36fs7q8dz22m1293f4-docker-buildx-0.17.1" + "store_path": "/nix/store/7lr8kqyyxb2a295vcfndgaa3wrm0j598-docker-buildx-0.17.1" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/3plbx9g03mfzr8baisfhm05fm9cnw63d-docker-buildx-0.17.1", + "path": "/nix/store/ghxj0kmf6gyzwkkm335jwnhmsz8fdglr-docker-buildx-0.17.1", "default": true } ], - "store_path": "/nix/store/3plbx9g03mfzr8baisfhm05fm9cnw63d-docker-buildx-0.17.1" + "store_path": "/nix/store/ghxj0kmf6gyzwkkm335jwnhmsz8fdglr-docker-buildx-0.17.1" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/39ajcbb4irgwy8y1xiqqw6smalkl5l43-docker-buildx-0.17.1", + "path": "/nix/store/m4vr8956zbs3g147h9vzd26c17yma5l8-docker-buildx-0.17.1", "default": true } ], - "store_path": "/nix/store/39ajcbb4irgwy8y1xiqqw6smalkl5l43-docker-buildx-0.17.1" + "store_path": "/nix/store/m4vr8956zbs3g147h9vzd26c17yma5l8-docker-buildx-0.17.1" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/6x7xc5zypfnn0yyv1v9zjmjm0hx3snam-docker-buildx-0.17.1", + "path": "/nix/store/mh49ifzpybga1r4yk70zh0wmrz8fyjaw-docker-buildx-0.17.1", "default": true } ], - "store_path": "/nix/store/6x7xc5zypfnn0yyv1v9zjmjm0hx3snam-docker-buildx-0.17.1" + "store_path": "/nix/store/mh49ifzpybga1r4yk70zh0wmrz8fyjaw-docker-buildx-0.17.1" } } }, "docker@latest": { - "last_modified": "2024-06-22T18:46:48Z", - "resolved": "github:NixOS/nixpkgs/9693852a2070b398ee123a329e68f0dab5526681#docker", + "last_modified": "2024-10-15T08:13:08Z", + "resolved": "github:NixOS/nixpkgs/7881fbfd2e3ed1dfa315fca889b2cfd94be39337#docker", "source": "devbox-search", - "version": "24.0.9", + "version": "27.3.1", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/hcbv18sk36lhnasdgzgl3wri40kv5yji-docker-24.0.9", + "path": "/nix/store/0ngqydb1vz2mw5qxv5sfnxhysviyg9cb-docker-27.3.1", "default": true } ], - "store_path": "/nix/store/hcbv18sk36lhnasdgzgl3wri40kv5yji-docker-24.0.9" + "store_path": "/nix/store/0ngqydb1vz2mw5qxv5sfnxhysviyg9cb-docker-27.3.1" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/6r9k53a72idcyvpkmi8f5kc3wglzn3h6-docker-24.0.9", + "path": "/nix/store/9cngdpinddx6gvbg0riaszpbs6v5ijz2-docker-27.3.1", "default": true } ], - "store_path": "/nix/store/6r9k53a72idcyvpkmi8f5kc3wglzn3h6-docker-24.0.9" + "store_path": "/nix/store/9cngdpinddx6gvbg0riaszpbs6v5ijz2-docker-27.3.1" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/v8vcpl7fcgn6fgrjabv21xn82hh42g0c-docker-24.0.9", + "path": "/nix/store/wvp56ylkx1j35258ykqd2qvg5dpmifix-docker-27.3.1", "default": true } ], - "store_path": "/nix/store/v8vcpl7fcgn6fgrjabv21xn82hh42g0c-docker-24.0.9" + "store_path": "/nix/store/wvp56ylkx1j35258ykqd2qvg5dpmifix-docker-27.3.1" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/67r5rfcncdvwbdikp1mb8hmriwmz6x6z-docker-24.0.9", + "path": "/nix/store/hqa6590phss07zqwsxg80k5v7vah7y7w-docker-27.3.1", "default": true } ], - "store_path": "/nix/store/67r5rfcncdvwbdikp1mb8hmriwmz6x6z-docker-24.0.9" + "store_path": "/nix/store/hqa6590phss07zqwsxg80k5v7vah7y7w-docker-27.3.1" } } }, "envsubst@latest": { - "last_modified": "2024-06-12T20:55:33Z", - "resolved": "github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#envsubst", + "last_modified": "2024-10-13T23:44:06Z", + "resolved": "github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732#envsubst", "source": "devbox-search", "version": "1.4.2", "systems": { @@ -343,89 +343,89 @@ "outputs": [ { "name": "out", - "path": "/nix/store/jjhqb13kslc4kyja9b46n7hs3idrd4pa-envsubst-1.4.2", + "path": "/nix/store/1w2h0lp3fvb6rmprndzqs49izld7wjiw-envsubst-1.4.2", "default": true } ], - "store_path": "/nix/store/jjhqb13kslc4kyja9b46n7hs3idrd4pa-envsubst-1.4.2" + "store_path": "/nix/store/1w2h0lp3fvb6rmprndzqs49izld7wjiw-envsubst-1.4.2" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/m295g6k1hjz06rf2pdzjqw7zl63bqxn4-envsubst-1.4.2", + "path": "/nix/store/j8dp3dd8r7azd1m53f8yyp8687ybkvan-envsubst-1.4.2", "default": true } ], - "store_path": "/nix/store/m295g6k1hjz06rf2pdzjqw7zl63bqxn4-envsubst-1.4.2" + "store_path": "/nix/store/j8dp3dd8r7azd1m53f8yyp8687ybkvan-envsubst-1.4.2" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/m7k4fbqlkmkq8lvaicmswzmm2dyw8zl9-envsubst-1.4.2", + "path": "/nix/store/12gdjm5xxflv5jh64v8snha2hcyrzqvx-envsubst-1.4.2", "default": true } ], - "store_path": "/nix/store/m7k4fbqlkmkq8lvaicmswzmm2dyw8zl9-envsubst-1.4.2" + "store_path": "/nix/store/12gdjm5xxflv5jh64v8snha2hcyrzqvx-envsubst-1.4.2" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/a2vdk4ln2i9zqk43mr8rj2wsf2qvp91v-envsubst-1.4.2", + "path": "/nix/store/yhvsahz2wn7mglzmvwvqb6c58x38a5ip-envsubst-1.4.2", "default": true } ], - "store_path": "/nix/store/a2vdk4ln2i9zqk43mr8rj2wsf2qvp91v-envsubst-1.4.2" + "store_path": "/nix/store/yhvsahz2wn7mglzmvwvqb6c58x38a5ip-envsubst-1.4.2" } } }, "fluxcd@latest": { - "last_modified": "2024-06-12T20:55:33Z", - "resolved": "github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#fluxcd", + "last_modified": "2024-10-13T23:44:06Z", + "resolved": "github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732#fluxcd", "source": "devbox-search", - "version": "2.3.0", + "version": "2.4.0", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/igm6wy3drbh3ma1g5p2ck76zxkvsay55-fluxcd-2.3.0", + "path": "/nix/store/mhlwhvmipifrs9b4knxipssd8drv1jpw-fluxcd-2.4.0", "default": true } ], - "store_path": "/nix/store/igm6wy3drbh3ma1g5p2ck76zxkvsay55-fluxcd-2.3.0" + "store_path": "/nix/store/mhlwhvmipifrs9b4knxipssd8drv1jpw-fluxcd-2.4.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/nzxsgl6h8y2f1v9m2hc8x6bdgz6mnnmj-fluxcd-2.3.0", + "path": "/nix/store/663p21g89dgy51lji9k4970ls24fmlsg-fluxcd-2.4.0", "default": true } ], - "store_path": "/nix/store/nzxsgl6h8y2f1v9m2hc8x6bdgz6mnnmj-fluxcd-2.3.0" + "store_path": "/nix/store/663p21g89dgy51lji9k4970ls24fmlsg-fluxcd-2.4.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/syalplwrk9sj01kxlx723sl272zb3pzx-fluxcd-2.3.0", + "path": "/nix/store/j3nf1kqhpqdad7j7pi4d7fh5ypykb4cc-fluxcd-2.4.0", "default": true } ], - "store_path": "/nix/store/syalplwrk9sj01kxlx723sl272zb3pzx-fluxcd-2.3.0" + "store_path": "/nix/store/j3nf1kqhpqdad7j7pi4d7fh5ypykb4cc-fluxcd-2.4.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/hmnaaa5n4d014phxz3xkgzzml0mqiibb-fluxcd-2.3.0", + "path": "/nix/store/k4c597h4ibdpzvmmvfbhk2f6spjgq4nc-fluxcd-2.4.0", "default": true } ], - "store_path": "/nix/store/hmnaaa5n4d014phxz3xkgzzml0mqiibb-fluxcd-2.3.0" + "store_path": "/nix/store/k4c597h4ibdpzvmmvfbhk2f6spjgq4nc-fluxcd-2.4.0" } } }, @@ -447,8 +447,8 @@ } }, "gitlint@latest": { - "last_modified": "2024-06-12T20:55:33Z", - "resolved": "github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#gitlint", + "last_modified": "2024-10-13T23:44:06Z", + "resolved": "github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732#gitlint", "source": "devbox-search", "version": "0.19.1", "systems": { @@ -456,111 +456,111 @@ "outputs": [ { "name": "out", - "path": "/nix/store/g1zf2iqqgw9ijz28zh0z4wkw24zxal8i-gitlint-0.19.1", + "path": "/nix/store/ly04sfgl80z2hr38ks17mamy84kr0nk8-gitlint-0.19.1", "default": true }, { "name": "dist", - "path": "/nix/store/kpdrlaz9v1vm4m2zbrx86c4cdk000ms0-gitlint-0.19.1-dist" + "path": "/nix/store/jxfr4dp4rzgxdklld2lqc2z2yd5qd7yk-gitlint-0.19.1-dist" } ], - "store_path": "/nix/store/g1zf2iqqgw9ijz28zh0z4wkw24zxal8i-gitlint-0.19.1" + "store_path": "/nix/store/ly04sfgl80z2hr38ks17mamy84kr0nk8-gitlint-0.19.1" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/1zzi5ckq2kddnihrhiaj5q87x45wazjw-gitlint-0.19.1", + "path": "/nix/store/gacjf2c93dp6cw7bwgj1cqd5pys8k2ic-gitlint-0.19.1", "default": true }, { "name": "dist", - "path": "/nix/store/ahmw4zs12jdwfibnqnj727khyyphk3f6-gitlint-0.19.1-dist" + "path": "/nix/store/14rgl79j2s8gc24m2n1b6jccif30fdcx-gitlint-0.19.1-dist" } ], - "store_path": "/nix/store/1zzi5ckq2kddnihrhiaj5q87x45wazjw-gitlint-0.19.1" + "store_path": "/nix/store/gacjf2c93dp6cw7bwgj1cqd5pys8k2ic-gitlint-0.19.1" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/2ihlgia5n4ibyfpfmfn5a1ypijblxg87-gitlint-0.19.1", + "path": "/nix/store/qmc1f9i8sqjs9f7x33lrwgg6mj5ynscf-gitlint-0.19.1", "default": true }, { "name": "dist", - "path": "/nix/store/miazz5h0mkzais3j0qrq53164g0jdpbw-gitlint-0.19.1-dist" + "path": "/nix/store/dmg4n4gw89lv2fcn17g7bb47y7g6p9xa-gitlint-0.19.1-dist" } ], - "store_path": "/nix/store/2ihlgia5n4ibyfpfmfn5a1ypijblxg87-gitlint-0.19.1" + "store_path": "/nix/store/qmc1f9i8sqjs9f7x33lrwgg6mj5ynscf-gitlint-0.19.1" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/yhk0lljkk0fxcqdy6ggz7q0z0sssw26j-gitlint-0.19.1", + "path": "/nix/store/5y7a8zjaffkazxdscj45bl0yxh7wxhdr-gitlint-0.19.1", "default": true }, { "name": "dist", - "path": "/nix/store/pfhf01ahcxiachnqh8z4dd4fkvv9wyww-gitlint-0.19.1-dist" + "path": "/nix/store/bf8rrn26ns6arb3w0r6qpma0l5nzhds6-gitlint-0.19.1-dist" } ], - "store_path": "/nix/store/yhk0lljkk0fxcqdy6ggz7q0z0sssw26j-gitlint-0.19.1" + "store_path": "/nix/store/5y7a8zjaffkazxdscj45bl0yxh7wxhdr-gitlint-0.19.1" } } }, "go@1.22": { - "last_modified": "2024-06-12T20:55:33Z", - "resolved": "github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#go", + "last_modified": "2024-10-13T23:44:06Z", + "resolved": "github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732#go_1_22", "source": "devbox-search", - "version": "1.22.3", + "version": "1.22.8", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/m4ip3yyqg4k2pilbyfczgiy8xqvh4554-go-1.22.3", + "path": "/nix/store/8mll7mf53m2hx3hx158gcls70ngcmhxi-go-1.22.8", "default": true } ], - "store_path": "/nix/store/m4ip3yyqg4k2pilbyfczgiy8xqvh4554-go-1.22.3" + "store_path": "/nix/store/8mll7mf53m2hx3hx158gcls70ngcmhxi-go-1.22.8" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/iz2bp36nbgp2l7day14186nmw2v4v0qg-go-1.22.3", + "path": "/nix/store/20v33h47dgf8h7baxh81d3dzdfbgxw33-go-1.22.8", "default": true } ], - "store_path": "/nix/store/iz2bp36nbgp2l7day14186nmw2v4v0qg-go-1.22.3" + "store_path": "/nix/store/20v33h47dgf8h7baxh81d3dzdfbgxw33-go-1.22.8" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/gl1vr9lznqg5zv2f0bvh0q469k82mjz0-go-1.22.3", + "path": "/nix/store/dzrq6b65b9wvd6xjrn0qy7prx2s6pnym-go-1.22.8", "default": true } ], - "store_path": "/nix/store/gl1vr9lznqg5zv2f0bvh0q469k82mjz0-go-1.22.3" + "store_path": "/nix/store/dzrq6b65b9wvd6xjrn0qy7prx2s6pnym-go-1.22.8" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/vz8d6wmfcf38l3h3vymwqr6c5zxp5jmp-go-1.22.3", + "path": "/nix/store/gh9fsnl6gxrfzkrxwykbrp9lhnirmv9h-go-1.22.8", "default": true } ], - "store_path": "/nix/store/vz8d6wmfcf38l3h3vymwqr6c5zxp5jmp-go-1.22.3" + "store_path": "/nix/store/gh9fsnl6gxrfzkrxwykbrp9lhnirmv9h-go-1.22.8" } } }, "gojq@latest": { - "last_modified": "2024-06-12T20:55:33Z", - "resolved": "github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#gojq", + "last_modified": "2024-09-10T15:01:03Z", + "resolved": "github:NixOS/nixpkgs/5ed627539ac84809c78b2dd6d26a5cebeb5ae269#gojq", "source": "devbox-search", "version": "0.12.16", "systems": { @@ -568,275 +568,275 @@ "outputs": [ { "name": "out", - "path": "/nix/store/b890zg5ilpdzwxdcszg6lr5xammkwa9p-gojq-0.12.16", + "path": "/nix/store/32s8cgiwiln79132xansdhhk6bw008dx-gojq-0.12.16", "default": true } ], - "store_path": "/nix/store/b890zg5ilpdzwxdcszg6lr5xammkwa9p-gojq-0.12.16" + "store_path": "/nix/store/32s8cgiwiln79132xansdhhk6bw008dx-gojq-0.12.16" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/6fgahfkqzcplgxrigsqilnr4bz5js1x9-gojq-0.12.16", + "path": "/nix/store/yi1xq6p5w9d3979vh3m58yl99f7h2bk5-gojq-0.12.16", "default": true } ], - "store_path": "/nix/store/6fgahfkqzcplgxrigsqilnr4bz5js1x9-gojq-0.12.16" + "store_path": "/nix/store/yi1xq6p5w9d3979vh3m58yl99f7h2bk5-gojq-0.12.16" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/qkqdqn348vggzx0n9igffm6iz3i9vyhg-gojq-0.12.16", + "path": "/nix/store/0gpg4h4h1gb7da79vpr2aya5w82iqng2-gojq-0.12.16", "default": true } ], - "store_path": "/nix/store/qkqdqn348vggzx0n9igffm6iz3i9vyhg-gojq-0.12.16" + "store_path": "/nix/store/0gpg4h4h1gb7da79vpr2aya5w82iqng2-gojq-0.12.16" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/nd1y8z3qf1zcayydaij3r06jqm28rm0q-gojq-0.12.16", + "path": "/nix/store/grr1h1hbj3qj722i4i3a93zk4qi9422r-gojq-0.12.16", "default": true } ], - "store_path": "/nix/store/nd1y8z3qf1zcayydaij3r06jqm28rm0q-gojq-0.12.16" + "store_path": "/nix/store/grr1h1hbj3qj722i4i3a93zk4qi9422r-gojq-0.12.16" } } }, "golangci-lint@latest": { - "last_modified": "2024-06-12T20:55:33Z", - "resolved": "github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#golangci-lint", + "last_modified": "2024-10-13T23:44:06Z", + "resolved": "github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732#golangci-lint", "source": "devbox-search", - "version": "1.59.1", + "version": "1.61.0", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/w22bgyfjyx7dvjaagmi9ghvcnvw1y6nl-golangci-lint-1.59.1", + "path": "/nix/store/8fx25j98hqdblwzf7wbx8dijjc4smjrs-golangci-lint-1.61.0", "default": true } ], - "store_path": "/nix/store/w22bgyfjyx7dvjaagmi9ghvcnvw1y6nl-golangci-lint-1.59.1" + "store_path": "/nix/store/8fx25j98hqdblwzf7wbx8dijjc4smjrs-golangci-lint-1.61.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/hahysa7c9mql9j1ib7zijxiyv9f97b96-golangci-lint-1.59.1", + "path": "/nix/store/pqv50bg81jx4h5qavk48pgw4kvvyjnmk-golangci-lint-1.61.0", "default": true } ], - "store_path": "/nix/store/hahysa7c9mql9j1ib7zijxiyv9f97b96-golangci-lint-1.59.1" + "store_path": "/nix/store/pqv50bg81jx4h5qavk48pgw4kvvyjnmk-golangci-lint-1.61.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/y10i5blb2rgpdz3ny0q3xr7g5g2z1s4n-golangci-lint-1.59.1", + "path": "/nix/store/7p5pn20a06xgm1816xdz6ik6bjr5klip-golangci-lint-1.61.0", "default": true } ], - "store_path": "/nix/store/y10i5blb2rgpdz3ny0q3xr7g5g2z1s4n-golangci-lint-1.59.1" + "store_path": "/nix/store/7p5pn20a06xgm1816xdz6ik6bjr5klip-golangci-lint-1.61.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/zlrwy5y1rixx7vg1rkmhvpl69yvgdra0-golangci-lint-1.59.1", + "path": "/nix/store/62cj9b5izk9z682r7vcjwx3gqdgrdqfm-golangci-lint-1.61.0", "default": true } ], - "store_path": "/nix/store/zlrwy5y1rixx7vg1rkmhvpl69yvgdra0-golangci-lint-1.59.1" + "store_path": "/nix/store/62cj9b5izk9z682r7vcjwx3gqdgrdqfm-golangci-lint-1.61.0" } } }, "just@latest": { - "last_modified": "2024-06-16T13:15:37Z", - "resolved": "github:NixOS/nixpkgs/683aa7c4e385509ca651d49eeb35e58c7a1baad6#just", + "last_modified": "2024-10-13T23:44:06Z", + "resolved": "github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732#just", "source": "devbox-search", - "version": "1.29.1", + "version": "1.36.0", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/5zn47avh9j0md9wxnsgzwr11pj2ix2x9-just-1.29.1", + "path": "/nix/store/lmm3kkb9v1d62mlrzwnyqiwxb2hdvfdh-just-1.36.0", "default": true }, { "name": "man", - "path": "/nix/store/9cqkhmkrph792j417sixmw9cxshmnvi3-just-1.29.1-man", + "path": "/nix/store/p6jr4v2zwzifn29jm3nvwb5yai32bfca-just-1.36.0-man", "default": true }, { "name": "doc", - "path": "/nix/store/pjh4iz8aygfnn7q3cl2hh7x8mxqybvjk-just-1.29.1-doc" + "path": "/nix/store/gr4nlvz2jjs30g173fnspgmz3yd33k6a-just-1.36.0-doc" } ], - "store_path": "/nix/store/5zn47avh9j0md9wxnsgzwr11pj2ix2x9-just-1.29.1" + "store_path": "/nix/store/lmm3kkb9v1d62mlrzwnyqiwxb2hdvfdh-just-1.36.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/379bkcb9c48xjdijqa50chlg55k8yh7c-just-1.29.1", + "path": "/nix/store/b7wmjsdpw86d486s5sxpw40fnp527zga-just-1.36.0", "default": true }, { "name": "man", - "path": "/nix/store/a5wvrxl80szwdqphwxj3rmzkji3kl7kz-just-1.29.1-man", + "path": "/nix/store/40q16fi2sxzx13l31s8y8sc1jv57jm3l-just-1.36.0-man", "default": true }, { "name": "doc", - "path": "/nix/store/3nb84vcg0k6j5d07c6slgdjayfm3sik0-just-1.29.1-doc" + "path": "/nix/store/b7wkw55yd0nsnglksr8yamjbmy2d6cgb-just-1.36.0-doc" } ], - "store_path": "/nix/store/379bkcb9c48xjdijqa50chlg55k8yh7c-just-1.29.1" + "store_path": "/nix/store/b7wmjsdpw86d486s5sxpw40fnp527zga-just-1.36.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/b769zakq7glzxxf2y1vvlhmp8yh8a15a-just-1.29.1", + "path": "/nix/store/rv6wg4h6sg7k4xyhsmwky8jjag0fnrx5-just-1.36.0", "default": true }, { "name": "man", - "path": "/nix/store/5ghn5mri0by2y658mx1y3b3rl463is42-just-1.29.1-man", + "path": "/nix/store/vvzyrp0n1ivg7qny1ylx5r54hn025h3f-just-1.36.0-man", "default": true }, { "name": "doc", - "path": "/nix/store/7rpaa0bplkr3kkhqahwhk8y21p8lwqdq-just-1.29.1-doc" + "path": "/nix/store/4r7sln3x3z1pfmi5acshgcc5wbd3f04v-just-1.36.0-doc" } ], - "store_path": "/nix/store/b769zakq7glzxxf2y1vvlhmp8yh8a15a-just-1.29.1" + "store_path": "/nix/store/rv6wg4h6sg7k4xyhsmwky8jjag0fnrx5-just-1.36.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/i1873qgj1pg60af9vc0gpjw79fk5mpjq-just-1.29.1", + "path": "/nix/store/phhxwxxhnd4dc14rckxsmym2ikiws97p-just-1.36.0", "default": true }, { "name": "man", - "path": "/nix/store/c7cqyjqq64w23q4xjzlxk73aj3a0sybi-just-1.29.1-man", + "path": "/nix/store/ki2fhzk2pkfz36b17ykg4zmpfrlk1i50-just-1.36.0-man", "default": true }, { "name": "doc", - "path": "/nix/store/ly4zz6ksh34j74sb08vsc3hjnc8h3sa1-just-1.29.1-doc" + "path": "/nix/store/g3zm7jfzalsyy2y1ginciivi5r8kdslk-just-1.36.0-doc" } ], - "store_path": "/nix/store/i1873qgj1pg60af9vc0gpjw79fk5mpjq-just-1.29.1" + "store_path": "/nix/store/phhxwxxhnd4dc14rckxsmym2ikiws97p-just-1.36.0" } } }, "kubernetes-helm@latest": { - "last_modified": "2024-06-14T20:22:02Z", - "resolved": "github:NixOS/nixpkgs/3e6b9369165397184774a4b7c5e8e5e46531b53f#kubernetes-helm", + "last_modified": "2024-10-13T23:44:06Z", + "resolved": "github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732#kubernetes-helm", "source": "devbox-search", - "version": "3.15.2", + "version": "3.16.1", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/ki517hpb3g0hyzgr7xa48v58x0nqf6a6-kubernetes-helm-3.15.2", + "path": "/nix/store/x7j9yjkkf0zypc2n8p34di7gkcg5hwaj-kubernetes-helm-3.16.1", "default": true } ], - "store_path": "/nix/store/ki517hpb3g0hyzgr7xa48v58x0nqf6a6-kubernetes-helm-3.15.2" + "store_path": "/nix/store/x7j9yjkkf0zypc2n8p34di7gkcg5hwaj-kubernetes-helm-3.16.1" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/0il4db94zyswzsaix8h01rs1zpsk042z-kubernetes-helm-3.15.2", + "path": "/nix/store/8r4d2af17bwxr1fh20zrd54qv7ry0nvz-kubernetes-helm-3.16.1", "default": true } ], - "store_path": "/nix/store/0il4db94zyswzsaix8h01rs1zpsk042z-kubernetes-helm-3.15.2" + "store_path": "/nix/store/8r4d2af17bwxr1fh20zrd54qv7ry0nvz-kubernetes-helm-3.16.1" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/00qnjv64b9y4sjbqimzvc0617vz8kq49-kubernetes-helm-3.15.2", + "path": "/nix/store/xnxl3i30wi2r4bw1aiak5rlqd090srm8-kubernetes-helm-3.16.1", "default": true } ], - "store_path": "/nix/store/00qnjv64b9y4sjbqimzvc0617vz8kq49-kubernetes-helm-3.15.2" + "store_path": "/nix/store/xnxl3i30wi2r4bw1aiak5rlqd090srm8-kubernetes-helm-3.16.1" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/9ri59jqd8jxjg40zk3jprzvj677sr3h7-kubernetes-helm-3.15.2", + "path": "/nix/store/mzfp9xffn1s1j4iqnjx2imxrcv0r3b2y-kubernetes-helm-3.16.1", "default": true } ], - "store_path": "/nix/store/9ri59jqd8jxjg40zk3jprzvj677sr3h7-kubernetes-helm-3.15.2" + "store_path": "/nix/store/mzfp9xffn1s1j4iqnjx2imxrcv0r3b2y-kubernetes-helm-3.16.1" } } }, "kustomize@latest": { - "last_modified": "2024-06-12T20:55:33Z", - "resolved": "github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#kustomize", + "last_modified": "2024-10-17T04:50:07Z", + "resolved": "github:NixOS/nixpkgs/1bde3e8e37a72989d4d455adde764d45f45dc11c#kustomize", "source": "devbox-search", - "version": "5.4.2", + "version": "5.5.0", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/fh8assfk9p4kjjfi7ndav94jv0kkgzfw-kustomize-5.4.2", + "path": "/nix/store/q3ii4n7p6n78bc28c87b8392rrbhmf7p-kustomize-5.5.0", "default": true } ], - "store_path": "/nix/store/fh8assfk9p4kjjfi7ndav94jv0kkgzfw-kustomize-5.4.2" + "store_path": "/nix/store/q3ii4n7p6n78bc28c87b8392rrbhmf7p-kustomize-5.5.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/wxzg6kz0380ll23wsb45ryhnylca9pal-kustomize-5.4.2", + "path": "/nix/store/kmgac3ra8d87xm6yfry4wm3n81srhvw1-kustomize-5.5.0", "default": true } ], - "store_path": "/nix/store/wxzg6kz0380ll23wsb45ryhnylca9pal-kustomize-5.4.2" + "store_path": "/nix/store/kmgac3ra8d87xm6yfry4wm3n81srhvw1-kustomize-5.5.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/ihw5j9i5fx5c1z998v61r9yjx06a80ks-kustomize-5.4.2", + "path": "/nix/store/56icb6vp8s4scq3fk9dx8l76vrg70l70-kustomize-5.5.0", "default": true } ], - "store_path": "/nix/store/ihw5j9i5fx5c1z998v61r9yjx06a80ks-kustomize-5.4.2" + "store_path": "/nix/store/56icb6vp8s4scq3fk9dx8l76vrg70l70-kustomize-5.5.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/jvm04lshhsgd1fgd5i1j1bfhlyacrmgj-kustomize-5.4.2", + "path": "/nix/store/7xnnkvr10l95hd617mgcbag56frrxma4-kustomize-5.5.0", "default": true } ], - "store_path": "/nix/store/jvm04lshhsgd1fgd5i1j1bfhlyacrmgj-kustomize-5.4.2" + "store_path": "/nix/store/7xnnkvr10l95hd617mgcbag56frrxma4-kustomize-5.5.0" } } }, "oras@latest": { - "last_modified": "2024-06-12T20:55:33Z", - "resolved": "github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#oras", + "last_modified": "2024-10-13T23:44:06Z", + "resolved": "github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732#oras", "source": "devbox-search", "version": "1.2.0", "systems": { @@ -844,47 +844,47 @@ "outputs": [ { "name": "out", - "path": "/nix/store/4nvxyws1zy8f45l0548f33d4b54x6bh5-oras-1.2.0", + "path": "/nix/store/4wnd7nvmzl4ckssq7d7jh2vkfrfxah2q-oras-1.2.0", "default": true } ], - "store_path": "/nix/store/4nvxyws1zy8f45l0548f33d4b54x6bh5-oras-1.2.0" + "store_path": "/nix/store/4wnd7nvmzl4ckssq7d7jh2vkfrfxah2q-oras-1.2.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/5vp8xm18s0z5phk41llc2bkpn17l2sjj-oras-1.2.0", + "path": "/nix/store/lb3v4gzc9caqnvjd324w3yg6bagwsj4d-oras-1.2.0", "default": true } ], - "store_path": "/nix/store/5vp8xm18s0z5phk41llc2bkpn17l2sjj-oras-1.2.0" + "store_path": "/nix/store/lb3v4gzc9caqnvjd324w3yg6bagwsj4d-oras-1.2.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/iidq7zjylzn2ljmc6ha54ys5mk3c79y6-oras-1.2.0", + "path": "/nix/store/w004j6wljxyqv76m74h2ihq37c2xdd45-oras-1.2.0", "default": true } ], - "store_path": "/nix/store/iidq7zjylzn2ljmc6ha54ys5mk3c79y6-oras-1.2.0" + "store_path": "/nix/store/w004j6wljxyqv76m74h2ihq37c2xdd45-oras-1.2.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/0mj1ik0bp3s6xnmnbb37rc7slkis2x1l-oras-1.2.0", + "path": "/nix/store/1bjnf7pfxy18547w59w5i7970fjjkhgl-oras-1.2.0", "default": true } ], - "store_path": "/nix/store/0mj1ik0bp3s6xnmnbb37rc7slkis2x1l-oras-1.2.0" + "store_path": "/nix/store/1bjnf7pfxy18547w59w5i7970fjjkhgl-oras-1.2.0" } } }, "pre-commit@latest": { - "last_modified": "2024-06-21T06:40:32Z", - "resolved": "github:NixOS/nixpkgs/ed0af8c19f55bede71dc9c2002185cf228339901#pre-commit", + "last_modified": "2024-10-16T02:16:09Z", + "resolved": "github:NixOS/nixpkgs/70cc7b62f2b448a487de36e1fd714693c59c4719#pre-commit", "source": "devbox-search", "version": "3.7.1", "systems": { @@ -892,63 +892,63 @@ "outputs": [ { "name": "out", - "path": "/nix/store/g2nlpb78dsxkxa0gkgcfnplcgwg9mavg-pre-commit-3.7.1", + "path": "/nix/store/flzj4pzl43m29ml7brh4gabw9rxrvrml-pre-commit-3.7.1", "default": true }, { "name": "dist", - "path": "/nix/store/rsp52ikbxv52l6hf2iygx2j1aff7rlda-pre-commit-3.7.1-dist" + "path": "/nix/store/87dhz8r6jwy3487h78bbivhw9mg8g8h9-pre-commit-3.7.1-dist" } ], - "store_path": "/nix/store/g2nlpb78dsxkxa0gkgcfnplcgwg9mavg-pre-commit-3.7.1" + "store_path": "/nix/store/flzj4pzl43m29ml7brh4gabw9rxrvrml-pre-commit-3.7.1" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/fn6chw87c2zspj1gpif1k9p8w2s1vvy7-pre-commit-3.7.1", + "path": "/nix/store/jddjbmxg9rlawirkr8pg9dlj0xma9w1q-pre-commit-3.7.1", "default": true }, { "name": "dist", - "path": "/nix/store/a8pcxqm2inc5i2gjl31b1v51ln3dckq8-pre-commit-3.7.1-dist" + "path": "/nix/store/2lpy8sfhcnn33ia5c77g5gyg1zz6b0qg-pre-commit-3.7.1-dist" } ], - "store_path": "/nix/store/fn6chw87c2zspj1gpif1k9p8w2s1vvy7-pre-commit-3.7.1" + "store_path": "/nix/store/jddjbmxg9rlawirkr8pg9dlj0xma9w1q-pre-commit-3.7.1" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/fras515n8wiiwih0kldh7cj9c9xy4pd8-pre-commit-3.7.1", + "path": "/nix/store/2ycxh3vvj0b1bk2pgj84jg88l49hbwq3-pre-commit-3.7.1", "default": true }, { "name": "dist", - "path": "/nix/store/i8q36bffakfc5r3pyg4bdib8hiiy3gwd-pre-commit-3.7.1-dist" + "path": "/nix/store/0wfmhzk48ziaw6vd26shy5mjazg9qsjc-pre-commit-3.7.1-dist" } ], - "store_path": "/nix/store/fras515n8wiiwih0kldh7cj9c9xy4pd8-pre-commit-3.7.1" + "store_path": "/nix/store/2ycxh3vvj0b1bk2pgj84jg88l49hbwq3-pre-commit-3.7.1" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/y58lifz4d8dxglcwsggff6bcysskil8s-pre-commit-3.7.1", + "path": "/nix/store/zp9vk1y2fzlavzaz67ikipgh9hq58pxr-pre-commit-3.7.1", "default": true }, { "name": "dist", - "path": "/nix/store/13spn5s76ph6brii57vmpndk0rjzq1z7-pre-commit-3.7.1-dist" + "path": "/nix/store/k3hc0dqi88iik1n1kjc9ddp6rf9wp11v-pre-commit-3.7.1-dist" } ], - "store_path": "/nix/store/y58lifz4d8dxglcwsggff6bcysskil8s-pre-commit-3.7.1" + "store_path": "/nix/store/zp9vk1y2fzlavzaz67ikipgh9hq58pxr-pre-commit-3.7.1" } } }, "rsync@latest": { - "last_modified": "2024-06-12T20:55:33Z", - "resolved": "github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#rsync", + "last_modified": "2024-10-13T23:44:06Z", + "resolved": "github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732#rsync", "source": "devbox-search", "version": "3.3.0", "systems": { @@ -956,89 +956,89 @@ "outputs": [ { "name": "out", - "path": "/nix/store/yh4qc80q789klzsnn2kwwynzbcghfa34-rsync-3.3.0", + "path": "/nix/store/dbvsk5qizdkj71zfq63hm6sxa3b1djms-rsync-3.3.0", "default": true } ], - "store_path": "/nix/store/yh4qc80q789klzsnn2kwwynzbcghfa34-rsync-3.3.0" + "store_path": "/nix/store/dbvsk5qizdkj71zfq63hm6sxa3b1djms-rsync-3.3.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/4lc58scimxnk05klkcfcc3gi3hi2x8x1-rsync-3.3.0", + "path": "/nix/store/iar58icb4j1vfs1rpyl7v7qnias9awa2-rsync-3.3.0", "default": true } ], - "store_path": "/nix/store/4lc58scimxnk05klkcfcc3gi3hi2x8x1-rsync-3.3.0" + "store_path": "/nix/store/iar58icb4j1vfs1rpyl7v7qnias9awa2-rsync-3.3.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/0k5rd8klz5dlnsd9kkdqw5f1wc9inhl9-rsync-3.3.0", + "path": "/nix/store/mbzv0gvl1vj9mbnk1ixs180bq5s51g1f-rsync-3.3.0", "default": true } ], - "store_path": "/nix/store/0k5rd8klz5dlnsd9kkdqw5f1wc9inhl9-rsync-3.3.0" + "store_path": "/nix/store/mbzv0gvl1vj9mbnk1ixs180bq5s51g1f-rsync-3.3.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/x4acwmdlgblkz45bvpvk1lrcq69zyn5d-rsync-3.3.0", + "path": "/nix/store/v2rsppryxbv9z63fgg6kcim4mbr7ihrd-rsync-3.3.0", "default": true } ], - "store_path": "/nix/store/x4acwmdlgblkz45bvpvk1lrcq69zyn5d-rsync-3.3.0" + "store_path": "/nix/store/v2rsppryxbv9z63fgg6kcim4mbr7ihrd-rsync-3.3.0" } } }, "yq-go@latest": { - "last_modified": "2024-06-17T06:49:48Z", - "resolved": "github:NixOS/nixpkgs/38d3352a65ac9d621b0cd3074d3bef27199ff78f#yq-go", + "last_modified": "2024-10-13T23:44:06Z", + "resolved": "github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732#yq-go", "source": "devbox-search", - "version": "4.44.2", + "version": "4.44.3", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/yshmap37pbnb28xjh0fl8nvi3wy7rak2-yq-go-4.44.2", + "path": "/nix/store/8m0sshzsqkqvdfdgnz0nxps5i2yplwj5-yq-go-4.44.3", "default": true } ], - "store_path": "/nix/store/yshmap37pbnb28xjh0fl8nvi3wy7rak2-yq-go-4.44.2" + "store_path": "/nix/store/8m0sshzsqkqvdfdgnz0nxps5i2yplwj5-yq-go-4.44.3" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/kp4jkyknj5gd1g6pyv8f1bxnjf02b4la-yq-go-4.44.2", + "path": "/nix/store/ikmqzfgl2fhx9ghc18g3gw2kqavrxavv-yq-go-4.44.3", "default": true } ], - "store_path": "/nix/store/kp4jkyknj5gd1g6pyv8f1bxnjf02b4la-yq-go-4.44.2" + "store_path": "/nix/store/ikmqzfgl2fhx9ghc18g3gw2kqavrxavv-yq-go-4.44.3" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/2bprwhjj9q4g1qkbm89ckkrc2f0wdrl9-yq-go-4.44.2", + "path": "/nix/store/s7khn02dh6pv138am1fxd227ng096md3-yq-go-4.44.3", "default": true } ], - "store_path": "/nix/store/2bprwhjj9q4g1qkbm89ckkrc2f0wdrl9-yq-go-4.44.2" + "store_path": "/nix/store/s7khn02dh6pv138am1fxd227ng096md3-yq-go-4.44.3" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/pj4h8b49yi3w2wkdmxvm86slmv4cpcbv-yq-go-4.44.2", + "path": "/nix/store/ab2g0x1vcxcjpmc15ig71r6574isgcrk-yq-go-4.44.3", "default": true } ], - "store_path": "/nix/store/pj4h8b49yi3w2wkdmxvm86slmv4cpcbv-yq-go-4.44.2" + "store_path": "/nix/store/ab2g0x1vcxcjpmc15ig71r6574isgcrk-yq-go-4.44.3" } } } diff --git a/hack/flux/update-flux.sh b/hack/flux/update-flux.sh index b7ccda848..eaf1424d8 100755 --- a/hack/flux/update-flux.sh +++ b/hack/flux/update-flux.sh @@ -27,6 +27,8 @@ function update_flux() { echo "updating flux to ${local_flux_version}" else echo "flux ${LATEST_FLUX_VERSION} not available in devbox, the latest available is ${local_flux_version}" + echo "running devbox update" + devbox update fi mkdir -p "$REPO_ROOT/services/kommander-flux/$LATEST_FLUX_VERSION" diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index f191a80a1..e2a5dad8e 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -303,22 +303,22 @@ resources: - license_path: LICENSE ref: ${image_tag} url: https://github.com/brancz/kube-rbac-proxy - - container_image: ghcr.io/fluxcd/helm-controller:v1.0.1 + - container_image: ghcr.io/fluxcd/helm-controller:v1.1.0 sources: - license_path: LICENSE ref: ${image_tag} url: https://github.com/fluxcd/helm-controller - - container_image: ghcr.io/fluxcd/kustomize-controller:v1.3.0 + - container_image: ghcr.io/fluxcd/kustomize-controller:v1.4.0 sources: - license_path: LICENSE ref: ${image_tag%-d2iq.1} url: https://github.com/fluxcd/kustomize-controller - - container_image: ghcr.io/fluxcd/notification-controller:v1.3.0 + - container_image: ghcr.io/fluxcd/notification-controller:v1.4.0 sources: - license_path: LICENSE ref: ${image_tag} url: https://github.com/fluxcd/notification-controller - - container_image: ghcr.io/fluxcd/source-controller:v1.3.0 + - container_image: ghcr.io/fluxcd/source-controller:v1.4.1 sources: - license_path: LICENSE ref: ${image_tag} diff --git a/services/kommander-flux/2.3.0/defaults/cm.yaml b/services/kommander-flux/2.4.0/defaults/cm.yaml similarity index 70% rename from services/kommander-flux/2.3.0/defaults/cm.yaml rename to services/kommander-flux/2.4.0/defaults/cm.yaml index c69695433..0bfa197a7 100644 --- a/services/kommander-flux/2.3.0/defaults/cm.yaml +++ b/services/kommander-flux/2.4.0/defaults/cm.yaml @@ -4,5 +4,5 @@ data: --- kind: ConfigMap metadata: - name: kommander-flux-2.3.0-d2iq-defaults + name: kommander-flux-2.4.0-d2iq-defaults namespace: ${releaseNamespace} diff --git a/services/kommander-flux/2.3.0/defaults/kustomization.yaml b/services/kommander-flux/2.4.0/defaults/kustomization.yaml similarity index 100% rename from services/kommander-flux/2.3.0/defaults/kustomization.yaml rename to services/kommander-flux/2.4.0/defaults/kustomization.yaml diff --git a/services/kommander-flux/2.3.0/kustomization.yaml b/services/kommander-flux/2.4.0/kustomization.yaml similarity index 100% rename from services/kommander-flux/2.3.0/kustomization.yaml rename to services/kommander-flux/2.4.0/kustomization.yaml diff --git a/services/kommander-flux/2.3.0/patch-proxy-env-vars.yaml b/services/kommander-flux/2.4.0/patch-proxy-env-vars.yaml similarity index 100% rename from services/kommander-flux/2.3.0/patch-proxy-env-vars.yaml rename to services/kommander-flux/2.4.0/patch-proxy-env-vars.yaml diff --git a/services/kommander-flux/2.3.0/patch-source-ctrl-network-policy.yaml b/services/kommander-flux/2.4.0/patch-source-ctrl-network-policy.yaml similarity index 100% rename from services/kommander-flux/2.3.0/patch-source-ctrl-network-policy.yaml rename to services/kommander-flux/2.4.0/patch-source-ctrl-network-policy.yaml diff --git a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_alerts.notification.toolkit.fluxcd.io.yaml b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_alerts.notification.toolkit.fluxcd.io.yaml similarity index 89% rename from services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_alerts.notification.toolkit.fluxcd.io.yaml rename to services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_alerts.notification.toolkit.fluxcd.io.yaml index 701ad121f..c1ec37857 100644 --- a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_alerts.notification.toolkit.fluxcd.io.yaml +++ b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_alerts.notification.toolkit.fluxcd.io.yaml @@ -2,12 +2,12 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.16.1 labels: app.kubernetes.io/component: notification-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: alerts.notification.toolkit.fluxcd.io spec: group: notification.toolkit.fluxcd.io @@ -108,6 +108,7 @@ spec: minLength: 1 type: string required: + - kind - name type: object type: array @@ -145,16 +146,8 @@ spec: properties: conditions: items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -195,12 +188,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -377,16 +365,8 @@ spec: conditions: description: Conditions holds the conditions for the Alert. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -427,12 +407,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string diff --git a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_buckets.source.toolkit.fluxcd.io.yaml b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_buckets.source.toolkit.fluxcd.io.yaml similarity index 51% rename from services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_buckets.source.toolkit.fluxcd.io.yaml rename to services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_buckets.source.toolkit.fluxcd.io.yaml index 47574748e..52fe636b8 100644 --- a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_buckets.source.toolkit.fluxcd.io.yaml +++ b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_buckets.source.toolkit.fluxcd.io.yaml @@ -2,12 +2,12 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.16.1 labels: app.kubernetes.io/component: source-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: buckets.source.toolkit.fluxcd.io spec: group: source.toolkit.fluxcd.io @@ -18,6 +18,359 @@ spec: singular: bucket scope: Namespaced versions: + - additionalPrinterColumns: + - jsonPath: .spec.endpoint + name: Endpoint + type: string + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string + - jsonPath: .status.conditions[?(@.type=="Ready")].message + name: Status + type: string + name: v1 + schema: + openAPIV3Schema: + description: Bucket is the Schema for the buckets API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: |- + BucketSpec specifies the required configuration to produce an Artifact for + an object storage bucket. + properties: + bucketName: + description: BucketName is the name of the object storage bucket. + type: string + certSecretRef: + description: |- + CertSecretRef can be given the name of a Secret containing + either or both of + + - a PEM-encoded client certificate (`tls.crt`) and private + key (`tls.key`); + - a PEM-encoded CA certificate (`ca.crt`) + + and whichever are supplied, will be used for connecting to the + bucket. The client cert and key are useful if you are + authenticating with a certificate; the CA cert is useful if + you are using a self-signed server certificate. The Secret must + be of type `Opaque` or `kubernetes.io/tls`. + + This field is only supported for the `generic` provider. + properties: + name: + description: Name of the referent. + type: string + required: + - name + type: object + endpoint: + description: Endpoint is the object storage address the BucketName + is located at. + type: string + ignore: + description: |- + Ignore overrides the set of excluded patterns in the .sourceignore format + (which is the same as .gitignore). If not provided, a default will be used, + consult the documentation for your version to find out what those are. + type: string + insecure: + description: Insecure allows connecting to a non-TLS HTTP Endpoint. + type: boolean + interval: + description: |- + Interval at which the Bucket Endpoint is checked for updates. + This interval is approximate and may be subject to jitter to ensure + efficient use of resources. + pattern: ^([0-9]+(\.[0-9]+)?(ms|s|m|h))+$ + type: string + prefix: + description: Prefix to use for server-side filtering of files in the + Bucket. + type: string + provider: + default: generic + description: |- + Provider of the object storage bucket. + Defaults to 'generic', which expects an S3 (API) compatible object + storage. + enum: + - generic + - aws + - gcp + - azure + type: string + proxySecretRef: + description: |- + ProxySecretRef specifies the Secret containing the proxy configuration + to use while communicating with the Bucket server. + properties: + name: + description: Name of the referent. + type: string + required: + - name + type: object + region: + description: Region of the Endpoint where the BucketName is located + in. + type: string + secretRef: + description: |- + SecretRef specifies the Secret containing authentication credentials + for the Bucket. + properties: + name: + description: Name of the referent. + type: string + required: + - name + type: object + sts: + description: |- + STS specifies the required configuration to use a Security Token + Service for fetching temporary credentials to authenticate in a + Bucket provider. + + This field is only supported for the `aws` and `generic` providers. + properties: + certSecretRef: + description: |- + CertSecretRef can be given the name of a Secret containing + either or both of + + - a PEM-encoded client certificate (`tls.crt`) and private + key (`tls.key`); + - a PEM-encoded CA certificate (`ca.crt`) + + and whichever are supplied, will be used for connecting to the + STS endpoint. The client cert and key are useful if you are + authenticating with a certificate; the CA cert is useful if + you are using a self-signed server certificate. The Secret must + be of type `Opaque` or `kubernetes.io/tls`. + + This field is only supported for the `ldap` provider. + properties: + name: + description: Name of the referent. + type: string + required: + - name + type: object + endpoint: + description: |- + Endpoint is the HTTP/S endpoint of the Security Token Service from + where temporary credentials will be fetched. + pattern: ^(http|https)://.*$ + type: string + provider: + description: Provider of the Security Token Service. + enum: + - aws + - ldap + type: string + secretRef: + description: |- + SecretRef specifies the Secret containing authentication credentials + for the STS endpoint. This Secret must contain the fields `username` + and `password` and is supported only for the `ldap` provider. + properties: + name: + description: Name of the referent. + type: string + required: + - name + type: object + required: + - endpoint + - provider + type: object + suspend: + description: |- + Suspend tells the controller to suspend the reconciliation of this + Bucket. + type: boolean + timeout: + default: 60s + description: Timeout for fetch operations, defaults to 60s. + pattern: ^([0-9]+(\.[0-9]+)?(ms|s|m))+$ + type: string + required: + - bucketName + - endpoint + - interval + type: object + x-kubernetes-validations: + - message: STS configuration is only supported for the 'aws' and 'generic' + Bucket providers + rule: self.provider == 'aws' || self.provider == 'generic' || !has(self.sts) + - message: '''aws'' is the only supported STS provider for the ''aws'' + Bucket provider' + rule: self.provider != 'aws' || !has(self.sts) || self.sts.provider + == 'aws' + - message: '''ldap'' is the only supported STS provider for the ''generic'' + Bucket provider' + rule: self.provider != 'generic' || !has(self.sts) || self.sts.provider + == 'ldap' + - message: spec.sts.secretRef is not required for the 'aws' STS provider + rule: '!has(self.sts) || self.sts.provider != ''aws'' || !has(self.sts.secretRef)' + - message: spec.sts.certSecretRef is not required for the 'aws' STS provider + rule: '!has(self.sts) || self.sts.provider != ''aws'' || !has(self.sts.certSecretRef)' + status: + default: + observedGeneration: -1 + description: BucketStatus records the observed state of a Bucket. + properties: + artifact: + description: Artifact represents the last successful Bucket reconciliation. + properties: + digest: + description: Digest is the digest of the file in the form of ':'. + pattern: ^[a-z0-9]+(?:[.+_-][a-z0-9]+)*:[a-zA-Z0-9=_-]+$ + type: string + lastUpdateTime: + description: |- + LastUpdateTime is the timestamp corresponding to the last update of the + Artifact. + format: date-time + type: string + metadata: + additionalProperties: + type: string + description: Metadata holds upstream information such as OCI annotations. + type: object + path: + description: |- + Path is the relative file path of the Artifact. It can be used to locate + the file in the root of the Artifact storage on the local file system of + the controller managing the Source. + type: string + revision: + description: |- + Revision is a human-readable identifier traceable in the origin source + system. It can be a Git commit SHA, Git tag, a Helm chart version, etc. + type: string + size: + description: Size is the number of bytes in the file. + format: int64 + type: integer + url: + description: |- + URL is the HTTP address of the Artifact as exposed by the controller + managing the Source. It can be used to retrieve the Artifact for + consumption, e.g. by another controller applying the Artifact contents. + type: string + required: + - lastUpdateTime + - path + - revision + - url + type: object + conditions: + description: Conditions holds the conditions for the Bucket. + items: + description: Condition contains details for one aspect of the current + state of this API Resource. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This may be an empty string. + maxLength: 32768 + type: string + observedGeneration: + description: |- + observedGeneration represents the .metadata.generation that the condition was set based upon. + For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date + with respect to the current state of the instance. + format: int64 + minimum: 0 + type: integer + reason: + description: |- + reason contains a programmatic identifier indicating the reason for the condition's last transition. + Producers of specific condition types may define expected values and meanings for this field, + and whether the values are considered a guaranteed API. + The value should be a CamelCase string. + This field may not be empty. + maxLength: 1024 + minLength: 1 + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ + type: string + status: + description: status of the condition, one of True, False, Unknown. + enum: + - "True" + - "False" + - Unknown + type: string + type: + description: type of condition in CamelCase or in foo.example.com/CamelCase. + maxLength: 316 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + required: + - lastTransitionTime + - message + - reason + - status + - type + type: object + type: array + lastHandledReconcileAt: + description: |- + LastHandledReconcileAt holds the value of the most recent + reconcile request value, so a change of the annotation value + can be detected. + type: string + observedGeneration: + description: ObservedGeneration is the last observed generation of + the Bucket object. + format: int64 + type: integer + observedIgnore: + description: |- + ObservedIgnore is the observed exclusion patterns used for constructing + the source artifact. + type: string + url: + description: |- + URL is the dynamic fetch link for the latest Artifact. + It is provided on a "best effort" basis, and using the precise + BucketStatus.Artifact data is recommended. + type: string + type: object + type: object + served: true + storage: true + subresources: + status: {} - additionalPrinterColumns: - jsonPath: .spec.endpoint name: Endpoint @@ -32,7 +385,7 @@ spec: name: Age type: date deprecated: true - deprecationWarning: v1beta1 Bucket is deprecated, upgrade to v1beta2 + deprecationWarning: v1beta1 Bucket is deprecated, upgrade to v1 name: v1beta1 schema: openAPIV3Schema: @@ -169,22 +522,15 @@ spec: description: URL is the HTTP address of this artifact. type: string required: + - lastUpdateTime - path - url type: object conditions: description: Conditions holds the conditions for the Bucket. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -225,12 +571,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -275,6 +616,8 @@ spec: - jsonPath: .status.conditions[?(@.type=="Ready")].message name: Status type: string + deprecated: true + deprecationWarning: v1beta2 Bucket is deprecated, upgrade to v1 name: v1beta2 schema: openAPIV3Schema: @@ -333,6 +676,29 @@ spec: bucketName: description: BucketName is the name of the object storage bucket. type: string + certSecretRef: + description: |- + CertSecretRef can be given the name of a Secret containing + either or both of + + - a PEM-encoded client certificate (`tls.crt`) and private + key (`tls.key`); + - a PEM-encoded CA certificate (`ca.crt`) + + and whichever are supplied, will be used for connecting to the + bucket. The client cert and key are useful if you are + authenticating with a certificate; the CA cert is useful if + you are using a self-signed server certificate. The Secret must + be of type `Opaque` or `kubernetes.io/tls`. + + This field is only supported for the `generic` provider. + properties: + name: + description: Name of the referent. + type: string + required: + - name + type: object endpoint: description: Endpoint is the object storage address the BucketName is located at. @@ -369,6 +735,17 @@ spec: - gcp - azure type: string + proxySecretRef: + description: |- + ProxySecretRef specifies the Secret containing the proxy configuration + to use while communicating with the Bucket server. + properties: + name: + description: Name of the referent. + type: string + required: + - name + type: object region: description: Region of the Endpoint where the BucketName is located in. @@ -384,6 +761,65 @@ spec: required: - name type: object + sts: + description: |- + STS specifies the required configuration to use a Security Token + Service for fetching temporary credentials to authenticate in a + Bucket provider. + + This field is only supported for the `aws` and `generic` providers. + properties: + certSecretRef: + description: |- + CertSecretRef can be given the name of a Secret containing + either or both of + + - a PEM-encoded client certificate (`tls.crt`) and private + key (`tls.key`); + - a PEM-encoded CA certificate (`ca.crt`) + + and whichever are supplied, will be used for connecting to the + STS endpoint. The client cert and key are useful if you are + authenticating with a certificate; the CA cert is useful if + you are using a self-signed server certificate. The Secret must + be of type `Opaque` or `kubernetes.io/tls`. + + This field is only supported for the `ldap` provider. + properties: + name: + description: Name of the referent. + type: string + required: + - name + type: object + endpoint: + description: |- + Endpoint is the HTTP/S endpoint of the Security Token Service from + where temporary credentials will be fetched. + pattern: ^(http|https)://.*$ + type: string + provider: + description: Provider of the Security Token Service. + enum: + - aws + - ldap + type: string + secretRef: + description: |- + SecretRef specifies the Secret containing authentication credentials + for the STS endpoint. This Secret must contain the fields `username` + and `password` and is supported only for the `ldap` provider. + properties: + name: + description: Name of the referent. + type: string + required: + - name + type: object + required: + - endpoint + - provider + type: object suspend: description: |- Suspend tells the controller to suspend the reconciliation of this @@ -399,6 +835,22 @@ spec: - endpoint - interval type: object + x-kubernetes-validations: + - message: STS configuration is only supported for the 'aws' and 'generic' + Bucket providers + rule: self.provider == 'aws' || self.provider == 'generic' || !has(self.sts) + - message: '''aws'' is the only supported STS provider for the ''aws'' + Bucket provider' + rule: self.provider != 'aws' || !has(self.sts) || self.sts.provider + == 'aws' + - message: '''ldap'' is the only supported STS provider for the ''generic'' + Bucket provider' + rule: self.provider != 'generic' || !has(self.sts) || self.sts.provider + == 'ldap' + - message: spec.sts.secretRef is not required for the 'aws' STS provider + rule: '!has(self.sts) || self.sts.provider != ''aws'' || !has(self.sts.secretRef)' + - message: spec.sts.certSecretRef is not required for the 'aws' STS provider + rule: '!has(self.sts) || self.sts.provider != ''aws'' || !has(self.sts.certSecretRef)' status: default: observedGeneration: -1 @@ -452,16 +904,8 @@ spec: conditions: description: Conditions holds the conditions for the Bucket. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -502,12 +946,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -544,6 +983,6 @@ spec: type: object type: object served: true - storage: true + storage: false subresources: status: {} diff --git a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_gitrepositories.source.toolkit.fluxcd.io.yaml b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_gitrepositories.source.toolkit.fluxcd.io.yaml similarity index 93% rename from services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_gitrepositories.source.toolkit.fluxcd.io.yaml rename to services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_gitrepositories.source.toolkit.fluxcd.io.yaml index 11dc0c5b4..fa9ef652a 100644 --- a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_gitrepositories.source.toolkit.fluxcd.io.yaml +++ b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_gitrepositories.source.toolkit.fluxcd.io.yaml @@ -2,12 +2,12 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.16.1 labels: app.kubernetes.io/component: source-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: gitrepositories.source.toolkit.fluxcd.io spec: group: source.toolkit.fluxcd.io @@ -107,6 +107,14 @@ spec: efficient use of resources. pattern: ^([0-9]+(\.[0-9]+)?(ms|s|m|h))+$ type: string + provider: + description: |- + Provider used for authentication, can be 'azure', 'generic'. + When not specified, defaults to 'generic'. + enum: + - generic + - azure + type: string proxySecretRef: description: |- ProxySecretRef specifies the Secret containing the proxy configuration @@ -136,7 +144,6 @@ spec: description: |- Commit SHA to check out, takes precedence over all reference fields. - This can be combined with Branch to shallow clone the branch, in which the commit is expected to exist. type: string @@ -144,7 +151,6 @@ spec: description: |- Name of the reference to check out; takes precedence over Branch, Tag and SemVer. - It must be a valid Git reference: https://git-scm.com/docs/git-check-ref-format#_description Examples: "refs/heads/main", "refs/tags/v0.1.0", "refs/pull/420/head", "refs/merge-requests/1/head" type: string @@ -197,7 +203,6 @@ spec: description: |- Mode specifies which Git object(s) should be verified. - The variants "head" and "HEAD" both imply the same thing, i.e. verify the commit that the HEAD of the Git repository points to. The variant "head" solely exists to ensure backwards compatibility. @@ -279,16 +284,8 @@ spec: conditions: description: Conditions holds the conditions for the GitRepository. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -329,12 +326,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -687,22 +679,15 @@ spec: description: URL is the HTTP address of this artifact. type: string required: + - lastUpdateTime - path - url type: object conditions: description: Conditions holds the conditions for the GitRepository. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -743,12 +728,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -788,6 +768,7 @@ spec: description: URL is the HTTP address of this artifact. type: string required: + - lastUpdateTime - path - url type: object @@ -956,7 +937,6 @@ spec: description: |- Commit SHA to check out, takes precedence over all reference fields. - This can be combined with Branch to shallow clone the branch, in which the commit is expected to exist. type: string @@ -964,7 +944,6 @@ spec: description: |- Name of the reference to check out; takes precedence over Branch, Tag and SemVer. - It must be a valid Git reference: https://git-scm.com/docs/git-check-ref-format#_description Examples: "refs/heads/main", "refs/tags/v0.1.0", "refs/pull/420/head", "refs/merge-requests/1/head" type: string @@ -1091,16 +1070,8 @@ spec: conditions: description: Conditions holds the conditions for the GitRepository. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -1141,12 +1112,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -1170,7 +1136,6 @@ spec: changed. It has the format of `:`, for example: `sha256:`. - Deprecated: Replaced with explicit fields for observed artifact content config in the status. type: string diff --git a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmcharts.source.toolkit.fluxcd.io.yaml b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmcharts.source.toolkit.fluxcd.io.yaml similarity index 91% rename from services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmcharts.source.toolkit.fluxcd.io.yaml rename to services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmcharts.source.toolkit.fluxcd.io.yaml index d87b8ee65..71823a62d 100644 --- a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmcharts.source.toolkit.fluxcd.io.yaml +++ b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmcharts.source.toolkit.fluxcd.io.yaml @@ -2,12 +2,12 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.16.1 labels: app.kubernetes.io/component: source-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: helmcharts.source.toolkit.fluxcd.io spec: group: source.toolkit.fluxcd.io @@ -256,16 +256,8 @@ spec: conditions: description: Conditions holds the conditions for the HelmChart. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -306,12 +298,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -542,22 +529,15 @@ spec: description: URL is the HTTP address of this artifact. type: string required: + - lastUpdateTime - path - url type: object conditions: description: Conditions holds the conditions for the HelmChart. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -598,12 +578,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -907,16 +882,8 @@ spec: conditions: description: Conditions holds the conditions for the HelmChart. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -957,12 +924,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string diff --git a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmreleases.helm.toolkit.fluxcd.io.yaml b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmreleases.helm.toolkit.fluxcd.io.yaml similarity index 97% rename from services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmreleases.helm.toolkit.fluxcd.io.yaml rename to services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmreleases.helm.toolkit.fluxcd.io.yaml index 7bdd7c399..9982b3cb5 100644 --- a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmreleases.helm.toolkit.fluxcd.io.yaml +++ b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmreleases.helm.toolkit.fluxcd.io.yaml @@ -2,12 +2,12 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.16.1 labels: app.kubernetes.io/component: helm-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: helmreleases.helm.toolkit.fluxcd.io spec: group: helm.toolkit.fluxcd.io @@ -138,6 +138,7 @@ spec: minLength: 1 type: string required: + - kind - name type: object valuesFiles: @@ -337,17 +338,13 @@ spec: `Create` or `CreateReplace`. Default is `Create` and if omitted CRDs are installed but not updated. - Skip: do neither install nor replace (update) any CRDs. - Create: new CRDs are created, existing CRDs are neither updated nor deleted. - CreateReplace: new CRDs are created, existing CRDs are updated (replaced) but not deleted. - By default, CRDs are applied (installed) during Helm install action. With this option users can opt in to CRD replace existing CRDs on Helm install actions, which is not (yet) natively supported by Helm. @@ -372,6 +369,11 @@ spec: DisableOpenAPIValidation prevents the Helm install action from validating rendered templates against the Kubernetes OpenAPI Schema. type: boolean + disableSchemaValidation: + description: |- + DisableSchemaValidation prevents the Helm install action from validating + the values against the JSON Schema. + type: boolean disableWait: description: |- DisableWait disables the waiting for resources to be ready after a Helm @@ -415,7 +417,6 @@ spec: SkipCRDs tells the Helm install action to not install any CRDs. By default, CRDs are installed if not already present. - Deprecated use CRD policy (`crds`) attribute with value `Skip` instead. type: boolean timeout: @@ -476,13 +477,11 @@ spec: duration of the reconciliation, instead of being created and destroyed for each (step of a) Helm action. - This can improve performance, but may cause issues with some Helm charts that for example do create Custom Resource Definitions during installation outside Helm's CRD lifecycle hooks, which are then not observed to be available by e.g. post-install hooks. - If not set, it defaults to true. type: boolean postRenderers: @@ -760,17 +759,13 @@ spec: `Create` or `CreateReplace`. Default is `Skip` and if omitted CRDs are neither installed nor upgraded. - Skip: do neither install nor replace (update) any CRDs. - Create: new CRDs are created, existing CRDs are neither updated nor deleted. - CreateReplace: new CRDs are created, existing CRDs are updated (replaced) but not deleted. - By default, CRDs are not applied during Helm upgrade action. With this option users can opt-in to CRD upgrade, which is not (yet) natively supported by Helm. https://helm.sh/docs/chart_best_practices/custom_resource_definitions. @@ -788,6 +783,11 @@ spec: DisableOpenAPIValidation prevents the Helm upgrade action from validating rendered templates against the Kubernetes OpenAPI Schema. type: boolean + disableSchemaValidation: + description: |- + DisableSchemaValidation prevents the Helm upgrade action from validating + the values against the JSON Schema. + type: boolean disableWait: description: |- DisableWait disables the waiting for resources to be ready after a Helm @@ -913,16 +913,8 @@ spec: conditions: description: Conditions holds the conditions for the HelmRelease. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -963,12 +955,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -1302,6 +1289,7 @@ spec: minLength: 1 type: string required: + - kind - name type: object valuesFile: @@ -1367,7 +1355,6 @@ spec: ChartRef holds a reference to a source controller resource containing the Helm chart artifact. - Note: this field is provisional to the v2 API, and not actively used by v2beta1 HelmReleases. properties: @@ -1423,7 +1410,6 @@ spec: differences between the manifest in the Helm storage and the resources currently existing in the cluster. - Note: this field is provisional to the v2beta2 API, and not actively used by v2beta1 HelmReleases. properties: @@ -1514,17 +1500,13 @@ spec: `Create` or `CreateReplace`. Default is `Create` and if omitted CRDs are installed but not updated. - Skip: do neither install nor replace (update) any CRDs. - Create: new CRDs are created, existing CRDs are neither updated nor deleted. - CreateReplace: new CRDs are created, existing CRDs are updated (replaced) but not deleted. - By default, CRDs are applied (installed) during Helm install action. With this option users can opt-in to CRD replace existing CRDs on Helm install actions, which is not (yet) natively supported by Helm. @@ -1592,7 +1574,6 @@ spec: SkipCRDs tells the Helm install action to not install any CRDs. By default, CRDs are installed if not already present. - Deprecated use CRD policy (`crds`) attribute with value `Skip` instead. type: boolean timeout: @@ -1656,13 +1637,11 @@ spec: duration of the reconciliation, instead of being created and destroyed for each (step of a) Helm action. - This can improve performance, but may cause issues with some Helm charts that for example do create Custom Resource Definitions during installation outside Helm's CRD lifecycle hooks, which are then not observed to be available by e.g. post-install hooks. - If not set, it defaults to true. type: boolean postRenderers: @@ -2018,17 +1997,13 @@ spec: `Create` or `CreateReplace`. Default is `Skip` and if omitted CRDs are neither installed nor upgraded. - Skip: do neither install nor replace (update) any CRDs. - Create: new CRDs are created, existing CRDs are neither updated nor deleted. - CreateReplace: new CRDs are created, existing CRDs are updated (replaced) but not deleted. - By default, CRDs are not applied during Helm upgrade action. With this option users can opt-in to CRD upgrade, which is not (yet) natively supported by Helm. https://helm.sh/docs/chart_best_practices/custom_resource_definitions. @@ -2159,6 +2134,7 @@ spec: type: object type: array required: + - chart - interval type: object status: @@ -2169,16 +2145,8 @@ spec: conditions: description: Conditions holds the conditions for the HelmRelease. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -2219,12 +2187,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -2252,7 +2215,6 @@ spec: History holds the history of Helm releases performed for this HelmRelease up to the last successfully completed release. - Note: this field is provisional to the v2beta2 API, and not actively used by v2beta1 HelmReleases. items: @@ -2372,7 +2334,6 @@ spec: LastAttemptedConfigDigest is the digest for the config (better known as "values") of the last reconciliation attempt. - Note: this field is provisional to the v2beta2 API, and not actively used by v2beta1 HelmReleases. type: string @@ -2381,7 +2342,6 @@ spec: LastAttemptedGeneration is the last generation the controller attempted to reconcile. - Note: this field is provisional to the v2beta2 API, and not actively used by v2beta1 HelmReleases. format: int64 @@ -2391,7 +2351,6 @@ spec: LastAttemptedReleaseAction is the last release action performed for this HelmRelease. It is used to determine the active remediation strategy. - Note: this field is provisional to the v2beta2 API, and not actively used by v2beta1 HelmReleases. type: string @@ -2409,7 +2368,6 @@ spec: LastHandledForceAt holds the value of the most recent force request value, so a change of the annotation value can be detected. - Note: this field is provisional to the v2beta2 API, and not actively used by v2beta1 HelmReleases. type: string @@ -2424,7 +2382,6 @@ spec: LastHandledResetAt holds the value of the most recent reset request value, so a change of the annotation value can be detected. - Note: this field is provisional to the v2beta2 API, and not actively used by v2beta1 HelmReleases. type: string @@ -2446,7 +2403,6 @@ spec: StorageNamespace is the namespace of the Helm release storage for the current release. - Note: this field is provisional to the v2beta2 API, and not actively used by v2beta1 HelmReleases. type: string @@ -2582,6 +2538,7 @@ spec: minLength: 1 type: string required: + - kind - name type: object valuesFile: @@ -2649,7 +2606,6 @@ spec: ChartRef holds a reference to a source controller resource containing the Helm chart artifact. - Note: this field is provisional to the v2 API, and not actively used by v2beta2 HelmReleases. properties: @@ -2792,17 +2748,13 @@ spec: `Create` or `CreateReplace`. Default is `Create` and if omitted CRDs are installed but not updated. - Skip: do neither install nor replace (update) any CRDs. - Create: new CRDs are created, existing CRDs are neither updated nor deleted. - CreateReplace: new CRDs are created, existing CRDs are updated (replaced) but not deleted. - By default, CRDs are applied (installed) during Helm install action. With this option users can opt in to CRD replace existing CRDs on Helm install actions, which is not (yet) natively supported by Helm. @@ -2870,7 +2822,6 @@ spec: SkipCRDs tells the Helm install action to not install any CRDs. By default, CRDs are installed if not already present. - Deprecated use CRD policy (`crds`) attribute with value `Skip` instead. type: boolean timeout: @@ -2931,13 +2882,11 @@ spec: duration of the reconciliation, instead of being created and destroyed for each (step of a) Helm action. - This can improve performance, but may cause issues with some Helm charts that for example do create Custom Resource Definitions during installation outside Helm's CRD lifecycle hooks, which are then not observed to be available by e.g. post-install hooks. - If not set, it defaults to true. type: boolean postRenderers: @@ -3318,17 +3267,13 @@ spec: `Create` or `CreateReplace`. Default is `Skip` and if omitted CRDs are neither installed nor upgraded. - Skip: do neither install nor replace (update) any CRDs. - Create: new CRDs are created, existing CRDs are neither updated nor deleted. - CreateReplace: new CRDs are created, existing CRDs are updated (replaced) but not deleted. - By default, CRDs are not applied during Helm upgrade action. With this option users can opt-in to CRD upgrade, which is not (yet) natively supported by Helm. https://helm.sh/docs/chart_best_practices/custom_resource_definitions. @@ -3471,16 +3416,8 @@ spec: conditions: description: Conditions holds the conditions for the HelmRelease. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -3521,12 +3458,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string diff --git a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmrepositories.source.toolkit.fluxcd.io.yaml b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmrepositories.source.toolkit.fluxcd.io.yaml similarity index 90% rename from services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmrepositories.source.toolkit.fluxcd.io.yaml rename to services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmrepositories.source.toolkit.fluxcd.io.yaml index 8d4f85b7f..aac20774b 100644 --- a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmrepositories.source.toolkit.fluxcd.io.yaml +++ b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_helmrepositories.source.toolkit.fluxcd.io.yaml @@ -2,12 +2,12 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.16.1 labels: app.kubernetes.io/component: source-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: helmrepositories.source.toolkit.fluxcd.io spec: group: source.toolkit.fluxcd.io @@ -93,19 +93,16 @@ spec: CertSecretRef can be given the name of a Secret containing either or both of - - a PEM-encoded client certificate (`tls.crt`) and private key (`tls.key`); - a PEM-encoded CA certificate (`ca.crt`) - and whichever are supplied, will be used for connecting to the registry. The client cert and key are useful if you are authenticating with a certificate; the CA cert is useful if you are using a self-signed server certificate. The Secret must be of type `Opaque` or `kubernetes.io/tls`. - It takes precedence over the values specified in the Secret referred to by `.spec.secretRef`. properties: @@ -247,16 +244,8 @@ spec: conditions: description: Conditions holds the conditions for the HelmRepository. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -297,12 +286,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -478,22 +462,15 @@ spec: description: URL is the HTTP address of this artifact. type: string required: + - lastUpdateTime - path - url type: object conditions: description: Conditions holds the conditions for the HelmRepository. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -534,12 +511,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -645,19 +617,16 @@ spec: CertSecretRef can be given the name of a Secret containing either or both of - - a PEM-encoded client certificate (`tls.crt`) and private key (`tls.key`); - a PEM-encoded CA certificate (`ca.crt`) - and whichever are supplied, will be used for connecting to the registry. The client cert and key are useful if you are authenticating with a certificate; the CA cert is useful if you are using a self-signed server certificate. The Secret must be of type `Opaque` or `kubernetes.io/tls`. - It takes precedence over the values specified in the Secret referred to by `.spec.secretRef`. properties: @@ -799,16 +768,8 @@ spec: conditions: description: Conditions holds the conditions for the HelmRepository. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -849,12 +810,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string diff --git a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_kustomizations.kustomize.toolkit.fluxcd.io.yaml b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_kustomizations.kustomize.toolkit.fluxcd.io.yaml similarity index 95% rename from services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_kustomizations.kustomize.toolkit.fluxcd.io.yaml rename to services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_kustomizations.kustomize.toolkit.fluxcd.io.yaml index 421e0b7a6..8e5ace142 100644 --- a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_kustomizations.kustomize.toolkit.fluxcd.io.yaml +++ b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_kustomizations.kustomize.toolkit.fluxcd.io.yaml @@ -2,12 +2,12 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.16.1 labels: app.kubernetes.io/component: kustomize-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: kustomizations.kustomize.toolkit.fluxcd.io spec: group: kustomize.toolkit.fluxcd.io @@ -431,16 +431,8 @@ spec: properties: conditions: items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -481,12 +473,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -717,6 +704,8 @@ spec: required: - name type: object + required: + - secretRef type: object patches: description: |- @@ -1009,16 +998,8 @@ spec: properties: conditions: items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -1059,12 +1040,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -1637,16 +1613,8 @@ spec: properties: conditions: items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -1687,12 +1655,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string diff --git a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_ocirepositories.source.toolkit.fluxcd.io.yaml b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_ocirepositories.source.toolkit.fluxcd.io.yaml similarity index 92% rename from services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_ocirepositories.source.toolkit.fluxcd.io.yaml rename to services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_ocirepositories.source.toolkit.fluxcd.io.yaml index 756e37548..2617ca541 100644 --- a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_ocirepositories.source.toolkit.fluxcd.io.yaml +++ b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_ocirepositories.source.toolkit.fluxcd.io.yaml @@ -2,12 +2,12 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.16.1 labels: app.kubernetes.io/component: source-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: ocirepositories.source.toolkit.fluxcd.io spec: group: source.toolkit.fluxcd.io @@ -63,19 +63,16 @@ spec: CertSecretRef can be given the name of a Secret containing either or both of - - a PEM-encoded client certificate (`tls.crt`) and private key (`tls.key`); - a PEM-encoded CA certificate (`ca.crt`) - and whichever are supplied, will be used for connecting to the registry. The client cert and key are useful if you are authenticating with a certificate; the CA cert is useful if you are using a self-signed server certificate. The Secret must be of type `Opaque` or `kubernetes.io/tls`. - Note: Support for the `caFile`, `certFile` and `keyFile` keys have been deprecated. properties: @@ -135,6 +132,17 @@ spec: - azure - gcp type: string + proxySecretRef: + description: |- + ProxySecretRef specifies the Secret containing the proxy configuration + to use while communicating with the container registry. + properties: + name: + description: Name of the referent. + type: string + required: + - name + type: object ref: description: |- The OCI reference to pull and monitor for changes, @@ -306,16 +314,8 @@ spec: conditions: description: Conditions holds the conditions for the OCIRepository. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -356,12 +356,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -384,7 +379,6 @@ spec: artifact needs to be rebuilt. It has the format of `:`, for example: `sha256:`. - Deprecated: Replaced with explicit fields for observed artifact content config in the status. type: string diff --git a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_providers.notification.toolkit.fluxcd.io.yaml b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_providers.notification.toolkit.fluxcd.io.yaml similarity index 88% rename from services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_providers.notification.toolkit.fluxcd.io.yaml rename to services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_providers.notification.toolkit.fluxcd.io.yaml index de0ce7b1e..fe3219de8 100644 --- a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_providers.notification.toolkit.fluxcd.io.yaml +++ b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_providers.notification.toolkit.fluxcd.io.yaml @@ -2,12 +2,12 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.16.1 labels: app.kubernetes.io/component: notification-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: providers.notification.toolkit.fluxcd.io spec: group: notification.toolkit.fluxcd.io @@ -135,16 +135,8 @@ spec: properties: conditions: items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -185,12 +177,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -262,7 +249,6 @@ spec: CertSecretRef specifies the Secret containing a PEM-encoded CA certificate (in the `ca.crt` key). - Note: Support for the `caFile` key has been deprecated. properties: @@ -352,16 +338,8 @@ spec: conditions: description: Conditions holds the conditions for the Provider. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -402,12 +380,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -477,7 +450,6 @@ spec: CertSecretRef specifies the Secret containing a PEM-encoded CA certificate (in the `ca.crt` key). - Note: Support for the `caFile` key has been deprecated. properties: diff --git a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_receivers.notification.toolkit.fluxcd.io.yaml b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_receivers.notification.toolkit.fluxcd.io.yaml similarity index 86% rename from services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_receivers.notification.toolkit.fluxcd.io.yaml rename to services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_receivers.notification.toolkit.fluxcd.io.yaml index b0e4f93d3..4a2df06f7 100644 --- a/services/kommander-flux/2.3.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_receivers.notification.toolkit.fluxcd.io.yaml +++ b/services/kommander-flux/2.4.0/templates/apiextensions.k8s.io_v1_customresourcedefinition_receivers.notification.toolkit.fluxcd.io.yaml @@ -2,12 +2,12 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.16.1 labels: app.kubernetes.io/component: notification-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: receivers.notification.toolkit.fluxcd.io spec: group: notification.toolkit.fluxcd.io @@ -163,16 +163,8 @@ spec: conditions: description: Conditions holds the conditions for the Receiver. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -213,12 +205,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -339,6 +326,7 @@ spec: minLength: 1 type: string required: + - kind - name type: object type: array @@ -377,6 +365,7 @@ spec: type: string required: - resources + - secretRef - type type: object status: @@ -386,16 +375,8 @@ spec: properties: conditions: items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -436,12 +417,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string @@ -602,6 +578,7 @@ spec: type: string required: - resources + - secretRef - type type: object status: @@ -612,16 +589,8 @@ spec: conditions: description: Conditions holds the conditions for the Receiver. items: - description: "Condition contains details for one aspect of the current - state of this API Resource.\n---\nThis struct is intended for - direct use as an array at the field path .status.conditions. For - example,\n\n\n\ttype FooStatus struct{\n\t // Represents the - observations of a foo's current state.\n\t // Known .status.conditions.type - are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // - +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t - \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" - patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t - \ // other fields\n\t}" + description: Condition contains details for one aspect of the current + state of this API Resource. properties: lastTransitionTime: description: |- @@ -662,12 +631,7 @@ spec: - Unknown type: string type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - --- - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + description: type of condition in CamelCase or in foo.example.com/CamelCase. maxLength: 316 pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ type: string diff --git a/services/kommander-flux/2.3.0/templates/apps_v1_deployment_helm-controller.yaml b/services/kommander-flux/2.4.0/templates/apps_v1_deployment_helm-controller.yaml similarity index 96% rename from services/kommander-flux/2.3.0/templates/apps_v1_deployment_helm-controller.yaml rename to services/kommander-flux/2.4.0/templates/apps_v1_deployment_helm-controller.yaml index 2e1f1f322..e0d78d30a 100644 --- a/services/kommander-flux/2.3.0/templates/apps_v1_deployment_helm-controller.yaml +++ b/services/kommander-flux/2.4.0/templates/apps_v1_deployment_helm-controller.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: helm-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 control-plane: controller name: helm-controller namespace: kommander-flux @@ -45,7 +45,7 @@ spec: resourceFieldRef: containerName: manager resource: limits.memory - image: ghcr.io/fluxcd/helm-controller:v1.0.1 + image: ghcr.io/fluxcd/helm-controller:v1.1.0 imagePullPolicy: IfNotPresent livenessProbe: httpGet: diff --git a/services/kommander-flux/2.3.0/templates/apps_v1_deployment_kustomize-controller.yaml b/services/kommander-flux/2.4.0/templates/apps_v1_deployment_kustomize-controller.yaml similarity index 96% rename from services/kommander-flux/2.3.0/templates/apps_v1_deployment_kustomize-controller.yaml rename to services/kommander-flux/2.4.0/templates/apps_v1_deployment_kustomize-controller.yaml index 6a4c7aa5f..3883c1869 100644 --- a/services/kommander-flux/2.3.0/templates/apps_v1_deployment_kustomize-controller.yaml +++ b/services/kommander-flux/2.4.0/templates/apps_v1_deployment_kustomize-controller.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: kustomize-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 control-plane: controller name: kustomize-controller namespace: kommander-flux @@ -46,7 +46,7 @@ spec: resourceFieldRef: containerName: manager resource: limits.memory - image: ghcr.io/fluxcd/kustomize-controller:v1.3.0 + image: ghcr.io/fluxcd/kustomize-controller:v1.4.0 imagePullPolicy: IfNotPresent livenessProbe: httpGet: diff --git a/services/kommander-flux/2.3.0/templates/apps_v1_deployment_notification-controller.yaml b/services/kommander-flux/2.4.0/templates/apps_v1_deployment_notification-controller.yaml similarity index 96% rename from services/kommander-flux/2.3.0/templates/apps_v1_deployment_notification-controller.yaml rename to services/kommander-flux/2.4.0/templates/apps_v1_deployment_notification-controller.yaml index 3a5569cba..d5ffe0826 100644 --- a/services/kommander-flux/2.3.0/templates/apps_v1_deployment_notification-controller.yaml +++ b/services/kommander-flux/2.4.0/templates/apps_v1_deployment_notification-controller.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: notification-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 control-plane: controller name: notification-controller namespace: kommander-flux @@ -43,7 +43,7 @@ spec: resourceFieldRef: containerName: manager resource: limits.memory - image: ghcr.io/fluxcd/notification-controller:v1.3.0 + image: ghcr.io/fluxcd/notification-controller:v1.4.0 imagePullPolicy: IfNotPresent livenessProbe: httpGet: diff --git a/services/kommander-flux/2.3.0/templates/apps_v1_deployment_source-controller.yaml b/services/kommander-flux/2.4.0/templates/apps_v1_deployment_source-controller.yaml similarity index 96% rename from services/kommander-flux/2.3.0/templates/apps_v1_deployment_source-controller.yaml rename to services/kommander-flux/2.4.0/templates/apps_v1_deployment_source-controller.yaml index f0e028ff4..cff876ccc 100644 --- a/services/kommander-flux/2.3.0/templates/apps_v1_deployment_source-controller.yaml +++ b/services/kommander-flux/2.4.0/templates/apps_v1_deployment_source-controller.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: source-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 control-plane: controller name: source-controller namespace: kommander-flux @@ -50,7 +50,7 @@ spec: resourceFieldRef: containerName: manager resource: limits.memory - image: ghcr.io/fluxcd/source-controller:v1.3.0 + image: ghcr.io/fluxcd/source-controller:v1.4.1 imagePullPolicy: IfNotPresent livenessProbe: httpGet: diff --git a/services/kommander-flux/2.3.0/templates/kustomization.yaml b/services/kommander-flux/2.4.0/templates/kustomization.yaml similarity index 100% rename from services/kommander-flux/2.3.0/templates/kustomization.yaml rename to services/kommander-flux/2.4.0/templates/kustomization.yaml diff --git a/services/kommander-flux/2.3.0/templates/networking.k8s.io_v1_networkpolicy_allow-egress.yaml b/services/kommander-flux/2.4.0/templates/networking.k8s.io_v1_networkpolicy_allow-egress.yaml similarity index 89% rename from services/kommander-flux/2.3.0/templates/networking.k8s.io_v1_networkpolicy_allow-egress.yaml rename to services/kommander-flux/2.4.0/templates/networking.k8s.io_v1_networkpolicy_allow-egress.yaml index 805027623..0a4c86789 100644 --- a/services/kommander-flux/2.3.0/templates/networking.k8s.io_v1_networkpolicy_allow-egress.yaml +++ b/services/kommander-flux/2.4.0/templates/networking.k8s.io_v1_networkpolicy_allow-egress.yaml @@ -4,7 +4,7 @@ metadata: labels: app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: allow-egress namespace: kommander-flux spec: diff --git a/services/kommander-flux/2.3.0/templates/networking.k8s.io_v1_networkpolicy_allow-scraping.yaml b/services/kommander-flux/2.4.0/templates/networking.k8s.io_v1_networkpolicy_allow-scraping.yaml similarity index 90% rename from services/kommander-flux/2.3.0/templates/networking.k8s.io_v1_networkpolicy_allow-scraping.yaml rename to services/kommander-flux/2.4.0/templates/networking.k8s.io_v1_networkpolicy_allow-scraping.yaml index 6ea87394d..aece6cb04 100644 --- a/services/kommander-flux/2.3.0/templates/networking.k8s.io_v1_networkpolicy_allow-scraping.yaml +++ b/services/kommander-flux/2.4.0/templates/networking.k8s.io_v1_networkpolicy_allow-scraping.yaml @@ -4,7 +4,7 @@ metadata: labels: app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: allow-scraping namespace: kommander-flux spec: diff --git a/services/kommander-flux/2.3.0/templates/networking.k8s.io_v1_networkpolicy_allow-source.yaml b/services/kommander-flux/2.4.0/templates/networking.k8s.io_v1_networkpolicy_allow-source.yaml similarity index 100% rename from services/kommander-flux/2.3.0/templates/networking.k8s.io_v1_networkpolicy_allow-source.yaml rename to services/kommander-flux/2.4.0/templates/networking.k8s.io_v1_networkpolicy_allow-source.yaml diff --git a/services/kommander-flux/2.3.0/templates/networking.k8s.io_v1_networkpolicy_allow-webhooks.yaml b/services/kommander-flux/2.4.0/templates/networking.k8s.io_v1_networkpolicy_allow-webhooks.yaml similarity index 90% rename from services/kommander-flux/2.3.0/templates/networking.k8s.io_v1_networkpolicy_allow-webhooks.yaml rename to services/kommander-flux/2.4.0/templates/networking.k8s.io_v1_networkpolicy_allow-webhooks.yaml index f09b4493e..a3499a434 100644 --- a/services/kommander-flux/2.3.0/templates/networking.k8s.io_v1_networkpolicy_allow-webhooks.yaml +++ b/services/kommander-flux/2.4.0/templates/networking.k8s.io_v1_networkpolicy_allow-webhooks.yaml @@ -4,7 +4,7 @@ metadata: labels: app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: allow-webhooks namespace: kommander-flux spec: diff --git a/services/kommander-flux/2.3.0/templates/rbac.authorization.k8s.io_v1_clusterrole_crd-controller-kommander-flux.yaml b/services/kommander-flux/2.4.0/templates/rbac.authorization.k8s.io_v1_clusterrole_crd-controller-kommander-flux.yaml similarity index 97% rename from services/kommander-flux/2.3.0/templates/rbac.authorization.k8s.io_v1_clusterrole_crd-controller-kommander-flux.yaml rename to services/kommander-flux/2.4.0/templates/rbac.authorization.k8s.io_v1_clusterrole_crd-controller-kommander-flux.yaml index 0805da3fe..690539f55 100644 --- a/services/kommander-flux/2.3.0/templates/rbac.authorization.k8s.io_v1_clusterrole_crd-controller-kommander-flux.yaml +++ b/services/kommander-flux/2.4.0/templates/rbac.authorization.k8s.io_v1_clusterrole_crd-controller-kommander-flux.yaml @@ -4,7 +4,7 @@ metadata: labels: app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: crd-controller-kommander-flux rules: - apiGroups: diff --git a/services/kommander-flux/2.3.0/templates/rbac.authorization.k8s.io_v1_clusterrole_flux-edit-kommander-flux.yaml b/services/kommander-flux/2.4.0/templates/rbac.authorization.k8s.io_v1_clusterrole_flux-edit-kommander-flux.yaml similarity index 93% rename from services/kommander-flux/2.3.0/templates/rbac.authorization.k8s.io_v1_clusterrole_flux-edit-kommander-flux.yaml rename to services/kommander-flux/2.4.0/templates/rbac.authorization.k8s.io_v1_clusterrole_flux-edit-kommander-flux.yaml index b489698b6..0464f3f0f 100644 --- a/services/kommander-flux/2.3.0/templates/rbac.authorization.k8s.io_v1_clusterrole_flux-edit-kommander-flux.yaml +++ b/services/kommander-flux/2.4.0/templates/rbac.authorization.k8s.io_v1_clusterrole_flux-edit-kommander-flux.yaml @@ -4,7 +4,7 @@ metadata: labels: app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 rbac.authorization.k8s.io/aggregate-to-admin: "true" rbac.authorization.k8s.io/aggregate-to-edit: "true" name: flux-edit-kommander-flux diff --git a/services/kommander-flux/2.3.0/templates/rbac.authorization.k8s.io_v1_clusterrole_flux-view-kommander-flux.yaml b/services/kommander-flux/2.4.0/templates/rbac.authorization.k8s.io_v1_clusterrole_flux-view-kommander-flux.yaml similarity index 93% rename from services/kommander-flux/2.3.0/templates/rbac.authorization.k8s.io_v1_clusterrole_flux-view-kommander-flux.yaml rename to services/kommander-flux/2.4.0/templates/rbac.authorization.k8s.io_v1_clusterrole_flux-view-kommander-flux.yaml index a7954f807..2fe4423e0 100644 --- a/services/kommander-flux/2.3.0/templates/rbac.authorization.k8s.io_v1_clusterrole_flux-view-kommander-flux.yaml +++ b/services/kommander-flux/2.4.0/templates/rbac.authorization.k8s.io_v1_clusterrole_flux-view-kommander-flux.yaml @@ -4,7 +4,7 @@ metadata: labels: app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 rbac.authorization.k8s.io/aggregate-to-admin: "true" rbac.authorization.k8s.io/aggregate-to-edit: "true" rbac.authorization.k8s.io/aggregate-to-view: "true" diff --git a/services/kommander-flux/2.3.0/templates/rbac.authorization.k8s.io_v1_clusterrolebinding_cluster-reconciler-kommander-flux.yaml b/services/kommander-flux/2.4.0/templates/rbac.authorization.k8s.io_v1_clusterrolebinding_cluster-reconciler-kommander-flux.yaml similarity index 92% rename from services/kommander-flux/2.3.0/templates/rbac.authorization.k8s.io_v1_clusterrolebinding_cluster-reconciler-kommander-flux.yaml rename to services/kommander-flux/2.4.0/templates/rbac.authorization.k8s.io_v1_clusterrolebinding_cluster-reconciler-kommander-flux.yaml index 217aa13ba..18acc819c 100644 --- a/services/kommander-flux/2.3.0/templates/rbac.authorization.k8s.io_v1_clusterrolebinding_cluster-reconciler-kommander-flux.yaml +++ b/services/kommander-flux/2.4.0/templates/rbac.authorization.k8s.io_v1_clusterrolebinding_cluster-reconciler-kommander-flux.yaml @@ -4,7 +4,7 @@ metadata: labels: app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: cluster-reconciler-kommander-flux roleRef: apiGroup: rbac.authorization.k8s.io diff --git a/services/kommander-flux/2.3.0/templates/rbac.authorization.k8s.io_v1_clusterrolebinding_crd-controller-kommander-flux.yaml b/services/kommander-flux/2.4.0/templates/rbac.authorization.k8s.io_v1_clusterrolebinding_crd-controller-kommander-flux.yaml similarity index 95% rename from services/kommander-flux/2.3.0/templates/rbac.authorization.k8s.io_v1_clusterrolebinding_crd-controller-kommander-flux.yaml rename to services/kommander-flux/2.4.0/templates/rbac.authorization.k8s.io_v1_clusterrolebinding_crd-controller-kommander-flux.yaml index 5b4b1e874..a06eaac41 100644 --- a/services/kommander-flux/2.3.0/templates/rbac.authorization.k8s.io_v1_clusterrolebinding_crd-controller-kommander-flux.yaml +++ b/services/kommander-flux/2.4.0/templates/rbac.authorization.k8s.io_v1_clusterrolebinding_crd-controller-kommander-flux.yaml @@ -4,7 +4,7 @@ metadata: labels: app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: crd-controller-kommander-flux roleRef: apiGroup: rbac.authorization.k8s.io diff --git a/services/kommander-flux/2.3.0/templates/v1_namespace_kommander-flux.yaml b/services/kommander-flux/2.4.0/templates/v1_namespace_kommander-flux.yaml similarity index 87% rename from services/kommander-flux/2.3.0/templates/v1_namespace_kommander-flux.yaml rename to services/kommander-flux/2.4.0/templates/v1_namespace_kommander-flux.yaml index 8c7c4dfe6..ba1660f0c 100644 --- a/services/kommander-flux/2.3.0/templates/v1_namespace_kommander-flux.yaml +++ b/services/kommander-flux/2.4.0/templates/v1_namespace_kommander-flux.yaml @@ -4,7 +4,7 @@ metadata: labels: app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 pod-security.kubernetes.io/warn: restricted pod-security.kubernetes.io/warn-version: latest name: kommander-flux diff --git a/services/kommander-flux/2.3.0/templates/v1_resourcequota_critical-pods-kommander-flux.yaml b/services/kommander-flux/2.4.0/templates/v1_resourcequota_critical-pods-kommander-flux.yaml similarity index 91% rename from services/kommander-flux/2.3.0/templates/v1_resourcequota_critical-pods-kommander-flux.yaml rename to services/kommander-flux/2.4.0/templates/v1_resourcequota_critical-pods-kommander-flux.yaml index 2698ccc2d..a769263bc 100644 --- a/services/kommander-flux/2.3.0/templates/v1_resourcequota_critical-pods-kommander-flux.yaml +++ b/services/kommander-flux/2.4.0/templates/v1_resourcequota_critical-pods-kommander-flux.yaml @@ -4,7 +4,7 @@ metadata: labels: app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: critical-pods-kommander-flux namespace: kommander-flux spec: diff --git a/services/kommander-flux/2.3.0/templates/v1_service_notification-controller.yaml b/services/kommander-flux/2.4.0/templates/v1_service_notification-controller.yaml similarity index 91% rename from services/kommander-flux/2.3.0/templates/v1_service_notification-controller.yaml rename to services/kommander-flux/2.4.0/templates/v1_service_notification-controller.yaml index 1eac0e645..8d5bd49bd 100644 --- a/services/kommander-flux/2.3.0/templates/v1_service_notification-controller.yaml +++ b/services/kommander-flux/2.4.0/templates/v1_service_notification-controller.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: notification-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 control-plane: controller name: notification-controller namespace: kommander-flux diff --git a/services/kommander-flux/2.3.0/templates/v1_service_source-controller.yaml b/services/kommander-flux/2.4.0/templates/v1_service_source-controller.yaml similarity index 91% rename from services/kommander-flux/2.3.0/templates/v1_service_source-controller.yaml rename to services/kommander-flux/2.4.0/templates/v1_service_source-controller.yaml index cedcf74e0..cd5d0370d 100644 --- a/services/kommander-flux/2.3.0/templates/v1_service_source-controller.yaml +++ b/services/kommander-flux/2.4.0/templates/v1_service_source-controller.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: source-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 control-plane: controller name: source-controller namespace: kommander-flux diff --git a/services/kommander-flux/2.3.0/templates/v1_service_webhook-receiver.yaml b/services/kommander-flux/2.4.0/templates/v1_service_webhook-receiver.yaml similarity index 91% rename from services/kommander-flux/2.3.0/templates/v1_service_webhook-receiver.yaml rename to services/kommander-flux/2.4.0/templates/v1_service_webhook-receiver.yaml index d784af4c1..f08fcc231 100644 --- a/services/kommander-flux/2.3.0/templates/v1_service_webhook-receiver.yaml +++ b/services/kommander-flux/2.4.0/templates/v1_service_webhook-receiver.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/component: notification-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 control-plane: controller name: webhook-receiver namespace: kommander-flux diff --git a/services/kommander-flux/2.3.0/templates/v1_serviceaccount_helm-controller.yaml b/services/kommander-flux/2.4.0/templates/v1_serviceaccount_helm-controller.yaml similarity index 86% rename from services/kommander-flux/2.3.0/templates/v1_serviceaccount_helm-controller.yaml rename to services/kommander-flux/2.4.0/templates/v1_serviceaccount_helm-controller.yaml index d90b6f833..fc01727b2 100644 --- a/services/kommander-flux/2.3.0/templates/v1_serviceaccount_helm-controller.yaml +++ b/services/kommander-flux/2.4.0/templates/v1_serviceaccount_helm-controller.yaml @@ -5,6 +5,6 @@ metadata: app.kubernetes.io/component: helm-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: helm-controller namespace: kommander-flux diff --git a/services/kommander-flux/2.3.0/templates/v1_serviceaccount_kustomize-controller.yaml b/services/kommander-flux/2.4.0/templates/v1_serviceaccount_kustomize-controller.yaml similarity index 86% rename from services/kommander-flux/2.3.0/templates/v1_serviceaccount_kustomize-controller.yaml rename to services/kommander-flux/2.4.0/templates/v1_serviceaccount_kustomize-controller.yaml index 4b4d9968c..a3e6b10c7 100644 --- a/services/kommander-flux/2.3.0/templates/v1_serviceaccount_kustomize-controller.yaml +++ b/services/kommander-flux/2.4.0/templates/v1_serviceaccount_kustomize-controller.yaml @@ -5,6 +5,6 @@ metadata: app.kubernetes.io/component: kustomize-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: kustomize-controller namespace: kommander-flux diff --git a/services/kommander-flux/2.3.0/templates/v1_serviceaccount_notification-controller.yaml b/services/kommander-flux/2.4.0/templates/v1_serviceaccount_notification-controller.yaml similarity index 87% rename from services/kommander-flux/2.3.0/templates/v1_serviceaccount_notification-controller.yaml rename to services/kommander-flux/2.4.0/templates/v1_serviceaccount_notification-controller.yaml index 9ebea38ea..8d5b44f10 100644 --- a/services/kommander-flux/2.3.0/templates/v1_serviceaccount_notification-controller.yaml +++ b/services/kommander-flux/2.4.0/templates/v1_serviceaccount_notification-controller.yaml @@ -5,6 +5,6 @@ metadata: app.kubernetes.io/component: notification-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: notification-controller namespace: kommander-flux diff --git a/services/kommander-flux/2.3.0/templates/v1_serviceaccount_source-controller.yaml b/services/kommander-flux/2.4.0/templates/v1_serviceaccount_source-controller.yaml similarity index 86% rename from services/kommander-flux/2.3.0/templates/v1_serviceaccount_source-controller.yaml rename to services/kommander-flux/2.4.0/templates/v1_serviceaccount_source-controller.yaml index baa860fa6..efdf40376 100644 --- a/services/kommander-flux/2.3.0/templates/v1_serviceaccount_source-controller.yaml +++ b/services/kommander-flux/2.4.0/templates/v1_serviceaccount_source-controller.yaml @@ -5,6 +5,6 @@ metadata: app.kubernetes.io/component: source-controller app.kubernetes.io/instance: kommander-flux app.kubernetes.io/part-of: flux - app.kubernetes.io/version: v2.3.0 + app.kubernetes.io/version: v2.4.0 name: source-controller namespace: kommander-flux