Skip to content

Commit

Permalink
Updated to EKS-D 1.25-13
Browse files Browse the repository at this point in the history
  • Loading branch information
kschumy committed May 12, 2023
1 parent 9ee2dda commit 3f109a2
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.25/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ path = "pkg.rs"
package-name = "kubernetes-1.25"

[[package.metadata.build-package.external-files]]
url = "https://distro.eks.amazonaws.com/kubernetes-1-25/releases/10/artifacts/kubernetes/v1.25.8/kubernetes-src.tar.gz"
sha512 = "5ef45379d094cf7e0a03ee77a8dd13c1c5d0b41c13b3cdb41985e07e273aa727a912e079e0a0a0b1d39073dd79f3fb0a0ad8cff279347a46a0571db29c88714f"
url = "https://distro.eks.amazonaws.com/kubernetes-1-25/releases/13/artifacts/kubernetes/v1.25.9/kubernetes-src.tar.gz"
sha512 = "628e45caa6b100f897d888db84d543b0eed33ca6409b9d13c842d33ea0e183d94482f160b301556926c213b3a7fe7962fb6b2f48777d6f199efee32f649880c4"
# RPM BuildRequires
[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
4 changes: 2 additions & 2 deletions packages/kubernetes-1.25/kubernetes-1.25.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.25.8
%global gover 1.25.9
%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-25/releases/10/artifacts/kubernetes/v%{gover}/kubernetes-src.tar.gz
Source0: https://distro.eks.amazonaws.com/kubernetes-1-25/releases/13/artifacts/kubernetes/v%{gover}/kubernetes-src.tar.gz
Source1: kubelet.service
Source2: kubelet-env
Source3: kubelet-config
Expand Down

0 comments on commit 3f109a2

Please sign in to comment.