Skip to content

Commit

Permalink
Merge pull request #3322 from kschumy/update-eks-d-1.24-23
Browse files Browse the repository at this point in the history
Updated EKS-D to v1-24-eks-23
  • Loading branch information
stmcginnis authored Aug 4, 2023
2 parents 8657e15 + 0af3de2 commit b437756
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/kubernetes-1.24/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ path = "../packages.rs"
package-name = "kubernetes-1.24"

[[package.metadata.build-package.external-files]]
url = "https://distro.eks.amazonaws.com/kubernetes-1-24/releases/20/artifacts/kubernetes/v1.24.15/kubernetes-src.tar.gz"
sha512 = "6b116aadba6d83cf92b0ecf4c454e51e1eaba669b13a1d067a4a0ff65762d0e97c94afefb46073592befe39b24848a0d7271648a1729345f6be0edb442dcb67d"
url = "https://distro.eks.amazonaws.com/kubernetes-1-24/releases/23/artifacts/kubernetes/v1.24.16/kubernetes-src.tar.gz"
sha512 = "e3b3f5a6708c77419b7ba8fd9a9bbb2a1ca3df7f198a7f80246a09473ff7b80b7dc750637d635d4d7f2f7bf301324b22df08ee0e3cd35d83be8d8ca5ebeabb5c"
# RPM BuildRequires
[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
4 changes: 2 additions & 2 deletions packages/kubernetes-1.24/kubernetes-1.24.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%global gorepo kubernetes
%global goimport %{goproject}/%{gorepo}

%global gover 1.24.15
%global gover 1.24.16
%global rpmver %{gover}

%global _dwz_low_mem_die_limit 0
Expand All @@ -32,7 +32,7 @@ Summary: Container cluster management
# base Apache-2.0, third_party Apache-2.0 AND BSD-3-Clause
License: Apache-2.0 AND BSD-3-Clause
URL: https://%{goimport}
Source0: https://distro.eks.amazonaws.com/kubernetes-1-24/releases/20/artifacts/kubernetes/v%{gover}/kubernetes-src.tar.gz
Source0: https://distro.eks.amazonaws.com/kubernetes-1-24/releases/23/artifacts/kubernetes/v%{gover}/kubernetes-src.tar.gz
Source1: kubelet.service
Source2: kubelet-env
Source3: kubelet-config
Expand Down

0 comments on commit b437756

Please sign in to comment.