We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90f325 commit a2925deCopy full SHA for a2925de
.github/actions/deploy-aerolab/action.yml
@@ -5,7 +5,7 @@ inputs:
5
aerospike_version:
6
description: "Aerospike version for cluster creation"
7
required: false
8
- default: "8.1.0.1"
+ default: "8.1.0.1c"
9
nodes:
10
description: "Number of cluster nodes"
11
.github/workflows/build-multi-node.yml
@@ -6,7 +6,7 @@ on:
description: "Aerolab/Aerospike version"
12
@@ -27,7 +27,7 @@ on:
27
28
env:
29
# defaults to use against workflow triggered through cron
30
- AEROSPIKE_VERSION: 8.1.0.1
+ AEROSPIKE_VERSION: 8.1.0.1c
31
NODES: 3
32
CLUSTER_NAME: ce
33
RUNNER_VERSION: ubuntu-24.04
0 commit comments