From d92fd3c086e2519771a14c6e1a22c6f689e778b2 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Thu, 25 Apr 2024 11:32:02 -0400 Subject: [PATCH] update templates --- .github/workflows/integration-linux.yml | 2 +- .github/workflows/integration-windows.yml | 4 ++-- test/integration/go/helm.yaml | 2 +- test/integration/go/kustomize.yaml | 2 +- test/integration/go/manifest.yaml | 2 +- test/integration/gomodule/helm.yaml | 2 +- test/integration/gomodule/kustomize.yaml | 2 +- test/integration/gomodule/manifest.yaml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/integration-linux.yml b/.github/workflows/integration-linux.yml index 756dd05b..86c0952c 100644 --- a/.github/workflows/integration-linux.yml +++ b/.github/workflows/integration-linux.yml @@ -2,7 +2,7 @@ name: draft Linux Integrations on: pull_request: - branches: [ main ] + branches: [ main, staging ] workflow_dispatch: jobs: build: diff --git a/.github/workflows/integration-windows.yml b/.github/workflows/integration-windows.yml index c50f4aea..4b55e049 100644 --- a/.github/workflows/integration-windows.yml +++ b/.github/workflows/integration-windows.yml @@ -1,7 +1,7 @@ name: draft Windows Integrations on: - pull_request_review: - types: [submitted] + pull_request: + branches: [ main, staging ] workflow_dispatch: jobs: build: diff --git a/test/integration/go/helm.yaml b/test/integration/go/helm.yaml index 042fe299..43cf1b74 100644 --- a/test/integration/go/helm.yaml +++ b/test/integration/go/helm.yaml @@ -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" diff --git a/test/integration/go/kustomize.yaml b/test/integration/go/kustomize.yaml index b8cf0be1..67bf8feb 100644 --- a/test/integration/go/kustomize.yaml +++ b/test/integration/go/kustomize.yaml @@ -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" diff --git a/test/integration/go/manifest.yaml b/test/integration/go/manifest.yaml index 4e33dea6..6739c053 100644 --- a/test/integration/go/manifest.yaml +++ b/test/integration/go/manifest.yaml @@ -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" diff --git a/test/integration/gomodule/helm.yaml b/test/integration/gomodule/helm.yaml index 8de6fb6c..a06cffe5 100644 --- a/test/integration/gomodule/helm.yaml +++ b/test/integration/gomodule/helm.yaml @@ -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" diff --git a/test/integration/gomodule/kustomize.yaml b/test/integration/gomodule/kustomize.yaml index 283302d9..c05a602a 100644 --- a/test/integration/gomodule/kustomize.yaml +++ b/test/integration/gomodule/kustomize.yaml @@ -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" diff --git a/test/integration/gomodule/manifest.yaml b/test/integration/gomodule/manifest.yaml index 3042657c..423df67d 100644 --- a/test/integration/gomodule/manifest.yaml +++ b/test/integration/gomodule/manifest.yaml @@ -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"