Skip to content

Commit

Permalink
Updated EKS-D to 1.26-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirsten Schumy committed Jun 27, 2023
1 parent d5c1756 commit 418d726
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.26/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ path = "/dev/null"
package-name = "kubernetes-1.26"

[[package.metadata.build-package.external-files]]
url = "https://distro.eks.amazonaws.com/kubernetes-1-26/releases/9/artifacts/kubernetes/v1.26.4/kubernetes-src.tar.gz"
sha512 = "167612d66f3d5cefd3eab5be722506ae326d8726617b91230858dab9b64f4e9a8ef1cb419899ad6be27f0752fb9748bc6df8abe1c21070717d82993bd6f9eb60"
url = "https://distro.eks.amazonaws.com/kubernetes-1-26/releases/12/artifacts/kubernetes/v1.26.6/kubernetes-src.tar.gz"
sha512 = "dc318e8a4ad6985c0d347c30b5589a2e52b710ae1efd39b1a06a6fd276203c915b3656a0a7f28380abaf5a37540fdddd0a5c92a91df63f14d8ba55d7b83fbdc6"
# RPM BuildRequires
[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
4 changes: 2 additions & 2 deletions packages/kubernetes-1.26/kubernetes-1.26.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.26.4
%global gover 1.26.6
%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-26/releases/9/artifacts/kubernetes/v%{gover}/kubernetes-src.tar.gz
Source0: https://distro.eks.amazonaws.com/kubernetes-1-26/releases/12/artifacts/kubernetes/v%{gover}/kubernetes-src.tar.gz
Source1: kubelet.service
Source2: kubelet-env
Source3: kubelet-config
Expand Down

0 comments on commit 418d726

Please sign in to comment.