From 417b0c82c8e58fcb740c2e8087d17408a331c621 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Thu, 12 Jan 2023 16:00:10 +0200 Subject: [PATCH 001/348] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5726cb681..8418b9870 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Checkout csdp-salesdemo_applications uses: actions/checkout@v3 with: - repository: PiBog/rollouts-demo # change to real repo + repository: alina-codefresh/rollouts-demo # change to real repo path: . - name: Update application version run: | From 1de6a98971eec3905ed1e755a292949065c11d9c Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Thu, 12 Jan 2023 16:01:41 +0200 Subject: [PATCH 002/348] Update canary-rollout.yaml --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 0b4a89f00..494c00803 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: boblinger/rollouts-demo:red + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From a1a7f99568ab61d8b95bb341fa620ba5c24dc944 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Thu, 12 Jan 2023 16:55:53 +0200 Subject: [PATCH 003/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +green From 9878fd7692abd2920d72b1db1e68b66d3b1bacd8 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 12 Jan 2023 14:57:58 +0000 Subject: [PATCH 004/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 494c00803..c36e318e8 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 4137ef91835a5b5c5ec995387e674457ea341442 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Thu, 12 Jan 2023 18:51:59 +0200 Subject: [PATCH 005/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From 0301605fcfe82f9a413298f0292612ae76c4e66f Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 12 Jan 2023 16:54:31 +0000 Subject: [PATCH 006/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index c36e318e8..996fa1dd4 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From a5ce9183486ceafcdc4b507d352e43e4206d1b88 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Fri, 13 Jan 2023 18:26:37 +0200 Subject: [PATCH 007/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From 7b7706edacf2e5c022ef93ec86005ddbbbc1b3a4 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 13 Jan 2023 16:28:50 +0000 Subject: [PATCH 008/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 996fa1dd4..de65c1ff9 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 4c7ece369c747bbbc284a75aa6795bd56db2a949 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Mon, 16 Jan 2023 11:07:11 +0200 Subject: [PATCH 009/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +red From f84391a3a716ca483ecccc79f76c1bdfb695c23e Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 16 Jan 2023 09:09:17 +0000 Subject: [PATCH 010/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index de65c1ff9..494c00803 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From 48cdc59222f6cfd0d30b3c3d8a4f85994034791f Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Mon, 16 Jan 2023 18:28:31 +0200 Subject: [PATCH 011/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +green From 04d66672bc0c22ec8c2afd1a2da67f44c8ce8dc7 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 16 Jan 2023 16:30:53 +0000 Subject: [PATCH 012/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 494c00803..c36e318e8 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From d67c4df4046e9df3bea658158d88884f559fafb8 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Tue, 17 Jan 2023 18:09:54 +0200 Subject: [PATCH 013/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From 5e4355e7960a6c72c0bcf2be61f1c59e4a7e2e41 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 17 Jan 2023 16:12:30 +0000 Subject: [PATCH 014/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index c36e318e8..996fa1dd4 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From b9d30652dfb85eb90284b20852d34d8dcd703379 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:18:48 +0200 Subject: [PATCH 015/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From 1d203275ecafcaf6f75923c4d7f1ab702e998d00 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 18 Jan 2023 16:21:03 +0000 Subject: [PATCH 016/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 996fa1dd4..de65c1ff9 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From e89a6392462aa0e265d7fab7e91dc44655c133cc Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Thu, 19 Jan 2023 18:44:46 +0200 Subject: [PATCH 017/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +purple From 110ebac9004e77153e86d174969f867b81928692 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 19 Jan 2023 16:47:05 +0000 Subject: [PATCH 018/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index de65c1ff9..01de31841 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From c32fad63be03973eac88a68e4ccd7f0a6f746d7d Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Fri, 20 Jan 2023 18:57:38 +0200 Subject: [PATCH 019/348] upd new ingress api version --- canary-rollout/canary-ingress.yaml | 11 +++++++---- canary-rollout/canary-preview-ingress.yaml | 9 ++++++--- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/canary-rollout/canary-ingress.yaml b/canary-rollout/canary-ingress.yaml index a5c4a7cde..db0d29295 100644 --- a/canary-rollout/canary-ingress.yaml +++ b/canary-rollout/canary-ingress.yaml @@ -1,4 +1,4 @@ -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: canary-demo @@ -8,10 +8,13 @@ metadata: ingress.kubernetes.io/app-root: / spec: rules: - - host: mr-solo-company-59ac69a.cf-cd.com + - host: canary.dev.argoproj.io http: paths: - path: / + pathType: ImplementationSpecific backend: - serviceName: canary-demo - servicePort: 80 + service: + name: canary-demo + port: + number: 80 \ No newline at end of file diff --git a/canary-rollout/canary-preview-ingress.yaml b/canary-rollout/canary-preview-ingress.yaml index 683e77578..123f6309e 100644 --- a/canary-rollout/canary-preview-ingress.yaml +++ b/canary-rollout/canary-preview-ingress.yaml @@ -1,4 +1,4 @@ -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: canary-demo-preview @@ -12,6 +12,9 @@ spec: http: paths: - path: / + pathType: ImplementationSpecific backend: - serviceName: canary-demo-preview - servicePort: 80 + service: + name: canary-demo-preview + port: + number: 80 \ No newline at end of file From 79a6858e50f11bf217965b433ba4472e586525f3 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:41:50 +0200 Subject: [PATCH 020/348] Update canary-ingress.yaml --- canary-rollout/canary-ingress.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/canary-rollout/canary-ingress.yaml b/canary-rollout/canary-ingress.yaml index db0d29295..8deac299a 100644 --- a/canary-rollout/canary-ingress.yaml +++ b/canary-rollout/canary-ingress.yaml @@ -4,7 +4,6 @@ metadata: name: canary-demo annotations: ingress.kubernetes.io/proxy-body-size: 100M - kubernetes.io/ingress.class: nginx ingress.kubernetes.io/app-root: / spec: rules: @@ -17,4 +16,4 @@ spec: service: name: canary-demo port: - number: 80 \ No newline at end of file + number: 80 From d694286f500ed1a982937a9ec542ae861b36ed7c Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:47:14 +0200 Subject: [PATCH 021/348] Update canary-ingress.yaml --- canary-rollout/canary-ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/canary-rollout/canary-ingress.yaml b/canary-rollout/canary-ingress.yaml index 8deac299a..a83bfc388 100644 --- a/canary-rollout/canary-ingress.yaml +++ b/canary-rollout/canary-ingress.yaml @@ -4,6 +4,7 @@ metadata: name: canary-demo annotations: ingress.kubernetes.io/proxy-body-size: 100M + kubernetes.io/ingress.class: nginx ingress.kubernetes.io/app-root: / spec: rules: From 14badd465faaa7a325ef81500c71a350d3969f10 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:50:25 +0200 Subject: [PATCH 022/348] Update canary-ingress.yaml --- canary-rollout/canary-ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/canary-rollout/canary-ingress.yaml b/canary-rollout/canary-ingress.yaml index a83bfc388..b31123de0 100644 --- a/canary-rollout/canary-ingress.yaml +++ b/canary-rollout/canary-ingress.yaml @@ -7,6 +7,7 @@ metadata: kubernetes.io/ingress.class: nginx ingress.kubernetes.io/app-root: / spec: + ingressClassName: nginx rules: - host: canary.dev.argoproj.io http: From 0f9c29ed7b425f7224b71b6998bd89245f5e8293 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:52:19 +0200 Subject: [PATCH 023/348] Update canary-ingress.yaml --- canary-rollout/canary-ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/canary-rollout/canary-ingress.yaml b/canary-rollout/canary-ingress.yaml index b31123de0..abc2a8d40 100644 --- a/canary-rollout/canary-ingress.yaml +++ b/canary-rollout/canary-ingress.yaml @@ -4,10 +4,10 @@ metadata: name: canary-demo annotations: ingress.kubernetes.io/proxy-body-size: 100M - kubernetes.io/ingress.class: nginx + kubernetes.io/ingress.class: ingress-nginx ingress.kubernetes.io/app-root: / spec: - ingressClassName: nginx + ingressClassName: ingress-nginx rules: - host: canary.dev.argoproj.io http: From b03686f43be3d4337d0557bd515e83dad7ca6546 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Fri, 20 Jan 2023 20:04:23 +0200 Subject: [PATCH 024/348] Delete canary-ingress.yaml --- canary-rollout/canary-ingress.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 canary-rollout/canary-ingress.yaml diff --git a/canary-rollout/canary-ingress.yaml b/canary-rollout/canary-ingress.yaml deleted file mode 100644 index abc2a8d40..000000000 --- a/canary-rollout/canary-ingress.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: canary-demo - annotations: - ingress.kubernetes.io/proxy-body-size: 100M - kubernetes.io/ingress.class: ingress-nginx - ingress.kubernetes.io/app-root: / -spec: - ingressClassName: ingress-nginx - rules: - - host: canary.dev.argoproj.io - http: - paths: - - path: / - pathType: ImplementationSpecific - backend: - service: - name: canary-demo - port: - number: 80 From fd54527ceed23b78d09d18a966a9cb9639f64461 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Fri, 20 Jan 2023 20:06:14 +0200 Subject: [PATCH 025/348] upd --- .../{canary-preview-ingress.yaml => canary-preview-ingress} | 0 .../{canary-preview-service.yaml => canary-preview-service} | 0 canary-rollout/canary-rollout.yaml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename canary-rollout/{canary-preview-ingress.yaml => canary-preview-ingress} (100%) rename canary-rollout/{canary-preview-service.yaml => canary-preview-service} (100%) diff --git a/canary-rollout/canary-preview-ingress.yaml b/canary-rollout/canary-preview-ingress similarity index 100% rename from canary-rollout/canary-preview-ingress.yaml rename to canary-rollout/canary-preview-ingress diff --git a/canary-rollout/canary-preview-service.yaml b/canary-rollout/canary-preview-service similarity index 100% rename from canary-rollout/canary-preview-service.yaml rename to canary-rollout/canary-preview-service diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 01de31841..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -27,7 +27,7 @@ spec: cpu: 5m strategy: canary: - canaryService: canary-demo-preview + #canaryService: canary-demo-preview steps: - setWeight: 20 - pause: {duration: 10} From a5dbdd7ea36a90d08b7bedc9df4d6770d04a0203 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Fri, 20 Jan 2023 20:10:18 +0200 Subject: [PATCH 026/348] upd --- canary-rollout/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/canary-rollout/kustomization.yaml b/canary-rollout/kustomization.yaml index a5f2e5e02..bded44800 100644 --- a/canary-rollout/kustomization.yaml +++ b/canary-rollout/kustomization.yaml @@ -5,5 +5,5 @@ resources: - canary-rollout.yaml - canary-service.yaml - canary-ingress.yaml -- canary-preview-service.yaml -- canary-preview-ingress.yaml +#- canary-preview-service.yaml +#- canary-preview-ingress.yaml From ebe99730ba408f961be32dd32807cd9a70aa790d Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Fri, 20 Jan 2023 20:11:27 +0200 Subject: [PATCH 027/348] upd --- canary-rollout/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/canary-rollout/kustomization.yaml b/canary-rollout/kustomization.yaml index bded44800..e770d30b7 100644 --- a/canary-rollout/kustomization.yaml +++ b/canary-rollout/kustomization.yaml @@ -4,6 +4,6 @@ kind: Kustomization resources: - canary-rollout.yaml - canary-service.yaml -- canary-ingress.yaml -#- canary-preview-service.yaml +#- canary-ingress.yaml +- canary-preview-service.yaml #- canary-preview-ingress.yaml From 5e01d6e3296e9f673be4edfa4fd9a66cd5d2fb2d Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Fri, 20 Jan 2023 20:12:36 +0200 Subject: [PATCH 028/348] pp --- .../{canary-preview-service => canary-preview-service.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename canary-rollout/{canary-preview-service => canary-preview-service.yaml} (100%) diff --git a/canary-rollout/canary-preview-service b/canary-rollout/canary-preview-service.yaml similarity index 100% rename from canary-rollout/canary-preview-service rename to canary-rollout/canary-preview-service.yaml From c8d40c6a63bd6cfbe10e220c7711cb6630463a2e Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Tue, 24 Jan 2023 16:56:51 +0200 Subject: [PATCH 029/348] back ingress --- canary-rollout/canary-ingress.yaml | 21 +++++++++++++++++++ ...ew-ingress => canary-preview-ingress.yaml} | 0 canary-rollout/kustomization.yaml | 4 ++-- 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 canary-rollout/canary-ingress.yaml rename canary-rollout/{canary-preview-ingress => canary-preview-ingress.yaml} (100%) diff --git a/canary-rollout/canary-ingress.yaml b/canary-rollout/canary-ingress.yaml new file mode 100644 index 000000000..810d35b55 --- /dev/null +++ b/canary-rollout/canary-ingress.yaml @@ -0,0 +1,21 @@ +apiVersion: networking.k8s.io/v1 +kind: Ingress +metadata: + name: canary-demo + annotations: + ingress.kubernetes.io/proxy-body-size: 100M + kubernetes.io/ingress.class: ingress-nginx + ingress.kubernetes.io/app-root: / +spec: + ingressClassName: ingress-nginx + rules: + - host: canary.dev.argoproj.io + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: canary-demo + port: + number: 80 \ No newline at end of file diff --git a/canary-rollout/canary-preview-ingress b/canary-rollout/canary-preview-ingress.yaml similarity index 100% rename from canary-rollout/canary-preview-ingress rename to canary-rollout/canary-preview-ingress.yaml diff --git a/canary-rollout/kustomization.yaml b/canary-rollout/kustomization.yaml index e770d30b7..a5f2e5e02 100644 --- a/canary-rollout/kustomization.yaml +++ b/canary-rollout/kustomization.yaml @@ -4,6 +4,6 @@ kind: Kustomization resources: - canary-rollout.yaml - canary-service.yaml -#- canary-ingress.yaml +- canary-ingress.yaml - canary-preview-service.yaml -#- canary-preview-ingress.yaml +- canary-preview-ingress.yaml From 212e1ca3bb6cb4aa7ac9832f16d2eb46bd506228 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Tue, 24 Jan 2023 16:58:05 +0200 Subject: [PATCH 030/348] upd --- canary-rollout/canary-ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-ingress.yaml b/canary-rollout/canary-ingress.yaml index 810d35b55..10746c670 100644 --- a/canary-rollout/canary-ingress.yaml +++ b/canary-rollout/canary-ingress.yaml @@ -4,7 +4,7 @@ metadata: name: canary-demo annotations: ingress.kubernetes.io/proxy-body-size: 100M - kubernetes.io/ingress.class: ingress-nginx + kubernetes.io/ingress.class: nginx ingress.kubernetes.io/app-root: / spec: ingressClassName: ingress-nginx From b7da21dc5604685caecb7d9cd7d9d9f5d335bd65 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Tue, 24 Jan 2023 16:59:16 +0200 Subject: [PATCH 031/348] upd --- canary-rollout/canary-ingress.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/canary-rollout/canary-ingress.yaml b/canary-rollout/canary-ingress.yaml index 10746c670..db0d29295 100644 --- a/canary-rollout/canary-ingress.yaml +++ b/canary-rollout/canary-ingress.yaml @@ -7,7 +7,6 @@ metadata: kubernetes.io/ingress.class: nginx ingress.kubernetes.io/app-root: / spec: - ingressClassName: ingress-nginx rules: - host: canary.dev.argoproj.io http: From 869d76eb29ff9797ddd41723c4e71a200750cea4 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Tue, 24 Jan 2023 18:28:20 +0200 Subject: [PATCH 032/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +yellow From 73578aa0efd48c94527f4775b2424dbc4904c473 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Tue, 24 Jan 2023 18:37:16 +0200 Subject: [PATCH 033/348] Update canary-rollout.yaml --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 63fd5e43c795a54f15f9b77b58400e9233d723c2 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Tue, 24 Jan 2023 18:45:08 +0200 Subject: [PATCH 034/348] red --- .github/workflows/ci.yml | 4 ++-- service.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8418b9870..ae53939c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,12 +3,12 @@ name: Github-action-demo on: pull_request: branches: - - master + - 1.23k8s types: - closed push: branches: - - master + - 1.23k8s jobs: build: diff --git a/service.yaml b/service.yaml index d1ed081df..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +red From 525ace15d6dadeaa2f90cc377b835743cec3dfe9 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Tue, 24 Jan 2023 18:49:44 +0200 Subject: [PATCH 035/348] pink --- .github/workflows/ci.yml | 70 ++++++++++++++++++++-------------------- service.yaml | 2 +- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae53939c9..cf0955140 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,49 +20,49 @@ jobs: uses: actions/checkout@v3 - name: Login to DockerHub uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build & push the Docker image - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - run: | - export VERSION=$(cat service.yaml) - export CF_IMAGE=$DOCKERHUB_USERNAME/${{ github.event.repository.name }}:$VERSION - echo "CF_IMAGE=$CF_IMAGE" >> $GITHUB_ENV - docker build . --file Dockerfile --build-arg COLOR=$VERSION --tag $CF_IMAGE && docker push $CF_IMAGE + # with: + # username: ${{ secrets.DOCKERHUB_USERNAME }} + # password: ${{ secrets.DOCKERHUB_TOKEN }} + # - name: Build & push the Docker image + # env: + # DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} + # run: | + # export VERSION=$(cat service.yaml) + # export CF_IMAGE=$DOCKERHUB_USERNAME/${{ github.event.repository.name }}:$VERSION + # echo "CF_IMAGE=$CF_IMAGE" >> $GITHUB_ENV + # docker build . --file Dockerfile --build-arg COLOR=$VERSION --tag $CF_IMAGE && docker push $CF_IMAGE - - name: report image - with: - # Runtime to use for the enrichment. - CF_RUNTIME_NAME: 'codefresh-hosted' + # - name: report image + # with: + # # Runtime to use for the enrichment. + # CF_RUNTIME_NAME: 'codefresh-hosted' - # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! - # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets - CF_API_KEY: ${{secrets.CF_API_KEY}} + # # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! + # # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets + # CF_API_KEY: ${{secrets.CF_API_KEY}} - # Image reported and enriched in Codefresh. Pass the [account-name]/[image-name]:[tag] built in your CI. - CF_IMAGE: ${{env.CF_IMAGE}} + # # Image reported and enriched in Codefresh. Pass the [account-name]/[image-name]:[tag] built in your CI. + # CF_IMAGE: ${{env.CF_IMAGE}} - # Container registry integration where the image is stored. - CF_CONTAINER_REGISTRY_INTEGRATION: 'docker' + # # Container registry integration where the image is stored. + # CF_CONTAINER_REGISTRY_INTEGRATION: 'docker' - # Git branch with the commit Pull Request data to add to the image. Pass the branch from the event payload used to trigger your action. - CF_GIT_BRANCH: ${{ github.event.pull_request.head.ref }} + # # Git branch with the commit Pull Request data to add to the image. Pass the branch from the event payload used to trigger your action. + # CF_GIT_BRANCH: ${{ github.event.pull_request.head.ref }} - # GitHub authentication token. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! - # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets - CF_GITHUB_TOKEN: ${{secrets.PAT}} + # # GitHub authentication token. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! + # # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets + # CF_GITHUB_TOKEN: ${{secrets.PAT}} - # Issue tracking integration to use to enrich the image. - CF_JIRA_INTEGRATION: 'jira' + # # Issue tracking integration to use to enrich the image. + # CF_JIRA_INTEGRATION: 'jira' - # Jira project prefix identifying the ticket number to use. - CF_JIRA_PROJECT_PREFIX: 'CR' + # # Jira project prefix identifying the ticket number to use. + # CF_JIRA_PROJECT_PREFIX: 'CR' - # Search for issue IDs matching this string to associate with your image. - CF_JIRA_MESSAGE: github.event.pull_request.head.ref - uses: codefresh-io/codefresh-report-image@latest + # # Search for issue IDs matching this string to associate with your image. + # CF_JIRA_MESSAGE: github.event.pull_request.head.ref + # uses: codefresh-io/codefresh-report-image@latest - name: Checkout csdp-salesdemo_applications uses: actions/checkout@v3 @@ -71,7 +71,7 @@ jobs: path: . - name: Update application version run: | - IMAGE=${{ env.CF_IMAGE }} yq -i '.spec.template.spec.containers.[0].image = strenv(IMAGE)' canary-rollout/canary-rollout.yaml + IMAGE=pink yq -i '.spec.template.spec.containers.[0].image = strenv(IMAGE)' canary-rollout/canary-rollout.yaml - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: diff --git a/service.yaml b/service.yaml index a9d1386a1..08d69ebaa 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +pink From 3b1b3441706c6e655c39f6bf8c525676f2fee83b Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Tue, 24 Jan 2023 18:51:02 +0200 Subject: [PATCH 036/348] upd --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf0955140..b47a6f004 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,9 @@ jobs: uses: actions/checkout@v3 - name: Login to DockerHub uses: docker/login-action@v2 - # with: - # username: ${{ secrets.DOCKERHUB_USERNAME }} - # password: ${{ secrets.DOCKERHUB_TOKEN }} + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} # - name: Build & push the Docker image # env: # DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} From 4f424a02d9e5b0ba6df7d69c2cfe949fc8be01b2 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Tue, 24 Jan 2023 18:53:00 +0200 Subject: [PATCH 037/348] fix --- .github/workflows/ci.yml | 62 ++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b47a6f004..47c7b4f7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,46 +23,46 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - # - name: Build & push the Docker image - # env: - # DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - # run: | - # export VERSION=$(cat service.yaml) - # export CF_IMAGE=$DOCKERHUB_USERNAME/${{ github.event.repository.name }}:$VERSION - # echo "CF_IMAGE=$CF_IMAGE" >> $GITHUB_ENV - # docker build . --file Dockerfile --build-arg COLOR=$VERSION --tag $CF_IMAGE && docker push $CF_IMAGE + - name: Build & push the Docker image + env: + DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} + run: | + export VERSION=$(cat service.yaml) + export CF_IMAGE=$DOCKERHUB_USERNAME/${{ github.event.repository.name }}:$VERSION + echo "CF_IMAGE=$CF_IMAGE" >> $GITHUB_ENV + docker build . --file Dockerfile --build-arg COLOR=$VERSION --tag $CF_IMAGE && docker push $CF_IMAGE - # - name: report image - # with: - # # Runtime to use for the enrichment. - # CF_RUNTIME_NAME: 'codefresh-hosted' + - name: report image + with: + # Runtime to use for the enrichment. + CF_RUNTIME_NAME: 'codefresh-hosted' - # # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! - # # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets - # CF_API_KEY: ${{secrets.CF_API_KEY}} + # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! + # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets + CF_API_KEY: ${{secrets.CF_API_KEY}} - # # Image reported and enriched in Codefresh. Pass the [account-name]/[image-name]:[tag] built in your CI. - # CF_IMAGE: ${{env.CF_IMAGE}} + # Image reported and enriched in Codefresh. Pass the [account-name]/[image-name]:[tag] built in your CI. + CF_IMAGE: ${{env.CF_IMAGE}} - # # Container registry integration where the image is stored. - # CF_CONTAINER_REGISTRY_INTEGRATION: 'docker' + # Container registry integration where the image is stored. + CF_CONTAINER_REGISTRY_INTEGRATION: 'docker' - # # Git branch with the commit Pull Request data to add to the image. Pass the branch from the event payload used to trigger your action. - # CF_GIT_BRANCH: ${{ github.event.pull_request.head.ref }} + # Git branch with the commit Pull Request data to add to the image. Pass the branch from the event payload used to trigger your action. + CF_GIT_BRANCH: ${{ github.event.pull_request.head.ref }} - # # GitHub authentication token. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! - # # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets - # CF_GITHUB_TOKEN: ${{secrets.PAT}} + # GitHub authentication token. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! + # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets + CF_GITHUB_TOKEN: ${{secrets.PAT}} - # # Issue tracking integration to use to enrich the image. - # CF_JIRA_INTEGRATION: 'jira' + # Issue tracking integration to use to enrich the image. + CF_JIRA_INTEGRATION: 'jira' - # # Jira project prefix identifying the ticket number to use. - # CF_JIRA_PROJECT_PREFIX: 'CR' + # Jira project prefix identifying the ticket number to use. + CF_JIRA_PROJECT_PREFIX: 'CR' - # # Search for issue IDs matching this string to associate with your image. - # CF_JIRA_MESSAGE: github.event.pull_request.head.ref - # uses: codefresh-io/codefresh-report-image@latest + # Search for issue IDs matching this string to associate with your image. + CF_JIRA_MESSAGE: github.event.pull_request.head.ref + uses: codefresh-io/codefresh-report-image@latest - name: Checkout csdp-salesdemo_applications uses: actions/checkout@v3 From 1eb2ef05e8ad9abc0e8645fdd4a0631c4a1ac55d Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Wed, 25 Jan 2023 17:53:44 +0200 Subject: [PATCH 038/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08d69ebaa..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -pink +yellow From e162328e1924c556815735f7ba8fa8ff97151b32 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Wed, 25 Jan 2023 18:24:41 +0200 Subject: [PATCH 039/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +blue From ff9047fba4ed4fb80ce376611cb61f28d95264b7 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Wed, 25 Jan 2023 18:32:12 +0200 Subject: [PATCH 040/348] fix 2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47c7b4f7a..ae53939c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: path: . - name: Update application version run: | - IMAGE=pink yq -i '.spec.template.spec.containers.[0].image = strenv(IMAGE)' canary-rollout/canary-rollout.yaml + IMAGE=${{ env.CF_IMAGE }} yq -i '.spec.template.spec.containers.[0].image = strenv(IMAGE)' canary-rollout/canary-rollout.yaml - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: From 0f2af8cc40bed53042f2f868292fa592a3715b40 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 25 Jan 2023 16:34:12 +0000 Subject: [PATCH 041/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 70da8cf79ff799f8eca261db50b73a8afd8410df Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:24:46 +0200 Subject: [PATCH 042/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +red From c9669101bf55ae42952ca429ab35e8a7ca55e9ee Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 26 Jan 2023 16:27:13 +0000 Subject: [PATCH 043/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From 9726bc7ce8b266b6a98a9ea08398de64abc406c6 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Fri, 27 Jan 2023 21:28:37 +0200 Subject: [PATCH 044/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +purple From ce0a2b0c6cac0d08dd798c3b40f751bebadea2aa Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 27 Jan 2023 20:13:27 +0000 Subject: [PATCH 045/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From ee63a57d90d59c290e60ec36a9a0f79aee91eb17 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Sun, 29 Jan 2023 18:37:40 +0200 Subject: [PATCH 046/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +green From f2bd991a711808a92865f0920aab0935684f47e3 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 29 Jan 2023 16:39:59 +0000 Subject: [PATCH 047/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From cc5e8531eec42bd05ea396371a0a3be577bb1197 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Mon, 30 Jan 2023 18:11:59 +0200 Subject: [PATCH 048/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From 94ee43a9b7b8aa24a0b0b7df527be16a9c22f230 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 30 Jan 2023 16:14:12 +0000 Subject: [PATCH 049/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 186ccbaf637208dcd298a58b5c1460d28aaaf013 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:52:19 +0200 Subject: [PATCH 050/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From 2aef5381c1150d7a5bf5db1a190fcdbda942e067 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 31 Jan 2023 09:00:59 +0000 Subject: [PATCH 051/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From e97ec5ab4c4032cc23fe8e578611e47d4bfb032a Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Tue, 31 Jan 2023 18:17:41 +0200 Subject: [PATCH 052/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +purple From 666c7e765392f7f093af8bac817002f431d20925 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 31 Jan 2023 16:20:18 +0000 Subject: [PATCH 053/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From aac6f8c02dc28adf81613ec791348db02ef5c812 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:01:42 +0200 Subject: [PATCH 054/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +blue From e0d51acd04746885b4a7dbbb566af077a2daf87e Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 1 Feb 2023 16:04:11 +0000 Subject: [PATCH 055/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 2ce1e519acc1ef29696ff84634786a65e33cb5fb Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Thu, 2 Feb 2023 18:14:23 +0200 Subject: [PATCH 056/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +green From 34f965d1cf690a290815ff89615d82ac04a92cec Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 2 Feb 2023 16:16:42 +0000 Subject: [PATCH 057/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 97885e38dc59d1224aa488a5c19eb485e49f07ab Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Fri, 3 Feb 2023 19:36:04 +0200 Subject: [PATCH 058/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +red From 41389da1c9f88c336bdc2cc985dcebcd937d5e97 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 3 Feb 2023 17:38:46 +0000 Subject: [PATCH 059/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From 3d85504ef18e626242696171370a2fcebb8d74ae Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Sun, 5 Feb 2023 18:25:29 +0200 Subject: [PATCH 060/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +purple From e7a9d06ef66c5dd718ffaf16b3d8858a30e9c527 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 5 Feb 2023 16:27:24 +0000 Subject: [PATCH 061/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From 3bf1a1be8a3488a1c64870fcd49a34a6571873b5 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:13:28 +0200 Subject: [PATCH 062/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +yellow From 5ad0a88481fd0734f831a38479c57a92d1c1dd53 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 6 Feb 2023 16:15:43 +0000 Subject: [PATCH 063/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From d7baccfae1f682595020b29e943aeb33bd1ef6c8 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Tue, 7 Feb 2023 18:13:27 +0200 Subject: [PATCH 064/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +blue From dce4b023c22f601d0c5f9cada6431afb705c3ae6 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 7 Feb 2023 16:15:48 +0000 Subject: [PATCH 065/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 089f410afa6ff7e1c7e805be604f9703484416ee Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Wed, 8 Feb 2023 18:15:10 +0200 Subject: [PATCH 066/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +green From 8efe3c84cfa03b40b55a5a7698cdfc704082c480 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 8 Feb 2023 16:18:18 +0000 Subject: [PATCH 067/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 1662c659ce9dd9ff18069684d1ec4ef8d38537c4 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Thu, 9 Feb 2023 19:05:16 +0200 Subject: [PATCH 068/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +yellow From 65dc0bce82125a64c44093b63c2ce8cbee68dae0 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 9 Feb 2023 17:07:32 +0000 Subject: [PATCH 069/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 80010be3e0de7715d2cb424f9e46e5b1a89293dd Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Fri, 10 Feb 2023 18:30:10 +0200 Subject: [PATCH 070/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +blue From 3d933e2f69a452ce358521dca933bb6feac96cf9 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 10 Feb 2023 16:32:36 +0000 Subject: [PATCH 071/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 0f42229d89a93ffa9247c14c5d887da69a02fa4e Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Sun, 12 Feb 2023 18:47:56 +0200 Subject: [PATCH 072/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +red From c64bb334c762d67861fd8d26bcd6654cfceb98e7 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 12 Feb 2023 16:50:16 +0000 Subject: [PATCH 073/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From 626dfe50f1f5ad63f195cfa4df8f927a81ddd133 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Mon, 13 Feb 2023 18:28:33 +0200 Subject: [PATCH 074/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +purple From e541fa19110269abc813e3b28ed65207af4a1823 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 13 Feb 2023 16:34:20 +0000 Subject: [PATCH 075/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From 4387065d5207395b5430e129c072c5d40eaa284e Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Tue, 14 Feb 2023 18:11:35 +0200 Subject: [PATCH 076/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +blue From 6fef003420789b833824a6c75a579e3badc400d5 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 14 Feb 2023 16:13:56 +0000 Subject: [PATCH 077/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 32817498b4f25790cd71258c6229ad470709a556 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Wed, 15 Feb 2023 18:13:22 +0200 Subject: [PATCH 078/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From 63e24cef1bbdf3d2d7871bb10d972e37c931123c Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 15 Feb 2023 16:15:43 +0000 Subject: [PATCH 079/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 6d82504f0a3a429ed879995bfe5d3fe85ea75378 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Thu, 16 Feb 2023 18:26:30 +0200 Subject: [PATCH 080/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +green From e4484520bd73c22ecbafa7ff22bbe2dd73e1ffa5 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 16 Feb 2023 16:28:55 +0000 Subject: [PATCH 081/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 151bbb508402beae26981bdc872fdee2d6036f2b Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Fri, 17 Feb 2023 18:23:00 +0200 Subject: [PATCH 082/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From 8954744f9f60304e26a7051a00d30af59466d95e Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 17 Feb 2023 16:26:47 +0000 Subject: [PATCH 083/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 6b29c88c46ba04cedce42a7e08a1f9723508dee7 Mon Sep 17 00:00:00 2001 From: alina-codefresh <121100659+alina-codefresh@users.noreply.github.com> Date: Sun, 19 Feb 2023 18:34:59 +0200 Subject: [PATCH 084/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From 8d8bc487a4b0024d28fd0deb08ff314b2dde2028 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 19 Feb 2023 16:37:10 +0000 Subject: [PATCH 085/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 4f9df3cb751814c51edc2a329a6aea0c26bbcfc6 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 20 Feb 2023 15:26:03 +0200 Subject: [PATCH 086/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +blue From 4584b2614f7c92242b3fd7b984458d6f943f5c3d Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 20 Feb 2023 13:28:26 +0000 Subject: [PATCH 087/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 3c5ade24013f8b95e129b9b683c2e265e824f444 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 20 Feb 2023 18:26:38 +0200 Subject: [PATCH 088/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +red From 0a76a0a38bdcf61f052f82ddc6fe9aa1d2b39fd4 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 20 Feb 2023 16:29:01 +0000 Subject: [PATCH 089/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From 6298e73defab1711d912d341556bcea80b3db106 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 21 Feb 2023 18:10:58 +0200 Subject: [PATCH 090/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +green From 11710d096a2437437a872be0f498dc1535851c1d Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 21 Feb 2023 16:13:05 +0000 Subject: [PATCH 091/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 069cdcad3a0d70feb4e45ebffe1f28ae29b72eaa Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 22 Feb 2023 17:45:10 +0200 Subject: [PATCH 092/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From 7d88c16c0cb4e5d1292fd535fcd6b0952de7e523 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 22 Feb 2023 15:47:38 +0000 Subject: [PATCH 093/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From f243b3be6dd36688e39e83207fea8f88f907e247 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 22 Feb 2023 18:53:51 +0200 Subject: [PATCH 094/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From 0e0186d1f6d2e8e4a958f106f62bc9a8c489fe3a Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 22 Feb 2023 16:56:10 +0000 Subject: [PATCH 095/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From c171e71c9be5295f47e4a4103c1e02771d06ab9d Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 22 Feb 2023 20:01:17 +0200 Subject: [PATCH 096/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +purple From 157d8093697abeb4c032a5d81074d3d65cd2f7d4 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 22 Feb 2023 20:12:31 +0200 Subject: [PATCH 097/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +red From 177e35fb8c04d645d77ef999ffeb56b997ff3473 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 22 Feb 2023 20:15:09 +0200 Subject: [PATCH 098/348] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae53939c9..96fee9115 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ jobs: with: # Runtime to use for the enrichment. CF_RUNTIME_NAME: 'codefresh-hosted' + CF_PLATFORM_URL: https://app-staging.codefresh.io # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets From b0c624d4ed8fd84ccdf86c04c500c661d5371e87 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 22 Feb 2023 20:15:46 +0200 Subject: [PATCH 099/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +green From f8255e35c0330fe2c32f3b3b1f9570c9b1ccd2fa Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 22 Feb 2023 20:24:46 +0200 Subject: [PATCH 100/348] Update ci.yml --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96fee9115..d25d926bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,11 +36,17 @@ jobs: with: # Runtime to use for the enrichment. CF_RUNTIME_NAME: 'codefresh-hosted' + CF_PLATFORM_URL: https://app-staging.codefresh.io + CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} + +# CF_PLATFORM_URL: https://g.codefresh.io +# CF_API_KEY: ${{secrets.CF_API_KEY}} # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets - CF_API_KEY: ${{secrets.CF_API_KEY}} + + # Image reported and enriched in Codefresh. Pass the [account-name]/[image-name]:[tag] built in your CI. CF_IMAGE: ${{env.CF_IMAGE}} From d3949a4f13385979d6df6f31b1c94dfb7aca2197 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 22 Feb 2023 20:25:11 +0200 Subject: [PATCH 101/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +purple From da319baf3900d5546857626fc68ae0f46e60d657 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 22 Feb 2023 18:27:46 +0000 Subject: [PATCH 102/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From 9b7d83e8ee5189eaaed552b9f52f3333ae774d46 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 23 Feb 2023 17:50:56 +0200 Subject: [PATCH 103/348] Update ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d25d926bc..1fbccc60a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,11 +37,11 @@ jobs: # Runtime to use for the enrichment. CF_RUNTIME_NAME: 'codefresh-hosted' - CF_PLATFORM_URL: https://app-staging.codefresh.io - CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} + # CF_PLATFORM_URL: https://app-staging.codefresh.io + # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} -# CF_PLATFORM_URL: https://g.codefresh.io -# CF_API_KEY: ${{secrets.CF_API_KEY}} + CF_PLATFORM_URL: https://g.codefresh.io + CF_API_KEY: ${{secrets.CF_API_KEY}} # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets From af432e734460e8b22c44529927c7bda7d1e7a943 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 23 Feb 2023 18:15:22 +0200 Subject: [PATCH 104/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +green From acc0dc40e59bf4a18ed5f475a0dd00962d7162fe Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 23 Feb 2023 16:18:01 +0000 Subject: [PATCH 105/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 6df1a7e194c5efd4754425e68766a199cbf8fa44 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 24 Feb 2023 18:50:26 +0200 Subject: [PATCH 106/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +red From b25e995ec12b663e6dc1812294216691fd2ee03c Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 24 Feb 2023 16:52:46 +0000 Subject: [PATCH 107/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From 53d85a8fa06b72360abac147a3b178182dcdb1e7 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 27 Feb 2023 11:04:58 +0200 Subject: [PATCH 108/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +blue From 7f951f309ac1518b14f9f1381f0b3ff77fd5ab97 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 27 Feb 2023 09:06:56 +0000 Subject: [PATCH 109/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From c87bd6976724d3fb588c5064657229ea36d21574 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 27 Feb 2023 18:14:11 +0200 Subject: [PATCH 110/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From aed53ed5f65d2101db5bae637f002f9cdf928206 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 27 Feb 2023 16:16:13 +0000 Subject: [PATCH 111/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 0c22d8a81ee02457ce5d99da089ad0b6884a7316 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 28 Feb 2023 18:13:05 +0200 Subject: [PATCH 112/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +purple From 44b7e701e0a4f82196472ca71d4120c58dbbdde0 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 28 Feb 2023 16:15:27 +0000 Subject: [PATCH 113/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From 54a3ebc5dd8376eaaf47cc46613a1bf4f431b519 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 1 Mar 2023 18:13:28 +0200 Subject: [PATCH 114/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +green From 6f549efbb220de4c0e8e272ad56ccebef86f59a2 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 1 Mar 2023 16:15:59 +0000 Subject: [PATCH 115/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From f020f7741b918d7b9c1690fa9df7e7f8302661a4 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 2 Mar 2023 18:18:54 +0200 Subject: [PATCH 116/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +red From 854de5460d24a5d953d7d45e5de3ddd18629afbb Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 2 Mar 2023 16:21:29 +0000 Subject: [PATCH 117/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From b0895b5362157566a76f19916e990171cbc0472a Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 3 Mar 2023 18:10:24 +0200 Subject: [PATCH 118/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +yellow From 308e05aee25176cd5ac46084f12e3e390e61ccf3 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 3 Mar 2023 16:12:42 +0000 Subject: [PATCH 119/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 686d3b776c3cf40351277e55c2a43c64b752c11c Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 5 Mar 2023 18:54:06 +0200 Subject: [PATCH 120/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +blue From 4e1f36e6d29b9f3100234ca50ecb7b370f9af72e Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 5 Mar 2023 16:56:44 +0000 Subject: [PATCH 121/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From bd2ef65c06ee271475869505a1c0b4f3d96fa0b4 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 6 Mar 2023 17:50:04 +0200 Subject: [PATCH 122/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +purple From a34a7aaf8d220f57a3005b28b2422d9e26dfc396 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 6 Mar 2023 15:52:28 +0000 Subject: [PATCH 123/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From bc093d92aeb11ecea0069a3de4b52fa79f859992 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 7 Mar 2023 18:01:09 +0200 Subject: [PATCH 124/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +green From 1bdd7c3fef44541b9143109564fa1959e585a0a6 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 7 Mar 2023 16:03:27 +0000 Subject: [PATCH 125/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 5c5631a834d55d7810ad8a236026472d5ce06bc5 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 8 Mar 2023 18:43:41 +0200 Subject: [PATCH 126/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +red From a00983929ee478aa69de13ecf6101d140a1d166b Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 8 Mar 2023 16:46:08 +0000 Subject: [PATCH 127/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From 9311fbc5f50408ed4071c71bbe0fbf55424d311b Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 9 Mar 2023 18:32:20 +0200 Subject: [PATCH 128/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +blue From 4069299c8bc65188b62b2ca91b64fbb0fa67b54b Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 9 Mar 2023 16:34:44 +0000 Subject: [PATCH 129/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 565c899f1c2bd0a0ebd8bb53e9efc936e0e68fa1 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 10 Mar 2023 19:39:13 +0200 Subject: [PATCH 130/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From a95d5fe38e44175d9fb9790aba9f68b4f8774df8 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 10 Mar 2023 17:41:14 +0000 Subject: [PATCH 131/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 72f87afe516d6c7d68245ad4e2754b5733a136c9 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 12 Mar 2023 19:10:03 +0200 Subject: [PATCH 132/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +purple From 18e4c86bda68381896cca444d893df4127656b51 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 12 Mar 2023 17:12:10 +0000 Subject: [PATCH 133/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From 487b2df965cb1e9d42485be6d93203a34b817afe Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 13 Mar 2023 18:51:14 +0200 Subject: [PATCH 134/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +red From fbb2d08d0c77221f203638365c9b62c502cb26ed Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 13 Mar 2023 16:53:49 +0000 Subject: [PATCH 135/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From 9df4bb903eb6e9452bd2ad5a38707154e7fe8ae4 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 14 Mar 2023 18:49:54 +0200 Subject: [PATCH 136/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +green From b540687a316ae1ab2e3147ecca76eb152abba798 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 14 Mar 2023 16:51:58 +0000 Subject: [PATCH 137/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 7b60eea7675bdd2e67c22b68c7ffad48b5397ade Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 15 Mar 2023 18:10:51 +0200 Subject: [PATCH 138/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From 487d58969425e22f9c25e0091009c38711287f08 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 15 Mar 2023 16:13:09 +0000 Subject: [PATCH 139/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 725993b47bb42990924a9090508939da945da63c Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 16 Mar 2023 18:15:15 +0200 Subject: [PATCH 140/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From dfe37c97c23a5f6b07bee9537d9de6fb30c18263 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 16 Mar 2023 16:17:37 +0000 Subject: [PATCH 141/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 4cdba2635752c4911c7e1120361547de688ae8d6 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 17 Mar 2023 18:02:05 +0200 Subject: [PATCH 142/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +purple From af899f6fd93f484adb80fd9ee2b7da05f075db99 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 17 Mar 2023 16:04:17 +0000 Subject: [PATCH 143/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From 9f8f083e4856219d8deb2b765d0f62ccccc900e1 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 19 Mar 2023 21:21:05 +0200 Subject: [PATCH 144/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +green From 2896f0fc6a9328a67889c86a044de65d13947d66 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 19 Mar 2023 19:23:22 +0000 Subject: [PATCH 145/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 3db9ffc5b1dfb3c24fc28169c88ed1609ecf6875 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 20 Mar 2023 18:18:53 +0200 Subject: [PATCH 146/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +red From 5a14a8c2dc430268c7b4d50462f6e4de2ffeca18 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 20 Mar 2023 16:21:47 +0000 Subject: [PATCH 147/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From e7ad43276882dad49fa94ba4b707ad5098396279 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 21 Mar 2023 18:16:39 +0200 Subject: [PATCH 148/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +blue From 07d83478c6d57853d5623d8381021d96bf1e7cde Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 21 Mar 2023 16:18:44 +0000 Subject: [PATCH 149/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 6ff609f6aabdac4917534731982613a43b4ad8ce Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 22 Mar 2023 18:11:43 +0200 Subject: [PATCH 150/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From 7f13bba170e181bbe8cc72c86335be29ddbe21d1 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 22 Mar 2023 16:14:06 +0000 Subject: [PATCH 151/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 4206d28f122292147e014cdecd76d32d151aaec3 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 23 Mar 2023 18:04:27 +0200 Subject: [PATCH 152/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +purple From 05999869cc432338cc7f4c928fcdde0e945a4211 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 23 Mar 2023 16:06:46 +0000 Subject: [PATCH 153/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From 45d3c7744eef0873ceb5e5e5a9644bb9f08a83d1 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 24 Mar 2023 18:00:59 +0200 Subject: [PATCH 154/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +green From 0c0e9f5e93d7e73326e7d08f5a3446165d38ede8 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 24 Mar 2023 16:03:31 +0000 Subject: [PATCH 155/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 250a5eabd068b1f887399fc1713012a4be2f4192 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 26 Mar 2023 19:07:00 +0300 Subject: [PATCH 156/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From fea2b2c58ad2eb7e4a8ff74db695c8bb8c5d95c5 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 26 Mar 2023 16:09:33 +0000 Subject: [PATCH 157/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From bd89231cf177a8e36e8cc96a5e97092917951b6a Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 27 Mar 2023 18:18:04 +0300 Subject: [PATCH 158/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From 8f8650b7d28e7d1ebd89403983e99e7f9d4c4b68 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 27 Mar 2023 15:20:43 +0000 Subject: [PATCH 159/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 3120cc239d0d98177eeac29410f5df66dc3ef5bc Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 28 Mar 2023 18:10:42 +0300 Subject: [PATCH 160/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +purple From 8c67ae8a898999fb8947166cbe7492d2d07681bb Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 28 Mar 2023 15:13:04 +0000 Subject: [PATCH 161/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From 7def94cf66c743ade9ad19318a2864bc5846f579 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 29 Mar 2023 18:04:05 +0300 Subject: [PATCH 162/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +red From 2290160adc2ca37e07b539e7f8e633150691e1b8 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 29 Mar 2023 15:06:04 +0000 Subject: [PATCH 163/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From d870fa2e86c84f3838dc23434ea94d2cf85b68b4 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 29 Mar 2023 18:21:38 +0300 Subject: [PATCH 164/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +purple From 697c5e7b336c756103a40b100346a177a795f67b Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 29 Mar 2023 18:23:13 +0300 Subject: [PATCH 165/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +red From e3f2fedbeef45fe0c10da7bdc4c918f481b118c6 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 30 Mar 2023 18:21:35 +0300 Subject: [PATCH 166/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +green From 0c5c07eb578fdb5e0245fd1c6394aa39c0945400 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 30 Mar 2023 15:24:12 +0000 Subject: [PATCH 167/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 99b7cb4a7add23ae246fabbb096fdaa96a7918e5 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 31 Mar 2023 18:01:31 +0300 Subject: [PATCH 168/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From a1a0e6fba91e7dbda2c4e6c8b43a4d201855d854 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 31 Mar 2023 15:04:02 +0000 Subject: [PATCH 169/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 5489bea9b398e5698e2bc05d8e35de6b82e7821f Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 3 Apr 2023 10:04:41 +0300 Subject: [PATCH 170/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From 97a0a71b57b65d9dc9311646d6c4ddb344ce2395 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 3 Apr 2023 07:07:03 +0000 Subject: [PATCH 171/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From cef9670bcba63df46683c2e71bd5adcde2ae6391 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 3 Apr 2023 18:27:43 +0300 Subject: [PATCH 172/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +purple From 30bfe99f398e0655a0cd0dcf009bf4ee1c88f14b Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 3 Apr 2023 15:30:22 +0000 Subject: [PATCH 173/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From e28eff733433f5d26a819b7dc27326742956be81 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 4 Apr 2023 18:35:51 +0300 Subject: [PATCH 174/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +red From 24f13788a5fb4212031635f37a538f9e62b751a0 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 4 Apr 2023 15:38:25 +0000 Subject: [PATCH 175/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From 3336c78bf8d83054fdca77a15d0b497fa284437f Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 5 Apr 2023 18:17:01 +0300 Subject: [PATCH 176/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +green From eb1da4ee918d7a8bc42700df33a431a5ec57e508 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 5 Apr 2023 15:19:09 +0000 Subject: [PATCH 177/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 90b357e7cb5100b43821e619fb4a5b21ad774278 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 6 Apr 2023 18:19:15 +0300 Subject: [PATCH 178/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From 6481020214cba162308f20c2c91cd485ae0e99b9 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 6 Apr 2023 15:21:22 +0000 Subject: [PATCH 179/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 620a3b1742c70a6a42ef2c77a65a4682b2234a8f Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 7 Apr 2023 18:06:41 +0300 Subject: [PATCH 180/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From 20c3ffbe8d67b1c29380742f357a63b1615a067c Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 7 Apr 2023 15:08:38 +0000 Subject: [PATCH 181/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 0fd9d11d0e00e5f0f47412a376f11da7578488a3 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 10 Apr 2023 10:48:18 +0300 Subject: [PATCH 182/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +purple From 59c0a66c12a970e1aa065dc34b0773c39d57e9ec Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 10 Apr 2023 07:50:22 +0000 Subject: [PATCH 183/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From 1dd667d292219eded8e59d65549aee5e953b6871 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 10 Apr 2023 17:58:24 +0300 Subject: [PATCH 184/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +green From 500da429b1ebd7d18ffeff457f738833d75f74ee Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 10 Apr 2023 15:00:35 +0000 Subject: [PATCH 185/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From f78576efa51f82647d458d46109cc5156f97062d Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 11 Apr 2023 18:03:58 +0300 Subject: [PATCH 186/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From d439a26df1e2140b072d49344d9f7ca2d65de4c0 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 11 Apr 2023 15:06:02 +0000 Subject: [PATCH 187/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 13cf200ba265b7286048a059da74f82d1b5ca6f3 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 12 Apr 2023 18:19:45 +0300 Subject: [PATCH 188/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From e5d70a8aee0d602ad1dc86e3ca878c4b2c10bef2 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 12 Apr 2023 15:22:00 +0000 Subject: [PATCH 189/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From b94d031f0447b4b25b2a94990ced0e94b92832ad Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 13 Apr 2023 17:58:25 +0300 Subject: [PATCH 190/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +purple From b6da9a6d65e090c806895a18efeba3844da8ff11 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 13 Apr 2023 15:00:51 +0000 Subject: [PATCH 191/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From c98bb942ae5bfc99f0e602da27ded40947139eaf Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 14 Apr 2023 18:13:55 +0300 Subject: [PATCH 192/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +green From 65876713cdba6e155bd100041d0ffacf2aeeff03 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 14 Apr 2023 15:15:58 +0000 Subject: [PATCH 193/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 1aa62d0f73598ed33bfdd0a0f58a621713a49e8f Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 18 Apr 2023 11:28:15 +0300 Subject: [PATCH 194/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From f18a10cba0de745eafa50524bddd798ac0376369 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 18 Apr 2023 08:30:32 +0000 Subject: [PATCH 195/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From c04bca109f0cf82b01182c94099b8a5816a1186b Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 18 Apr 2023 18:11:28 +0300 Subject: [PATCH 196/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From dea639acd37359366116c886b398bb531f4569bb Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 18 Apr 2023 15:17:34 +0000 Subject: [PATCH 197/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 31e042ec85d7526b7f9159693aaede06be59b37a Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 19 Apr 2023 18:11:41 +0300 Subject: [PATCH 198/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +purple From 391ace6147f3e939ac2bc4b0390b7e75e5647f2e Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 19 Apr 2023 15:13:48 +0000 Subject: [PATCH 199/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From 503a453cd2a5df45ff0fb3a8b60a38b08de7ac75 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 20 Apr 2023 19:22:41 +0300 Subject: [PATCH 200/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +green From 3aca74cd997015fd8f9e27f52cf06a636b76659d Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 20 Apr 2023 16:24:49 +0000 Subject: [PATCH 201/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From fbd41fe2f37c3ea8319205e12ea726ea4ffb665b Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 21 Apr 2023 19:57:21 +0300 Subject: [PATCH 202/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +yellow From 9d4244272cff3d0072d9b4da82097cd33d316168 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 21 Apr 2023 16:59:33 +0000 Subject: [PATCH 203/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 007d00429fa1374bbbe81e1930d0bdbe1843017e Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 24 Apr 2023 18:18:17 +0300 Subject: [PATCH 204/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +blue From c53ce7fdab534aec6c0966133210effd4efe800f Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 24 Apr 2023 18:53:55 +0300 Subject: [PATCH 205/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +green From af42d7ee38ef6b618e4a4895c662e3544cd6033c Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 24 Apr 2023 15:56:07 +0000 Subject: [PATCH 206/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 9de586a18cc10a97a1cb489fc15bed308f3369b5 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 25 Apr 2023 18:23:03 +0300 Subject: [PATCH 207/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From 4c75a209a2d4ac782e4a3524062dffa83793df6d Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 25 Apr 2023 15:25:11 +0000 Subject: [PATCH 208/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 277c2a0cb91d1c2b5da64d2cde88d5adec0bc7f1 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 26 Apr 2023 18:19:28 +0300 Subject: [PATCH 209/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From fa77a75b7cb7fee857021b5907ae1b44f483fb93 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 26 Apr 2023 15:21:51 +0000 Subject: [PATCH 210/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 96c0eb6902b2fefac845735314d0d5d0e5e4293e Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 27 Apr 2023 18:18:13 +0300 Subject: [PATCH 211/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +green From 16cc5ea6bb996578fd3812d05311e3e4caf016f5 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 27 Apr 2023 15:20:13 +0000 Subject: [PATCH 212/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From def2cf45e8b87142b93123b0e4ceff471d37fead Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 28 Apr 2023 18:14:49 +0300 Subject: [PATCH 213/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +purple From 02bb6bcf406f8ae41198ca0a2345fa7fb7292645 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 28 Apr 2023 15:16:51 +0000 Subject: [PATCH 214/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From 2e435d3d188307e878756560591ee704d67c1c35 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 2 May 2023 10:49:53 +0300 Subject: [PATCH 215/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +green From 5cfd64d69fe18f41001f52d721ab0303b1f18d88 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 2 May 2023 07:51:55 +0000 Subject: [PATCH 216/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From a5dc3ac2ae8bfcbcd0301eacf9b2c5ad1a37077c Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 2 May 2023 22:01:52 +0300 Subject: [PATCH 217/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From 3a7808754376d8f0ffdc9e0eb5c4f75767cc73ff Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 2 May 2023 19:04:16 +0000 Subject: [PATCH 218/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From de4c7dd9f15a2351196cbc86844b9e4bb575c044 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 3 May 2023 18:46:59 +0300 Subject: [PATCH 219/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From 9927b2b103718acbe3167e242adc4b3b97eb170d Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 3 May 2023 15:49:33 +0000 Subject: [PATCH 220/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 5601405acfb109fb9cde888059e97df4c3db8624 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 4 May 2023 18:02:40 +0300 Subject: [PATCH 221/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +purple From 6a8d9afa2dfe2fa12c9cb63ce4c2b6ea23bdfab1 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 4 May 2023 15:04:49 +0000 Subject: [PATCH 222/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From d88555ba52816d602b0926535c0c341ba2ebf142 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 5 May 2023 23:48:45 +0300 Subject: [PATCH 223/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +green From 087b9d6450dc8320acb5ac4e2c2349bfd6d82633 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 5 May 2023 20:50:54 +0000 Subject: [PATCH 224/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 3bd3367c0980645e1004f0e5e9e02535628991d3 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 7 May 2023 23:24:21 +0300 Subject: [PATCH 225/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +yellow From a7f2b81effc8e76bffc7b6f47473e9595e3532ff Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 7 May 2023 20:26:32 +0000 Subject: [PATCH 226/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 47acaab4ae2a3b393c5634a0a74c69627bf00546 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 9 May 2023 10:38:41 +0300 Subject: [PATCH 227/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +blue From d454398eb3f87371e627f5d5030b6c5d5053af6d Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 9 May 2023 07:41:00 +0000 Subject: [PATCH 228/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From eb5db27f83902631da47e97db36aa18482f4dc5c Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 9 May 2023 19:16:27 +0300 Subject: [PATCH 229/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +purple From 305aef88caff63f67189f8eae55321b65f31582d Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 9 May 2023 16:18:53 +0000 Subject: [PATCH 230/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From d3eebdbff1093f33ba285115908c2079a7681e09 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 11 May 2023 18:03:04 +0300 Subject: [PATCH 231/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +red From 598113f2456fcc24e82288d90cf29e2ea0a1bcef Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 11 May 2023 15:05:30 +0000 Subject: [PATCH 232/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From 312f39f2ca278e743357507e6ece8406ff30f847 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 12 May 2023 23:07:59 +0300 Subject: [PATCH 233/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +yellow From e5e8887d1a63f192104ba821717af52ba5c65689 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 12 May 2023 20:09:50 +0000 Subject: [PATCH 234/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From ef81256cfea459cb9a55d8b95c7811b5666aa7c5 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 15 May 2023 22:20:32 +0300 Subject: [PATCH 235/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +blue From a0e88888443dc9cb76592c13c41ef7a74414cf63 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 15 May 2023 19:22:31 +0000 Subject: [PATCH 236/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 528a5395e95ef6b03cee5ff9b0e16c523bd3e134 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 16 May 2023 18:18:13 +0300 Subject: [PATCH 237/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +green From f88a1a22ba005e5508fda48d8f27382463382cb5 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 16 May 2023 15:20:32 +0000 Subject: [PATCH 238/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 261827de7ca2e5f4482fdb897649c77498e96496 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 17 May 2023 18:04:46 +0300 Subject: [PATCH 239/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +red From 48c6b13dee365fc990b99a08ec4d192b01ea75ec Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 17 May 2023 15:06:54 +0000 Subject: [PATCH 240/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From e1bac172b2da09c3824a722a2ae6adf55b68264b Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 18 May 2023 18:29:02 +0300 Subject: [PATCH 241/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +blue From cad5c2106b7f052287891901d03e197e934c3951 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 18 May 2023 15:31:33 +0000 Subject: [PATCH 242/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 37684f0f0809374e978a5c15ce7e277ca734743d Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 21 May 2023 22:08:07 +0300 Subject: [PATCH 243/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From dd8cb708103bfeb553e52360b9a0ad48adc5b04b Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 21 May 2023 19:11:25 +0000 Subject: [PATCH 244/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From f6b4fa3fda3b015834b9cb84f85df82ec0e543bf Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 22 May 2023 18:27:17 +0300 Subject: [PATCH 245/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +green From 093b30b39bf5c534ef77380bc77760da845ffeb3 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 22 May 2023 15:29:36 +0000 Subject: [PATCH 246/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 4672861891a77e259db1d8fbe07ac26edb4ba3d7 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 23 May 2023 18:20:37 +0300 Subject: [PATCH 247/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +purple From 8d2a1048108ab6b64f0f4934b50fec10ab5debff Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 23 May 2023 15:23:26 +0000 Subject: [PATCH 248/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From d5c77b9d4afa2a099175c9549986e4b1aabcee11 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 24 May 2023 18:08:53 +0300 Subject: [PATCH 249/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +red From b62654ac1dd18892408b404ee11b81a6436710c3 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 24 May 2023 15:11:28 +0000 Subject: [PATCH 250/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From fff0f4d25b63bfa7dcea9638e32aa5b744d4b9b0 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 26 May 2023 12:35:21 +0300 Subject: [PATCH 251/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +yellow From 96cfe15350cec9995403367e9838a6174026ee2b Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 26 May 2023 09:37:26 +0000 Subject: [PATCH 252/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 1c853bbd8bb4e3d608a8168fc7910dbd168944c0 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 26 May 2023 18:49:33 +0300 Subject: [PATCH 253/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +blue From cee0b0246a2faa9c8c91d63a31980b95a78d1052 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 26 May 2023 15:51:55 +0000 Subject: [PATCH 254/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 4c5d94f1507f263197a2cfea493233541f6e42b2 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 29 May 2023 10:59:19 +0300 Subject: [PATCH 255/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +purple From c94bf131ad4a9ad231a93adc4b0752b8954b8bed Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 29 May 2023 08:01:34 +0000 Subject: [PATCH 256/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From b0add53f4b70eba8baf66562fcb334232ecc02a6 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 31 May 2023 17:28:08 +0300 Subject: [PATCH 257/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +green From 29872d93b72ae3f3d5acb7ebd053efad64aefaa6 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 31 May 2023 17:54:07 +0300 Subject: [PATCH 258/348] Update ci.yml --- .github/workflows/ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fbccc60a..99935f129 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,13 +35,17 @@ jobs: - name: report image with: # Runtime to use for the enrichment. - CF_RUNTIME_NAME: 'codefresh-hosted' +# CF_RUNTIME_NAME: 'codefresh-hosted' # CF_PLATFORM_URL: https://app-staging.codefresh.io # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} - CF_PLATFORM_URL: https://g.codefresh.io - CF_API_KEY: ${{secrets.CF_API_KEY}} +# CF_PLATFORM_URL: https://g.codefresh.io +# CF_API_KEY: ${{secrets.CF_API_KEY}} + + CF_RUNTIME_NAME: 'onprem-runtime' + CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' + CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets From c11a3a89dce0e55f6833fbf011dd3b4947fc2267 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 31 May 2023 14:57:42 +0000 Subject: [PATCH 259/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 3008c73764be42e0066ba89f8b704b3d46fdee6c Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 1 Jun 2023 16:45:35 +0300 Subject: [PATCH 260/348] Update ci.yml --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99935f129..2fac29438 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,17 +35,17 @@ jobs: - name: report image with: # Runtime to use for the enrichment. -# CF_RUNTIME_NAME: 'codefresh-hosted' + CF_RUNTIME_NAME: 'codefresh-hosted' # CF_PLATFORM_URL: https://app-staging.codefresh.io # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} -# CF_PLATFORM_URL: https://g.codefresh.io -# CF_API_KEY: ${{secrets.CF_API_KEY}} + CF_PLATFORM_URL: https://g.codefresh.io + CF_API_KEY: ${{secrets.CF_API_KEY}} - CF_RUNTIME_NAME: 'onprem-runtime' - CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' - CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} +# CF_RUNTIME_NAME: 'onprem-runtime' +# CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' +# CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets From 93bc3382017563bf95388fc846fff41f79e45821 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 1 Jun 2023 16:55:39 +0300 Subject: [PATCH 261/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +yellow From f52abe6aa1873635f53c9a9eaf5744441e556ca3 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 1 Jun 2023 13:58:03 +0000 Subject: [PATCH 262/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 72979092639b83ed926340660565ef75a540859a Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 9 Jun 2023 10:55:08 +0300 Subject: [PATCH 263/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +blue From 7b8ad93ab32373f121b2c18231b284d22e29ac24 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 9 Jun 2023 07:57:22 +0000 Subject: [PATCH 264/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 5046201b35bd24c362a142e1350eed235e1a8066 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 18 Jun 2023 00:30:12 +0300 Subject: [PATCH 265/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From b934f62c8797d965216603a8827d82b6d72a6527 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sat, 17 Jun 2023 21:37:58 +0000 Subject: [PATCH 266/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 275da2b434ebe0e246fcb0292bc08b8821be77a5 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 19 Jun 2023 09:17:19 +0300 Subject: [PATCH 267/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +green From 62df27ce7e3272b4f3fd9519f5d759b364d9440b Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 19 Jun 2023 06:19:41 +0000 Subject: [PATCH 268/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From a91f5fe2311eceea48daf1536524ddc22a0a0a7e Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 20 Jun 2023 17:58:17 +0300 Subject: [PATCH 269/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +purple From 5dc896312f073ad2c36dccfa5b2c65034380c67b Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 20 Jun 2023 15:01:01 +0000 Subject: [PATCH 270/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From d41a18f3401fb8995b66e69d0196432907d14992 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 3 Jul 2023 11:04:53 +0300 Subject: [PATCH 271/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +red From 46d5e910bfa76a3e3f650bfdf4dd23a6cf34cf8a Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 6 Jul 2023 12:22:15 +0300 Subject: [PATCH 272/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +green From d1cefec5ea1ca57b825d56852a157ceabb9a5438 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 6 Jul 2023 09:24:51 +0000 Subject: [PATCH 273/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 439242f07fee95700cacf03cd0044c02351e1548 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 10 Jul 2023 18:21:04 +0300 Subject: [PATCH 274/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +purple From 4389a9cebfc2e1f1d67c6b434a9baa59fb96ff9c Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 10 Jul 2023 15:23:45 +0000 Subject: [PATCH 275/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From 719dc6ace26e0baeb727c2b86fe1eab0d0d48f17 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 17 Jul 2023 10:51:44 +0300 Subject: [PATCH 276/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +yellow From 94220faabc8ef3ad31722c36b4b6efa09a5a2373 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 17 Jul 2023 07:54:23 +0000 Subject: [PATCH 277/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 698880279aff6cb359c0ccde42959d3ee8f4e913 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 21 Jul 2023 11:03:30 +0300 Subject: [PATCH 278/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +blue From 71e7277e0bc4b5c2b75b34b8d913ae3955e35a27 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 21 Jul 2023 08:06:04 +0000 Subject: [PATCH 279/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 0eb6c640a5136b122c42292bb0b7ffb668084ed6 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 28 Jul 2023 15:51:26 +0300 Subject: [PATCH 280/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +green From 23931b0ca115334ee40506ed6efb16351869952e Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 28 Jul 2023 12:54:14 +0000 Subject: [PATCH 281/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 7ba7474925653b0abb59257a0793f945a93d9dc5 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 31 Jul 2023 19:21:58 +0300 Subject: [PATCH 282/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From f5ad4bb222f9c581d852bcb7ece908b8b9405fdf Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 31 Jul 2023 16:24:53 +0000 Subject: [PATCH 283/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 12121bc3cbfaa409c13869507a46b5c9c1588406 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 1 Aug 2023 18:40:14 +0300 Subject: [PATCH 284/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +purple From 4900bc6ac985aa37699acba13c44afcd43131321 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 1 Aug 2023 15:42:57 +0000 Subject: [PATCH 285/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From 99c6d7e357e7d0e1eaee5fd4172f6d5b032da2e0 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 2 Aug 2023 18:38:56 +0300 Subject: [PATCH 286/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +green From 594cdddc3c422199854d16a5d53825526a842a9c Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 2 Aug 2023 15:41:33 +0000 Subject: [PATCH 287/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From c27db920ded3f3fc6af0250965fe0e8c1b1846f1 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 3 Aug 2023 18:12:39 +0300 Subject: [PATCH 288/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +yellow From 6192a7ae35d94083e5783da5c86b174c7fab6101 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 3 Aug 2023 15:14:56 +0000 Subject: [PATCH 289/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From e7fe0f53390d6765feca9e785ef55dfb80757b1f Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 4 Aug 2023 18:25:39 +0300 Subject: [PATCH 290/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +blue From d1718cbb6af057bd30160efdf2d731a2f8af03d2 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 4 Aug 2023 15:28:00 +0000 Subject: [PATCH 291/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From f122249b2a0e29eab963090d83131b65768ba4cd Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 7 Aug 2023 18:22:56 +0300 Subject: [PATCH 292/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +red From 51591a1e919c5940e71c0128c1dd3e2b43ae95d4 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 7 Aug 2023 15:25:13 +0000 Subject: [PATCH 293/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From 12282c86cbb9dc6a1df4ec8cb587a6bcfd0b0173 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 8 Aug 2023 21:45:33 +0300 Subject: [PATCH 294/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +blue From 4079d6e7e5848cd3e38eb5d5fa7465d829f98bfd Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 8 Aug 2023 18:47:23 +0000 Subject: [PATCH 295/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 0eb0738cf9b54f3ecd441324f2b93c4b84942d63 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 10 Aug 2023 18:17:07 +0300 Subject: [PATCH 296/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +green From b442ec37a1994109e78e1149d0fb1675878dfcc3 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 10 Aug 2023 15:19:37 +0000 Subject: [PATCH 297/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From d29af299ebda1ff9fb5885e073653c4a1b7a4ba2 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 14 Aug 2023 10:58:16 +0300 Subject: [PATCH 298/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +yellow From d272855c2d25fa3d32d169d8e4f69742e6a815b4 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 14 Aug 2023 08:00:17 +0000 Subject: [PATCH 299/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 1b5989b31ee8f7dff5dfdbee51cecd7c18b56e89 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 14 Aug 2023 19:33:24 +0300 Subject: [PATCH 300/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +blue From 3fe8eca67d4a6bc9de99467d3367aea6729452d8 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Mon, 14 Aug 2023 16:35:49 +0000 Subject: [PATCH 301/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 52a6fb0479cc75bff16395bf065681ea2c9bdeb7 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 23 Aug 2023 16:34:48 +0300 Subject: [PATCH 302/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From af226e0d33882af04440690f98df8f4053a6d452 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 23 Aug 2023 16:52:44 +0300 Subject: [PATCH 303/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +blue From 783dde625e1c4e9f6f51918bbcd2a4a1119f3a98 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 23 Aug 2023 17:21:29 +0300 Subject: [PATCH 304/348] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fac29438..72ddebadb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,8 @@ jobs: # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} CF_PLATFORM_URL: https://g.codefresh.io - CF_API_KEY: ${{secrets.CF_API_KEY}} + # CF_API_KEY: ${{secrets.CF_API_KEY}} + CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} # CF_RUNTIME_NAME: 'onprem-runtime' # CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' From 057d05109c85f221994dd24a20016e792d1bf8e0 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 23 Aug 2023 17:23:54 +0300 Subject: [PATCH 305/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From 449a3c7fc87453d19a284d3a69bb14d457f798eb Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 23 Aug 2023 14:25:34 +0000 Subject: [PATCH 306/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 6da1a84b751a697d1415313468caf4fc8b2e1555 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 23 Aug 2023 18:12:06 +0300 Subject: [PATCH 307/348] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72ddebadb..0a3601b15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} CF_PLATFORM_URL: https://g.codefresh.io - # CF_API_KEY: ${{secrets.CF_API_KEY}} - CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} + CF_API_KEY: ${{secrets.CF_API_KEY}} + # CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} # CF_RUNTIME_NAME: 'onprem-runtime' # CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' From ca462f6d0b650c61518c046cf7b458d5547f1b1c Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 23 Aug 2023 19:28:43 +0300 Subject: [PATCH 308/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +red From 5a96eabfab0fd56a7af08b8a537039fcccd282cd Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 23 Aug 2023 16:30:24 +0000 Subject: [PATCH 309/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From 6f229b6f2811902cf15accea4c97a0c171679130 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 3 Sep 2023 13:08:59 +0300 Subject: [PATCH 310/348] Update ci.yml --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a3601b15..0632f4455 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,18 +35,18 @@ jobs: - name: report image with: # Runtime to use for the enrichment. - CF_RUNTIME_NAME: 'codefresh-hosted' + # CF_RUNTIME_NAME: 'codefresh-hosted' # CF_PLATFORM_URL: https://app-staging.codefresh.io # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} - CF_PLATFORM_URL: https://g.codefresh.io - CF_API_KEY: ${{secrets.CF_API_KEY}} + # CF_PLATFORM_URL: https://g.codefresh.io + # CF_API_KEY: ${{secrets.CF_API_KEY}} # CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} -# CF_RUNTIME_NAME: 'onprem-runtime' -# CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' -# CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} + CF_RUNTIME_NAME: 'codefresh-onprem' + CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' + CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets From 41bff629403398438412e741ac813a35ed5206c5 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 3 Sep 2023 13:09:17 +0300 Subject: [PATCH 311/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +green From bad0aaa5c4f31901e3fdd2275608539fa6c2bd4b Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 3 Sep 2023 13:13:40 +0300 Subject: [PATCH 312/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From c83d4ad8c643eb022829cf3f18a85ab9573ea14c Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Sun, 3 Sep 2023 10:16:00 +0000 Subject: [PATCH 313/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From ed965bde75eb85a58aaee4ab6ca742b2c2ed5cde Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 6 Sep 2023 14:58:03 +0300 Subject: [PATCH 314/348] Update ci.yml --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0632f4455..45a9a06e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,18 +35,18 @@ jobs: - name: report image with: # Runtime to use for the enrichment. - # CF_RUNTIME_NAME: 'codefresh-hosted' + CF_RUNTIME_NAME: 'codefresh-hosted' # CF_PLATFORM_URL: https://app-staging.codefresh.io # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} - # CF_PLATFORM_URL: https://g.codefresh.io + CF_PLATFORM_URL: https://g.codefresh.io # CF_API_KEY: ${{secrets.CF_API_KEY}} - # CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} + CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} - CF_RUNTIME_NAME: 'codefresh-onprem' - CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' - CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} + # CF_RUNTIME_NAME: 'codefresh-onprem' + # CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' + # CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets From 2b4d7e2559e04e09821f418928148ab3171fa6ab Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 6 Sep 2023 16:35:04 +0300 Subject: [PATCH 315/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +yellow From b517d8f5eedd74b9d0c81afce4f446a0fc1ae052 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 6 Sep 2023 13:37:17 +0000 Subject: [PATCH 316/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index e55d39488..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:blue + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 811a46c34213efe97e7a88730ec8337686ba0191 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 21 Sep 2023 17:48:51 +0300 Subject: [PATCH 317/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +green From 9a3d79d64c06dc3d5039fd76980a9100dfdd33be Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 21 Sep 2023 17:56:10 +0300 Subject: [PATCH 318/348] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45a9a06e0..7d5fbbbdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: # CF_PLATFORM_URL: https://app-staging.codefresh.io # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} - CF_PLATFORM_URL: https://g.codefresh.io + CF_PLATFORM_URL: 'https://g.codefresh.io' # CF_API_KEY: ${{secrets.CF_API_KEY}} CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} From 3b4146d70c8671b79a2178e4e6f9f7279f5001d1 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 21 Sep 2023 17:56:57 +0300 Subject: [PATCH 319/348] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d5fbbbdb..3b9ac7025 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} CF_PLATFORM_URL: 'https://g.codefresh.io' - # CF_API_KEY: ${{secrets.CF_API_KEY}} - CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} + CF_API_KEY: ${{secrets.CF_API_KEY}} + # CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} # CF_RUNTIME_NAME: 'codefresh-onprem' # CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' From 6d7c9c7a08114b9202d570258663bd3a9cc7c451 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 21 Sep 2023 18:03:53 +0300 Subject: [PATCH 320/348] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b9ac7025..16d3b01db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,9 @@ jobs: # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} CF_PLATFORM_URL: 'https://g.codefresh.io' - CF_API_KEY: ${{secrets.CF_API_KEY}} + #CF_API_KEY: ${{secrets.CF_API_KEY}} # CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} + CF_API_KEY: ${{secrets.CF_API_KEY_FREE}} # CF_RUNTIME_NAME: 'codefresh-onprem' # CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' From 6c58a285893582647955d2f357563cb9eddb82e4 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 21 Sep 2023 18:10:04 +0300 Subject: [PATCH 321/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +red From 934d1e7f1afa0d1b0bb549cfbbb2fe14d8285aff Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 21 Sep 2023 15:12:06 +0000 Subject: [PATCH 322/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..510091b0d 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:red imagePullPolicy: Always ports: - name: http From 35084d21db158a88555f47c18e78d4438d9694ea Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 8 Dec 2023 13:46:56 +0200 Subject: [PATCH 323/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +green From c3d93b427308886ee168dd4a46b2adbddaf1cc1f Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 8 Dec 2023 13:47:19 +0200 Subject: [PATCH 324/348] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16d3b01db..dad06af1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: report image with: # Runtime to use for the enrichment. - CF_RUNTIME_NAME: 'codefresh-hosted' + CF_RUNTIME_NAME: 'codefresh' # CF_PLATFORM_URL: https://app-staging.codefresh.io # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} From 69d3d9e959e0f5a504a0d911416c056009b1dafa Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 8 Dec 2023 13:55:19 +0200 Subject: [PATCH 325/348] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dad06af1b..1257efe58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,8 @@ jobs: CF_PLATFORM_URL: 'https://g.codefresh.io' #CF_API_KEY: ${{secrets.CF_API_KEY}} - # CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} - CF_API_KEY: ${{secrets.CF_API_KEY_FREE}} + CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} + # CF_API_KEY: ${{secrets.CF_API_KEY_FREE}} # CF_RUNTIME_NAME: 'codefresh-onprem' # CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' From 1c6f881401ab72382c67095a6b7d179f694f7850 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 8 Dec 2023 14:09:15 +0200 Subject: [PATCH 326/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +purple From 18949aa7865b2b80e948821e308b35e7f07c4f48 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 8 Dec 2023 12:12:52 +0000 Subject: [PATCH 327/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 510091b0d..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:red + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From 8532ded3c1250a3b46da73244070ccd00d6c543d Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 8 Dec 2023 16:36:16 +0200 Subject: [PATCH 328/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..d1ed081df 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +yellow From e5c0fd747ee6d466351242a020556c3eae2e2f8f Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Fri, 8 Dec 2023 14:38:49 +0000 Subject: [PATCH 329/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..797ce0d39 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:yellow imagePullPolicy: Always ports: - name: http From 0274043fe46c94ef054a1a1dc77790539a008c09 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 20 Dec 2023 16:54:08 +0200 Subject: [PATCH 330/348] Update ci.yml --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1257efe58..933bc248c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,19 +35,19 @@ jobs: - name: report image with: # Runtime to use for the enrichment. - CF_RUNTIME_NAME: 'codefresh' + # CF_RUNTIME_NAME: 'codefresh' # CF_PLATFORM_URL: https://app-staging.codefresh.io # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} - CF_PLATFORM_URL: 'https://g.codefresh.io' + # CF_PLATFORM_URL: 'https://g.codefresh.io' #CF_API_KEY: ${{secrets.CF_API_KEY}} - CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} + # CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} # CF_API_KEY: ${{secrets.CF_API_KEY_FREE}} - # CF_RUNTIME_NAME: 'codefresh-onprem' - # CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' - # CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} + CF_RUNTIME_NAME: 'codefresh-onprem' + CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' + CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets From 0394dea2cf82ad586ff5e99d0a5f7ad7473bbf7b Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 20 Dec 2023 16:57:21 +0200 Subject: [PATCH 331/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index d1ed081df..08ec89e7f 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -yellow +purple From 3be24fdc40677e383c63a88c60d3fa5bd99733fc Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 20 Dec 2023 14:58:59 +0000 Subject: [PATCH 332/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 797ce0d39..69418be87 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:yellow + image: alina1test/rollouts-demo:purple imagePullPolicy: Always ports: - name: http From 702c08f1baaffd12235bf12d7b4c43f878690ff3 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 17 Jan 2024 17:07:59 +0200 Subject: [PATCH 333/348] Update ci.yml --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 933bc248c..6194782aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,19 +35,19 @@ jobs: - name: report image with: # Runtime to use for the enrichment. - # CF_RUNTIME_NAME: 'codefresh' + CF_RUNTIME_NAME: 'codefresh' # CF_PLATFORM_URL: https://app-staging.codefresh.io # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} - # CF_PLATFORM_URL: 'https://g.codefresh.io' - #CF_API_KEY: ${{secrets.CF_API_KEY}} + CF_PLATFORM_URL: 'https://g.codefresh.io' + CF_API_KEY: ${{secrets.CF_API_KEY}} # CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} # CF_API_KEY: ${{secrets.CF_API_KEY_FREE}} - CF_RUNTIME_NAME: 'codefresh-onprem' - CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' - CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} + # CF_RUNTIME_NAME: 'codefresh-onprem' + # CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' + # CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets From 028f5c05115e739ed381246a9be16d451fc794c7 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 17 Jan 2024 17:08:34 +0200 Subject: [PATCH 334/348] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6194782aa..fabd124cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: report image with: # Runtime to use for the enrichment. - CF_RUNTIME_NAME: 'codefresh' + CF_RUNTIME_NAME: 'codefresh-hosted' # CF_PLATFORM_URL: https://app-staging.codefresh.io # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} From 03c0bd2a21f998ffa08ba914defe0d127d7323d5 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 17 Jan 2024 17:13:39 +0200 Subject: [PATCH 335/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08ec89e7f..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -purple +green From 83a06477a99726b0000f7c1a1e51ce90150be43f Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 17 Jan 2024 15:22:06 +0000 Subject: [PATCH 336/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 69418be87..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:purple + image: alina1test/rollouts-demo:green imagePullPolicy: Always ports: - name: http From 25de27f600b968acb21f7f328d255a2c54ed11d9 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 30 Jan 2024 15:43:15 +0200 Subject: [PATCH 337/348] Update canary-rollout.yaml --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..20316e96f 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -3,7 +3,7 @@ kind: Rollout metadata: name: canary-demo spec: - replicas: 5 + replicas: 4 revisionHistoryLimit: 1 selector: matchLabels: From 894083c264712161c10370bad76ece9a7e980446 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 30 Jan 2024 15:46:31 +0200 Subject: [PATCH 338/348] Update canary-rollout.yaml --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index 20316e96f..f9db21d6c 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -3,7 +3,7 @@ kind: Rollout metadata: name: canary-demo spec: - replicas: 4 + replicas: 5 revisionHistoryLimit: 1 selector: matchLabels: From 4de33f27922cc4263d92408159a1ee808539482f Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 20 Mar 2024 16:22:24 +0200 Subject: [PATCH 339/348] Update ci.yml --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fabd124cc..5022e9243 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,19 +35,19 @@ jobs: - name: report image with: # Runtime to use for the enrichment. - CF_RUNTIME_NAME: 'codefresh-hosted' + # CF_RUNTIME_NAME: 'codefresh-hosted' # CF_PLATFORM_URL: https://app-staging.codefresh.io # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} - CF_PLATFORM_URL: 'https://g.codefresh.io' - CF_API_KEY: ${{secrets.CF_API_KEY}} + # CF_PLATFORM_URL: 'https://g.codefresh.io' + # CF_API_KEY: ${{secrets.CF_API_KEY}} # CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} # CF_API_KEY: ${{secrets.CF_API_KEY_FREE}} - # CF_RUNTIME_NAME: 'codefresh-onprem' - # CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' - # CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} + CF_RUNTIME_NAME: 'codefresh-onprem' + CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' + CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets From b279fd8398e15f1b945ffd00553e87e254d6b91b Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 20 Mar 2024 16:26:58 +0200 Subject: [PATCH 340/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From 91fe6cd2a10470eae4a0e86d622a8f5f6ccd3baa Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Wed, 20 Mar 2024 14:29:05 +0000 Subject: [PATCH 341/348] Update version --- canary-rollout/canary-rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-rollout/canary-rollout.yaml b/canary-rollout/canary-rollout.yaml index f9db21d6c..e55d39488 100644 --- a/canary-rollout/canary-rollout.yaml +++ b/canary-rollout/canary-rollout.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: canary-demo - image: alina1test/rollouts-demo:green + image: alina1test/rollouts-demo:blue imagePullPolicy: Always ports: - name: http From 77e0ed89a082fb753edebe9b642dc91f4fb559b3 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 28 Mar 2024 16:37:34 +0200 Subject: [PATCH 342/348] Update ci.yml --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5022e9243..7f9560e09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,19 +35,19 @@ jobs: - name: report image with: # Runtime to use for the enrichment. - # CF_RUNTIME_NAME: 'codefresh-hosted' + CF_RUNTIME_NAME: 'codefresh-hosted' # CF_PLATFORM_URL: https://app-staging.codefresh.io # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} - # CF_PLATFORM_URL: 'https://g.codefresh.io' + CF_PLATFORM_URL: 'https://g.codefresh.io' # CF_API_KEY: ${{secrets.CF_API_KEY}} # CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} - # CF_API_KEY: ${{secrets.CF_API_KEY_FREE}} + CF_API_KEY: ${{secrets.CF_API_KEY_FREE}} - CF_RUNTIME_NAME: 'codefresh-onprem' - CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' - CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} + # CF_RUNTIME_NAME: 'codefresh-onprem' + # CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' + # CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets From b9a6127f9d35b0efcf1a01281dc436b0cb290c55 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 28 Mar 2024 16:58:29 +0200 Subject: [PATCH 343/348] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f9560e09..237cda067 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: report image with: # Runtime to use for the enrichment. - CF_RUNTIME_NAME: 'codefresh-hosted' + CF_RUNTIME_NAME: 'codefresh' # CF_PLATFORM_URL: https://app-staging.codefresh.io # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} From 38c19d3f02797b65a3304fc7644742d55973d110 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Thu, 28 Mar 2024 17:01:49 +0200 Subject: [PATCH 344/348] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 237cda067..6194782aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,9 @@ jobs: # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} CF_PLATFORM_URL: 'https://g.codefresh.io' - # CF_API_KEY: ${{secrets.CF_API_KEY}} + CF_API_KEY: ${{secrets.CF_API_KEY}} # CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} - CF_API_KEY: ${{secrets.CF_API_KEY_FREE}} + # CF_API_KEY: ${{secrets.CF_API_KEY_FREE}} # CF_RUNTIME_NAME: 'codefresh-onprem' # CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' From 7c3a1f16ebdda2008a54401ab980fea1cb57a108 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 4 Jun 2024 16:04:50 +0300 Subject: [PATCH 345/348] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +green From 0c9241fa3987e7877cb829c317733cdd7e068963 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 4 Jun 2024 16:20:16 +0300 Subject: [PATCH 346/348] Update ci.yml --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6194782aa..ff629371e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,15 +35,16 @@ jobs: - name: report image with: # Runtime to use for the enrichment. - CF_RUNTIME_NAME: 'codefresh' + CF_RUNTIME_NAME: 'test-date' # CF_PLATFORM_URL: https://app-staging.codefresh.io # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} - CF_PLATFORM_URL: 'https://g.codefresh.io' - CF_API_KEY: ${{secrets.CF_API_KEY}} + CF_PLATFORM_URL: 'https://pre-prod.codefresh.io' + # CF_API_KEY: ${{secrets.CF_API_KEY}} # CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} # CF_API_KEY: ${{secrets.CF_API_KEY_FREE}} + CF_API_KEY_PRE_PROD: ${{secrets.CF_API_KEY_PRE_PROD}} # CF_RUNTIME_NAME: 'codefresh-onprem' # CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' From 7e74599d58d44ffee4d9b91e6d9ccd03b2590ed2 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 4 Jun 2024 16:21:47 +0300 Subject: [PATCH 347/348] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff629371e..966d803a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: # CF_API_KEY: ${{secrets.CF_API_KEY}} # CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} # CF_API_KEY: ${{secrets.CF_API_KEY_FREE}} - CF_API_KEY_PRE_PROD: ${{secrets.CF_API_KEY_PRE_PROD}} + CF_API_KEY: ${{secrets.CF_API_KEY_PRE_PROD}} # CF_RUNTIME_NAME: 'codefresh-onprem' # CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' From 212e7746af6ee4fe21b23a0addc0206b43f2e3d4 Mon Sep 17 00:00:00 2001 From: alina-codefresh Date: Tue, 25 Jun 2024 16:31:02 +0300 Subject: [PATCH 348/348] Update ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 966d803a4..2f1195eb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,15 +40,15 @@ jobs: # CF_PLATFORM_URL: https://app-staging.codefresh.io # CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}} - CF_PLATFORM_URL: 'https://pre-prod.codefresh.io' + # CF_PLATFORM_URL: 'https://pre-prod.codefresh.io' # CF_API_KEY: ${{secrets.CF_API_KEY}} # CF_API_KEY: ${{secrets.CF_API_KEY_TEST}} # CF_API_KEY: ${{secrets.CF_API_KEY_FREE}} - CF_API_KEY: ${{secrets.CF_API_KEY_PRE_PROD}} + # CF_API_KEY: ${{secrets.CF_API_KEY_PRE_PROD}} # CF_RUNTIME_NAME: 'codefresh-onprem' - # CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' - # CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} + CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com' + CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}} # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets