Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion argodeploy/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#VER=$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
VER='v1.23.5'
VER='v1.26.15'
echo -n "Installing Kubectl@${VER}..."
curl -sSLO https://storage.googleapis.com/kubernetes-release/release/${VER}/bin/linux/amd64/kubectl
chmod +x ./kubectl
Expand Down
2 changes: 1 addition & 1 deletion deploy/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#VER=$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
VER='v1.23.5'
VER='v1.26.15'
echo -n "Installing Kubectl@${VER}..."
curl -sSLO https://storage.googleapis.com/kubernetes-release/release/${VER}/bin/linux/amd64/kubectl
chmod +x ./kubectl
Expand Down
8 changes: 4 additions & 4 deletions manifest-validation/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ inputs:
runs:
using: "composite"
steps:
- uses: yokawasa/action-setup-kube-tools@v0.7.1
- uses: yokawasa/action-setup-kube-tools@v0.11.1
with:
kubectl: "1.21.5"
kustomize: "4.5.2"
kubectl: "1.26.15"
kustomize: "4.5.7"
kubeval: "0.16.1"
conftest: "0.30.0"
conftest: "0.39.0"
- run: ${{ github.action_path }}/validate_manifests.sh ${{ inputs.path }}
shell: bash
id: validate_manifests
Expand Down