Skip to content

Commit

Permalink
fix(ci): wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Aug 19, 2023
1 parent 4468777 commit 5837723
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci/version-lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ coredns_version=1.11.1

# Utils Version
cfctl_version=v0.15.5+9001
kubeseal_version=0.23.0
kubeseal_version=0.23.1
helm_version=v3.12.3
etcdctl_version=v3.5.9

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v2
with:
version: ^7.1.1
version: latest

- name: Use Node.js 16
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*
cache: 'pnpm'
cache-dependency-path: web/pnpm-lock.yaml

Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-env
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export KUBECTL

KUBESEAL="$(command -v kubeseal)"
if ! [ -x "$KUBESEAL" ]; then
KUBESEAL_VERSION=0.23.0
KUBESEAL_VERSION=0.23.1
echo "kubeseal could not be found. Downloading it locally in ./bin."
rm -f ./bin/kubeseal
curl -fsSL "https://github.com/bitnami-labs/sealed-secrets/releases/download/v${KUBESEAL_VERSION}/kubeseal-${KUBESEAL_VERSION}-${os}-${architecture}.tar.gz" | tar -zxvf - kubeseal
Expand Down

0 comments on commit 5837723

Please sign in to comment.