File tree 4 files changed +98
-87
lines changed
4 files changed +98
-87
lines changed Original file line number Diff line number Diff line change 1
1
name : ' Setup env'
2
2
description : ' Greet someone'
3
3
inputs :
4
- install-chaos :
4
+ install-chaos :
5
5
description : ' Setup ChaosMesh'
6
6
required : true
7
7
default : false
@@ -18,18 +18,18 @@ runs:
18
18
- name : setup cluster
19
19
shell : bash
20
20
run : |
21
- curl -Lo /tmp/kind https://kind.sigs.k8s.io/dl/v0.23 .0/kind-linux-amd64
21
+ curl -Lo /tmp/kind https://kind.sigs.k8s.io/dl/v0.24 .0/kind-linux-amd64
22
22
chmod +x /tmp/kind
23
23
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
24
24
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
25
25
rm -f kubectl
26
26
sudo apt update
27
27
sudo apt-get install -y ldap-utils
28
- /tmp/kind create cluster --config=$GITHUB_WORKSPACE/.bin/kind-conf.yml --image=kindest/node:v1.29.4 @sha256:3abb816a5b1061fb15c6e9e60856ec40d56b7b52bcea5f5f1350bc6e2320b6f8
28
+ /tmp/kind create cluster --config=$GITHUB_WORKSPACE/.bin/kind-conf.yml --image=kindest/node:v1.31.0 @sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865
29
29
kubectl apply -f https://projectcontour.io/quickstart/contour.yaml
30
30
kubectl patch daemonsets -n projectcontour envoy -p '{"spec":{"template":{"spec":{"nodeSelector":{"ingress-ready":"true"}}}}}'
31
31
- name : setup chaos mesh
32
32
if : ${{ inputs.install-chaos == 'true' }}
33
33
shell : bash
34
34
run : |
35
- curl -sSL https://mirrors.chaos-mesh.org/v2.6.2/install.sh | bash -s -- --local kind
35
+ curl -sSL https://mirrors.chaos-mesh.org/v2.6.2/install.sh | bash -s -- --local kind
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies:
13
13
- bitnami-common
14
14
version : ~2
15
15
home : https://www.openldap.org
16
- version : 4.2.5
16
+ version : 4.2.6
17
17
appVersion : 2.6.7
18
18
description : Community developed LDAP software
19
19
icon : https://raw.githubusercontent.com/jp-gouin/helm-openldap/master/logo.png
You can’t perform that action at this time.
0 commit comments