Skip to content

Commit

Permalink
fix docs href and kubectl version
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Feb 8, 2024
1 parent 084a56e commit 2773f72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ rec {
env = pkgs.buildEnv {
name = "wire-server-deploy";
paths = with pkgs; [
pythonForAnsible
ansible_2_15
pythonForAnsible
jmespath
apacheHttpd
awscli2
Expand Down
2 changes: 1 addition & 1 deletion nix/pkgs/kubernetes-tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildGoModule rec {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
hash = "sha256-dLbKzPBMN8w+BA3lQUq6uYr+QoXGMm6SKaWGbYBTH0A=";
hash = "sha256-7juoX4nFvQbIIbhTlnIYVUEYUJGwu+aKrpw4ltujjXI=";
};

vendorSha256 = null;
Expand Down
2 changes: 1 addition & 1 deletion nix/pkgs/wire-binaries.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let
image_arch = "amd64";

# These values are manually kept in sync with:
# https://github.com/kubernetes-sigs/kubespray/blob/release-2.20/roles/download/defaults/main.yml
# https://github.com/kubernetes-sigs/kubespray/blob/release-2.24/roles/kubespray-defaults/defaults/main/download.yml
# TODO: Find a better process. Automate this!
kube_version = "v1.28.2";
etcd_version = "v3.5.9";
Expand Down
2 changes: 1 addition & 1 deletion offline/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rm -r binaries

function list-system-containers() {
# These are manually updated with values from
# https://github.com/kubernetes-sigs/kubespray/blob/release-2.15/roles/download/defaults/main.yml
# https://github.com/kubernetes-sigs/kubespray/blob/release-2.24/roles/kubespray-defaults/defaults/main/download.yml
# TODO: Automate this. This is very wieldy :)
cat <<EOF
registry.k8s.io/pause:3.9
Expand Down

0 comments on commit 2773f72

Please sign in to comment.