Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
Kind, kind node image, setup-helm and kind-action, plus Astarte deps.

Signed-off-by: Arnaldo Cesco <arnaldo.cesco@secomind.com>
  • Loading branch information
Annopaolo committed Feb 29, 2024
1 parent 58b4730 commit fa57308
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ inputs:
required: false
default: "astarte"
astarte_chart_version:
description: "The Astarte Operator Helm Chart version to use. Defaults to ^22.11.00"
description: "The Astarte Operator Helm Chart version to use. Defaults to ^23.5.1"
required: false
default: "^22.11.01"
default: "^23.5.1"
astarte_version:
description: "The Astarte version to install. This will match both the Operator and Astarte version. Defaults to 1.0.4"
description: "The Astarte version to install. Defaults to ^1.1.1"
required: false
default: "1.1.0"
default: "^1.1.1"
astarte_realm:
description: "The Astarte realm to create. Defaults to `test`. If empty, no realm will be created and the realm_key output will be empty."
required: false
default: "test"
kind_version:
description: "KinD version to use. It is advised to leave the default unless you're trying to use a very specific Astarte version"
required: false
default: "v0.17.0"
default: "v0.22.0"
kind_node_image:
description: "KinD node to use. It is advised to leave the default unless you're trying to use a very specific Astarte version"
required: false
default: "kindest/node:v1.24.7@sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315"
default: "kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245"

outputs:
housekeeping_key:
Expand All @@ -43,9 +43,9 @@ runs:
using: "composite"
steps:
- name: Setup Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v4
with:
version: v3.7.2
version: v4.0.0
- name: Set nf_conntrack_max value
shell: bash
# This step is required to avoid CrashLoopBackOff for kube-proxy
Expand All @@ -58,7 +58,7 @@ runs:
- name: Setup custom host for Astarte autotest Broker
shell: bash
run: echo "127.0.0.1 broker.autotest.astarte-platform.org" | sudo tee -a /etc/hosts
- uses: helm/kind-action@v1.2.0
- uses: helm/kind-action@v1.9.0
with:
version: ${{ inputs.kind_version }}
node_image: ${{ inputs.kind_node_image }}
Expand Down
4 changes: 2 additions & 2 deletions setup-astarte.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

tmp_dir=$(mktemp -d -t ci-XXXXXXXXXX)
cd $tmp_dir
wget -q https://github.com/astarte-platform/astartectl/releases/download/v22.11.04/astartectl_22.11.04_linux_x86_64.tar.gz
tar xf astartectl_22.11.04_linux_x86_64.tar.gz
wget -q https://github.com/astarte-platform/astartectl/releases/download/v23.5.0/astartectl_23.5.0_linux_x86_64.tar.gz
tar xf astartectl_23.5.0_linux_x86_64.tar.gz
chmod +x astartectl
cd -

Expand Down

0 comments on commit fa57308

Please sign in to comment.