File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ jobs:
4242 with :
4343 go-version : 1.19.x
4444 - name : Setup Kubernetes
45- uses : engineerd/setup- kind@v0 .5.0
45+ uses : helm/ kind-action@v1 .5.0
4646 with :
47- version : v0.11.1
48- image : kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6
47+ version : v0.17.0
48+ cluster_name : kind
4949 - name : Setup Kustomize
5050 uses : fluxcd/pkg//actions/kustomize@main
5151 - name : Setup Kubectl
Original file line number Diff line number Diff line change 4242 interval : 5m
4343 url : https://github.com/stefanprodan/podinfo
4444 ref :
45- tag : " 5.0.3 "
45+ tag : " 6.3.0 "
4646---
4747apiVersion : kustomize.toolkit.fluxcd.io/v1beta2
4848kind : Kustomization
6060 name : podinfo
6161 patches :
6262 - patch : |
63- apiVersion: autoscaling/v2beta2
63+ apiVersion: autoscaling/v2
6464 kind: HorizontalPodAutoscaler
6565 metadata:
6666 name: podinfo
Original file line number Diff line number Diff line change 77 interval : 10m
88 url : oci://ghcr.io/stefanprodan/manifests/podinfo
99 ref :
10- tag : " 6.1.6 "
10+ tag : " 6.3.0 "
1111---
1212apiVersion : kustomize.toolkit.fluxcd.io/v1beta2
1313kind : Kustomization
2626 timeout : 2m
2727 patches :
2828 - patch : |-
29- apiVersion: autoscaling/v2beta2
29+ apiVersion: autoscaling/v2
3030 kind: HorizontalPodAutoscaler
3131 metadata:
3232 name: podinfo
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ metadata:
5757data:
5858 key: "%[2]s"
5959---
60- apiVersion: autoscaling/v2beta2
60+ apiVersion: autoscaling/v2
6161kind: HorizontalPodAutoscaler
6262metadata:
63- name: "v2beta2 -%[1]s"
63+ name: "v2 -%[1]s"
6464 namespace: "%[2]s"
6565spec:
6666 scaleTargetRef:
You can’t perform that action at this time.
0 commit comments