Skip to content

Commit

Permalink
chore: Bump kubernetes-sigs/karpenter to latest (#5670)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Feb 16, 2024
1 parent 949decb commit a5fabcf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
knative.dev/pkg v0.0.0-20231010144348-ca8c009405dd
sigs.k8s.io/controller-runtime v0.17.1
sigs.k8s.io/karpenter v0.34.1-0.20240209214406-0ac0ff583d94
sigs.k8s.io/karpenter v0.34.1-0.20240215201436-15bb262fa130
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,8 @@ sigs.k8s.io/controller-runtime v0.17.1 h1:V1dQELMGVk46YVXXQUbTFujU7u4DQj6YUj9Rb6
sigs.k8s.io/controller-runtime v0.17.1/go.mod h1:+MngTvIQQQhfXtwfdGw/UOQ/aIaqsYywfCINOtwMO/s=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
sigs.k8s.io/karpenter v0.34.1-0.20240209214406-0ac0ff583d94 h1:t6g5w1SMiB3vD2XPah3gmjTG6JqEggK1oSmjac1bWNo=
sigs.k8s.io/karpenter v0.34.1-0.20240209214406-0ac0ff583d94/go.mod h1:3eBol/ltKkvJ0heLDFRUx94olkDC1ICiX3CqvwlQtHU=
sigs.k8s.io/karpenter v0.34.1-0.20240215201436-15bb262fa130 h1:v32NPT5Vup3jQOnBV5qbKkH8lmrkPmcu7ES7R+mBd8c=
sigs.k8s.io/karpenter v0.34.1-0.20240215201436-15bb262fa130/go.mod h1:9SKzdbyklbaYTYkylwGQuq0vZoZ2TA9WTG8Ad9UtUyY=
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4=
sigs.k8s.io/structured-merge-diff/v4 v4.4.1/go.mod h1:N8hJocpFajUSSeSJ9bOZ77VzejKZaXsTtZo4/u7Io08=
sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/crds/karpenter.sh_nodepools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
type: array
x-kubernetes-validations:
- message: '''schedule'' must be set with ''duration'''
rule: '!self.all(x, (has(x.schedule) && !has(x.duration)) || (!has(x.schedule) && has(x.duration)))'
rule: self.all(x, has(x.schedule) == has(x.duration))
consolidateAfter:
description: |-
ConsolidateAfter is the duration the controller will wait
Expand Down

0 comments on commit a5fabcf

Please sign in to comment.