Skip to content

Commit

Permalink
Add operator-sdk 1.34.x
Browse files Browse the repository at this point in the history
Closes #111
Closes #108

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
  • Loading branch information
vdemeester committed Mar 22, 2024
1 parent 4489ff4 commit c7d226a
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_34
operator-sdk_1_33
operator-sdk_1_32
operator-sdk_1_31
Expand Down
8 changes: 7 additions & 1 deletion packages/operator-sdk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ rec {
sha256 = "sha256-Q8G/B9apvjvW45WSPXHSn6e5mZSsahNl6ymfguOeSa0=";
vendorHash = "sha256-WoebO6RDwDyflXwHTJxRLAyNpmic2gahIaLO/i6Q1cc=";
};
operator-sdk_1 = operator-sdk_1_33;
operator-sdk_1_34 = makeOverridable operatorSdkGen {
version = "1.34.1";
k8sVersion = "1.28";
sha256 = "sha256-3S7jR76b9MZpqn4Hj9yhjfravBk1PiESJEbG5XR4tnI=";
vendorHash = "sha256-YspUrnSS6d8Ta8dmUjx9A5D/V5Bqm08DQJrRBaIGyQg=";
};
operator-sdk_1 = operator-sdk_1_34;
operator-sdk = operator-sdk_1;
}

0 comments on commit c7d226a

Please sign in to comment.