Skip to content

Commit

Permalink
Bump versions used in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Dec 11, 2023
1 parent 36e12e4 commit ff4d592
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/actions/chart-testing-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ branding:
icon: anchor
inputs:
version:
description: "The chart-testing version to install (default: v3.7.1)"
description: "The chart-testing version to install"
required: false
default: v3.7.1
default: v3.10.1
yamllint_version:
description: "The yamllint version to install (default: 1.27.1)"
description: "The yamllint version to install"
required: false
default: '1.27.1'
default: '1.33.0'
yamale_version:
description: "The yamale version to install (default: 3.0.4)"
description: "The yamale version to install"
required: false
default: '3.0.4'
default: '4.0.4'
runs:
using: composite
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pulsar-helm-chart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: ${{ needs.preconditions.outputs.docs_only != 'true' }}
steps:
- name: Set up Go 1.12
uses: actions/setup-go@v1
uses: actions/setup-go@v4
with:
go-version: 1.12
id: go
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
uses: azure/setup-helm@v3
with:
version: v3.10.0
version: v3.12.3

- name: Set up Python
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
# install k9s on the fly
if [ ! -x /usr/local/bin/k9s ]; then
echo "Installing k9s..."
curl -L -s https://github.com/derailed/k9s/releases/download/v0.27.4/k9s_Linux_amd64.tar.gz | sudo tar xz -C /usr/local/bin k9s
curl -L -s https://github.com/derailed/k9s/releases/download/v0.29.1/k9s_Linux_amd64.tar.gz | sudo tar xz -C /usr/local/bin k9s
fi
command k9s "$@"
}
Expand Down
2 changes: 1 addition & 1 deletion hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ OUTPUT_BIN=${OUTPUT}/bin
: "${KUBECTL_VERSION:=1.21.14}"
KUBECTL_BIN=$OUTPUT_BIN/kubectl
HELM_BIN=$OUTPUT_BIN/helm
: "${HELM_VERSION:=3.12.0}"
: "${HELM_VERSION:=3.12.3}"
: "${KIND_VERSION:=0.20.0}"
KIND_BIN=$OUTPUT_BIN/kind
CR_BIN=$OUTPUT_BIN/cr
Expand Down

0 comments on commit ff4d592

Please sign in to comment.