Skip to content

Commit

Permalink
Add operator-sdk 1.33
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Dec 20, 2023
1 parent 27805d9 commit 50dd278
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions overlays/openshift.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ in
# Operator SDK
inherit (super.callPackage ../packages/operator-sdk.nix { })
operator-sdk_1
operator-sdk_1_33
operator-sdk_1_32
operator-sdk_1_31
operator-sdk_1_30
Expand Down
8 changes: 7 additions & 1 deletion packages/operator-sdk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ rec {
sha256 = "sha256-sWnHx9IKwr6um9YlrF2ULQ7HZo0TNC4MpWHTVpmWqFs=";
vendorHash = "sha256-Gl0LUlMLeku2B5DkWpzeoXfMLb/OnOx4Urw4RF4cuTQ=";
};
operator-sdk_1 = operator-sdk_1_32;
operator-sdk_1_33 = makeOverridable operatorSdkGen {
version = "1.33.0";
k8sVersion = "1.27";
sha256 = "sha256-Q8G/B9apvjvW45WSPXHSn6e5mZSsahNl6ymfguOeSa0=";
vendorHash = "sha256-WoebO6RDwDyflXwHTJxRLAyNpmic2gahIaLO/i6Q1cc=";
};
operator-sdk_1 = operator-sdk_1_33;
operator-sdk = operator-sdk_1;
}

0 comments on commit 50dd278

Please sign in to comment.