Skip to content

Commit

Permalink
Merge pull request #29 from AbsaOSS/k3d-v447
Browse files Browse the repository at this point in the history
upgrade to k3d v4.4.7
  • Loading branch information
kuritka authored Jul 9, 2021
2 parents 0618ac4 + 83861da commit c75fedf
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assets/1.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: k3d.io/v1alpha2
kind: Simple
image: docker.io/rancher/k3s:v1.20.4-k3s1
image: docker.io/rancher/k3s:v1.21.2-k3s1
servers: 1
agents: 3
ports:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assets/2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: k3d.io/v1alpha2
kind: Simple
image: docker.io/rancher/k3s:v1.20.5-k3s1
image: docker.io/rancher/k3s:v1.21.2-k3s1
servers: 1
agents: 3
ports:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assets/3.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: k3d.io/v1alpha2
kind: Simple
image: docker.io/rancher/k3s:v1.20.5-k3s1
image: docker.io/rancher/k3s:v1.21.2-k3s1
servers: 1
agents: 3
ports:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/multi-cluster-two-piars-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
args: >-
--agents 1
--no-lb
--image docker.io/rancher/k3s:v1.20.4-k3s1
--image docker.io/rancher/k3s:v1.21.2-k3s1
--k3s-server-arg "--no-deploy=traefik,servicelb,metrics-server"
- uses: ./
Expand All @@ -34,7 +34,7 @@ jobs:
args: >-
--agents 1
--no-lb
--image docker.io/rancher/k3s:v1.20.4-k3s1
--image docker.io/rancher/k3s:v1.21.2-k3s1
--k3s-server-arg "--no-deploy=traefik,servicelb,metrics-server"
- uses: ./
Expand All @@ -49,7 +49,7 @@ jobs:
args: >-
--agents 1
--no-lb
--image docker.io/rancher/k3s:v1.20.4-k3s1
--image docker.io/rancher/k3s:v1.21.2-k3s1
--k3s-server-arg "--no-deploy=traefik,servicelb,metrics-server"
- uses: ./
Expand All @@ -63,7 +63,7 @@ jobs:
args: >-
--agents 1
--no-lb
--image docker.io/rancher/k3s:v1.20.4-k3s1
--image docker.io/rancher/k3s:v1.21.2-k3s1
--k3s-server-arg "--no-deploy=traefik,servicelb,metrics-server"
- name: Cluster info
Expand Down
Loading

0 comments on commit c75fedf

Please sign in to comment.