Skip to content

Commit

Permalink
Update to latest kubernetes-json-schema
Browse files Browse the repository at this point in the history
Update to the latest version of the kubernetes-json-schema store, and
generate all the missing Nickel contracts from v1.29.4 to v1.31.0
  • Loading branch information
yannham committed Sep 10, 2024
1 parent 537ce96 commit 50e7f73
Show file tree
Hide file tree
Showing 12,367 changed files with 19,611,494 additions and 3 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
k8sSchemasRepo = pkgs.fetchFromGitHub {
owner = "yannh";
repo = "kubernetes-json-schema";
rev = "f8b907d7210830dfecbf976c2ba3c849bcf0cace";
hash = "sha256-Vd3iHeB7LvFDNu+m/RE2P6zgRhNJemiE+j1AAuc6swo=";
rev = "f5e9af7e64b63484e2bf2ee28afee3f3f8e2e9b1";
hash = "sha256-mVE7bHSGoM9XtVmRMEqRDtJ3IRMA1TjtiQRllH6Yrus=";
};

k8sSchemas = { version ? latestK8sVersion }: k8sSchemasRepo + "/${version}-standalone-strict";
Expand Down Expand Up @@ -69,7 +69,7 @@

json-schema-bundler = (pkgs.callPackage ./json-schema-bundler { }).package;

latestK8sVersion = "v1.29.3";
latestK8sVersion = "v1.31.0";
in
{
packages =
Expand Down
Loading

0 comments on commit 50e7f73

Please sign in to comment.