Skip to content

Commit

Permalink
bake bump
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero committed Mar 29, 2023
1 parent 05b017a commit 8e168ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/integration-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
with:
insecure-registry: 'host.minikube.internal:5001,10.0.0.0/24'
- name: Bake deployment
uses: azure/k8s-bake@v2.2
uses: azure/k8s-bake@v2.4
id: bake
with:
renderEngine: 'kustomize'
Expand Down Expand Up @@ -550,7 +550,7 @@ jobs:
with:
insecure-registry: 'host.minikube.internal:5001,10.0.0.0/24'
- name: Bake deployment
uses: azure/k8s-bake@v2.2
uses: azure/k8s-bake@v2.4
id: bake
with:
renderEngine: 'kustomize'
Expand Down Expand Up @@ -910,7 +910,7 @@ jobs:
with:
insecure-registry: 'host.minikube.internal:5001,10.0.0.0/24'
- name: Bake deployment
uses: azure/k8s-bake@v2.2
uses: azure/k8s-bake@v2.4
id: bake
with:
renderEngine: 'kustomize'
Expand Down Expand Up @@ -1270,7 +1270,7 @@ jobs:
with:
insecure-registry: 'host.minikube.internal:5001,10.0.0.0/24'
- name: Bake deployment
uses: azure/k8s-bake@v2.2
uses: azure/k8s-bake@v2.4
id: bake
with:
renderEngine: 'kustomize'
Expand Down Expand Up @@ -1630,7 +1630,7 @@ jobs:
with:
insecure-registry: 'host.minikube.internal:5001,10.0.0.0/24'
- name: Bake deployment
uses: azure/k8s-bake@v2.2
uses: azure/k8s-bake@v2.4
id: bake
with:
renderEngine: 'kustomize'
Expand Down Expand Up @@ -1990,7 +1990,7 @@ jobs:
with:
insecure-registry: 'host.minikube.internal:5001,10.0.0.0/24'
- name: Bake deployment
uses: azure/k8s-bake@v2.2
uses: azure/k8s-bake@v2.4
id: bake
with:
renderEngine: 'kustomize'
Expand Down Expand Up @@ -2350,7 +2350,7 @@ jobs:
with:
insecure-registry: 'host.minikube.internal:5001,10.0.0.0/24'
- name: Bake deployment
uses: azure/k8s-bake@v2.2
uses: azure/k8s-bake@v2.4
id: bake
with:
renderEngine: 'kustomize'
Expand Down Expand Up @@ -2710,7 +2710,7 @@ jobs:
with:
insecure-registry: 'host.minikube.internal:5001,10.0.0.0/24'
- name: Bake deployment
uses: azure/k8s-bake@v2.2
uses: azure/k8s-bake@v2.4
id: bake
with:
renderEngine: 'kustomize'
Expand Down Expand Up @@ -3070,7 +3070,7 @@ jobs:
with:
insecure-registry: 'host.minikube.internal:5001,10.0.0.0/24'
- name: Bake deployment
uses: azure/k8s-bake@v2.2
uses: azure/k8s-bake@v2.4
id: bake
with:
renderEngine: 'kustomize'
Expand Down Expand Up @@ -3430,7 +3430,7 @@ jobs:
with:
insecure-registry: 'host.minikube.internal:5001,10.0.0.0/24'
- name: Bake deployment
uses: azure/k8s-bake@v2.2
uses: azure/k8s-bake@v2.4
id: bake
with:
renderEngine: 'kustomize'
Expand Down Expand Up @@ -3790,7 +3790,7 @@ jobs:
with:
insecure-registry: 'host.minikube.internal:5001,10.0.0.0/24'
- name: Bake deployment
uses: azure/k8s-bake@v2.2
uses: azure/k8s-bake@v2.4
id: bake
with:
renderEngine: 'kustomize'
Expand Down Expand Up @@ -4150,7 +4150,7 @@ jobs:
with:
insecure-registry: 'host.minikube.internal:5001,10.0.0.0/24'
- name: Bake deployment
uses: azure/k8s-bake@v2.2
uses: azure/k8s-bake@v2.4
id: bake
with:
renderEngine: 'kustomize'
Expand Down
2 changes: 1 addition & 1 deletion test/gen_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ languageVariables:
with:
insecure-registry: 'host.minikube.internal:5001,10.0.0.0/24'
- name: Bake deployment
uses: azure/k8s-bake@v2.2
uses: azure/k8s-bake@v2.4
id: bake
with:
renderEngine: 'kustomize'
Expand Down

0 comments on commit 8e168ef

Please sign in to comment.