Skip to content

Commit

Permalink
update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero committed Apr 25, 2024
1 parent a92a3a3 commit d92fd3c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: draft Linux Integrations
on:
pull_request:
branches: [ main ]
branches: [ main, staging ]
workflow_dispatch:
jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: draft Windows Integrations
on:
pull_request_review:
types: [submitted]
pull_request:
branches: [ main, staging ]
workflow_dispatch:
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/go/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deployVariables:
value: "host.minikube.internal:5001/testapp"
languageVariables:
- name: "VERSION"
value: "1.20"
value: "1.22"
- name: "BUILDERVERSION"
value: "null"
- name: "PORT"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/go/kustomize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deployVariables:
value: "host.minikube.internal:5001/testapp"
languageVariables:
- name: "VERSION"
value: "1.20"
value: "1.22"
- name: "BUILDERVERSION"
value: "null"
- name: "PORT"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/go/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deployVariables:
value: "host.minikube.internal:5001/testapp"
languageVariables:
- name: "VERSION"
value: "1.20"
value: "1.22"
- name: "BUILDERVERSION"
value: "null"
- name: "PORT"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/gomodule/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deployVariables:
value: "host.minikube.internal:5001/testapp"
languageVariables:
- name: "VERSION"
value: "1.18"
value: "1.22"
- name: "BUILDERVERSION"
value: "null"
- name: "PORT"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/gomodule/kustomize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deployVariables:
value: "host.minikube.internal:5001/testapp"
languageVariables:
- name: "VERSION"
value: "1.18"
value: "1.22"
- name: "BUILDERVERSION"
value: "null"
- name: "PORT"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/gomodule/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deployVariables:
value: "host.minikube.internal:5001/testapp"
languageVariables:
- name: "VERSION"
value: "1.18"
value: "1.22"
- name: "BUILDERVERSION"
value: "null"
- name: "PORT"
Expand Down

0 comments on commit d92fd3c

Please sign in to comment.