From d05fb9ba2d367cc2193a00d78b894e5bc1fa117b Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:13:47 +0300 Subject: [PATCH 01/36] Update values.yaml --- helm-guestbook/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index 3666712aec..5c68e210e0 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -2,7 +2,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 1 +replicaCount: 2 image: repository: gcr.io/heptio-images/ks-guestbook-demo From 863a15120bf161c807486ce275b43f47735b3008 Mon Sep 17 00:00:00 2001 From: idan-codefresh <> Date: Thu, 26 Oct 2023 12:27:15 +0000 Subject: [PATCH 02/36] Added/Modified helm-guestbook/values.yaml --- helm-guestbook/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index 5c68e210e0..c4fad38538 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -15,7 +15,8 @@ service: ingress: enabled: false - annotations: {} + annotations: + {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" path: / @@ -26,7 +27,8 @@ ingress: # hosts: # - chart-example.local -resources: {} +resources: + {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following From b293932fd9a8172b311a28637893c431e2ccbe6d Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:33:10 +0300 Subject: [PATCH 03/36] updated appVersion --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index 6fac831761..913855cee4 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -20,4 +20,4 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.0" +appVersion: "1.3" From 9ef43e68f10f0ceded782912e07f81cb086c2f41 Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:43:11 +0200 Subject: [PATCH 04/36] Update Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index 913855cee4..eac46408ce 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -20,4 +20,4 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.3" +appVersion: "1.9" From f65f7957e81aa9a917b015ac5687ff5d47f69029 Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:57:54 +0200 Subject: [PATCH 05/36] Update Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index eac46408ce..49b34e7824 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -20,4 +20,4 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.9" +appVersion: "1.4" From b361becb48c369e16242f072d2f074bf8f70b312 Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:58:18 +0200 Subject: [PATCH 06/36] Create version.yaml --- helm-guestbook/version.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 helm-guestbook/version.yaml diff --git a/helm-guestbook/version.yaml b/helm-guestbook/version.yaml new file mode 100644 index 0000000000..4db4b0359e --- /dev/null +++ b/helm-guestbook/version.yaml @@ -0,0 +1 @@ +2.9.3 From 3822a95a3ccbd32f3521c0ef10ed4d6a07248a39 Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:03:43 +0200 Subject: [PATCH 07/36] Update version.yaml --- helm-guestbook/version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/version.yaml b/helm-guestbook/version.yaml index 4db4b0359e..8175cbb8af 100644 --- a/helm-guestbook/version.yaml +++ b/helm-guestbook/version.yaml @@ -1 +1 @@ -2.9.3 +version: 2.9.3 From dd3cae01aa191174079354c258632bc9147164e8 Mon Sep 17 00:00:00 2001 From: idan-codefresh <> Date: Sun, 18 Feb 2024 08:47:53 +0000 Subject: [PATCH 08/36] Added/Modified helm-guestbook/Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index 49b34e7824..6fac831761 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -20,4 +20,4 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.4" +appVersion: "1.0" From 2db06ed830db86d7f95e9f2cccc523fc014fb015 Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Sun, 18 Feb 2024 10:54:21 +0200 Subject: [PATCH 09/36] Update Chart.yaml --- helm-guestbook/Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index 6fac831761..29b2905164 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -20,4 +20,5 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.0" +appVersion: "2.0" +test: "me" From 4704a87ce41f80250aabf42255cfbaad3aabaa03 Mon Sep 17 00:00:00 2001 From: idan-codefresh <> Date: Sun, 18 Feb 2024 09:02:29 +0000 Subject: [PATCH 10/36] Added/Modified helm-guestbook/Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index 29b2905164..35a39b3e47 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -20,5 +20,5 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "2.0" +appVersion: "1.0" test: "me" From 09c782660ac843f2a1d5af14d2083ce2f9d6d73c Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Sun, 18 Feb 2024 12:59:47 +0200 Subject: [PATCH 11/36] Update version.yaml --- helm-guestbook/version.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-guestbook/version.yaml b/helm-guestbook/version.yaml index 8175cbb8af..f688f92352 100644 --- a/helm-guestbook/version.yaml +++ b/helm-guestbook/version.yaml @@ -1 +1,2 @@ version: 2.9.3 +1.23.4 From ddbf768fb2f3088129f22ac962d546d79260fcf7 Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Sun, 18 Feb 2024 15:27:47 +0200 Subject: [PATCH 12/36] Update Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index 35a39b3e47..1d4a0d4d20 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -20,5 +20,5 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.0" +appVersion: "2.3" test: "me" From d726acd013ee7a28fe5451d5740d042607171502 Mon Sep 17 00:00:00 2001 From: idan-codefresh <> Date: Mon, 19 Feb 2024 09:27:22 +0000 Subject: [PATCH 13/36] Added/Modified helm-guestbook/Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index 1d4a0d4d20..bf079aed39 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -20,5 +20,5 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "2.3" +appVersion: "1.1" test: "me" From 5189231bbc66dd0ac557aa42708d9ce369dd30a7 Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:07:09 +0200 Subject: [PATCH 14/36] Update Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index bf079aed39..f5fb0d0669 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From 90f35025a9e1118777030e948447bdb177a1033b Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:08:15 +0200 Subject: [PATCH 15/36] Update Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index f5fb0d0669..8d54eae2c2 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.3 +version: 0.1.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From 586fef1d0836aec7e3e5afc83537556a129efa46 Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:09:31 +0200 Subject: [PATCH 16/36] Update version.yaml --- helm-guestbook/version.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm-guestbook/version.yaml b/helm-guestbook/version.yaml index f688f92352..8175cbb8af 100644 --- a/helm-guestbook/version.yaml +++ b/helm-guestbook/version.yaml @@ -1,2 +1 @@ version: 2.9.3 -1.23.4 From 006d6f558c5f916ddac604044c134ad4fdfb8c14 Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:11:09 +0200 Subject: [PATCH 17/36] Update Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index 8d54eae2c2..b783b5a793 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.5 +version: 0.1.76 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From d5b332ded81926f1accf6edb6b9114e8d6906555 Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:44:02 +0200 Subject: [PATCH 18/36] Update version.yaml --- helm-guestbook/version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/version.yaml b/helm-guestbook/version.yaml index 8175cbb8af..a290bef5e0 100644 --- a/helm-guestbook/version.yaml +++ b/helm-guestbook/version.yaml @@ -1 +1 @@ -version: 2.9.3 +version: 2.9.4 From fdb6865ba0dafac88aeb82de902a010b12fe560e Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:45:49 +0200 Subject: [PATCH 19/36] Update version.yaml --- helm-guestbook/version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/version.yaml b/helm-guestbook/version.yaml index a290bef5e0..58fa7fb7db 100644 --- a/helm-guestbook/version.yaml +++ b/helm-guestbook/version.yaml @@ -1 +1 @@ -version: 2.9.4 +version: 4.9.4 From e06e47b018635a4931e180731c47fa9341596aee Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:51:18 +0200 Subject: [PATCH 20/36] Update Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index b783b5a793..c98db1fd08 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.76 +version: 0.2.76 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From 1f762ff1f1a1b9fe3d0380d37f7a2eb9e3f924d3 Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:11:26 +0200 Subject: [PATCH 21/36] Update Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index c98db1fd08..318df79ab9 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -20,5 +20,5 @@ version: 0.2.76 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.1" +appVersion: "1.4" test: "me" From 19f7853e6c658a13244cb1b8379c823450ad0370 Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:13:42 +0200 Subject: [PATCH 22/36] Update Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index 318df79ab9..fdff9ce155 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -20,5 +20,5 @@ version: 0.2.76 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.4" +appVersion: "1.5" test: "me" From 5079708cba6c70cec35d24f94864ee7067b40822 Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:19:07 +0200 Subject: [PATCH 23/36] Update Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index fdff9ce155..429013548f 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -20,5 +20,5 @@ version: 0.2.76 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.5" +appVersion: "1.6" test: "me" From 6f65c77438cae72b0300e11741d43f8b5bb7983f Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:20:45 +0200 Subject: [PATCH 24/36] Update Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index 429013548f..81d81cd202 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -20,5 +20,5 @@ version: 0.2.76 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.6" +appVersion: "1.7" test: "me" From 17bdd00795cdab3a8eda76f9a24847a424724893 Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:22:36 +0200 Subject: [PATCH 25/36] Update Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index 81d81cd202..56b7e3c39b 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -20,5 +20,5 @@ version: 0.2.76 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.7" +appVersion: "1.8" test: "me" From 0277e4527990bfece04cecd554dda0e3e2476f3d Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:04:17 +0200 Subject: [PATCH 26/36] Update Chart.yaml --- helm-guestbook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index 56b7e3c39b..7fb0bbf4fc 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -20,5 +20,5 @@ version: 0.2.76 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.8" +appVersion: "1.9" test: "me" From 1affe61593896701538b8ed17596c0472dd67bc8 Mon Sep 17 00:00:00 2001 From: idan-codefresh <> Date: Thu, 14 Mar 2024 17:58:18 +0000 Subject: [PATCH 27/36] promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod --- helm-guestbook/Chart.yaml | 2 +- helm-guestbook/values.yaml | 2 +- helm-guestbook/version.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index 7fb0bbf4fc..03d5dc6cf1 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -20,5 +20,5 @@ version: 0.2.76 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.9" +appVersion: "1.3" test: "me" diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index c4fad38538..dad724370e 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -6,7 +6,7 @@ replicaCount: 2 image: repository: gcr.io/heptio-images/ks-guestbook-demo - tag: 0.1 + tag: 0.2 pullPolicy: IfNotPresent service: diff --git a/helm-guestbook/version.yaml b/helm-guestbook/version.yaml index 58fa7fb7db..6f142b5406 100644 --- a/helm-guestbook/version.yaml +++ b/helm-guestbook/version.yaml @@ -1 +1 @@ -version: 4.9.4 +version: 1.4 From d9144891fe7fa4e906260338222b6f114f3a1bc0 Mon Sep 17 00:00:00 2001 From: idan-codefresh <> Date: Thu, 14 Mar 2024 20:59:26 +0000 Subject: [PATCH 28/36] promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod --- helm-guestbook/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index dad724370e..c4fad38538 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -6,7 +6,7 @@ replicaCount: 2 image: repository: gcr.io/heptio-images/ks-guestbook-demo - tag: 0.2 + tag: 0.1 pullPolicy: IfNotPresent service: From 661fe3b3c742638b75e7331706a5aeb70f8f74ea Mon Sep 17 00:00:00 2001 From: idan-codefresh <67999592+idan-codefresh@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:08:01 +0300 Subject: [PATCH 29/36] Update version.yaml --- helm-guestbook/version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/version.yaml b/helm-guestbook/version.yaml index 6f142b5406..3775ee9ed7 100644 --- a/helm-guestbook/version.yaml +++ b/helm-guestbook/version.yaml @@ -1 +1 @@ -version: 1.4 +version: 1.4.40 From 794e96abddf957cdb40e6712fb987a02cbeac4ca Mon Sep 17 00:00:00 2001 From: idan-codefresh <> Date: Thu, 11 Apr 2024 07:08:36 +0000 Subject: [PATCH 30/36] Added/Modified helm-guestbook/values.yaml, helm-guestbook/version.yaml --- helm-guestbook/values.yaml | 2 +- helm-guestbook/version.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index c4fad38538..dad724370e 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -6,7 +6,7 @@ replicaCount: 2 image: repository: gcr.io/heptio-images/ks-guestbook-demo - tag: 0.1 + tag: 0.2 pullPolicy: IfNotPresent service: diff --git a/helm-guestbook/version.yaml b/helm-guestbook/version.yaml index 3775ee9ed7..51c56dcad9 100644 --- a/helm-guestbook/version.yaml +++ b/helm-guestbook/version.yaml @@ -1 +1 @@ -version: 1.4.40 +version: 1.9 From ea3e0a1c3d68c43abf8816835b64ed32c19f6cb9 Mon Sep 17 00:00:00 2001 From: idan-codefresh <> Date: Thu, 11 Apr 2024 10:32:58 +0000 Subject: [PATCH 31/36] promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod --- helm-guestbook/values.yaml | 2 +- helm-guestbook/version.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index dad724370e..c4fad38538 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -6,7 +6,7 @@ replicaCount: 2 image: repository: gcr.io/heptio-images/ks-guestbook-demo - tag: 0.2 + tag: 0.1 pullPolicy: IfNotPresent service: diff --git a/helm-guestbook/version.yaml b/helm-guestbook/version.yaml index 51c56dcad9..cbaa26b46a 100644 --- a/helm-guestbook/version.yaml +++ b/helm-guestbook/version.yaml @@ -1 +1 @@ -version: 1.9 +version: 1.9.22 From 36e79d1a6312d01ba84b45eeab35ff8bec342093 Mon Sep 17 00:00:00 2001 From: idan-codefresh <> Date: Thu, 11 Apr 2024 10:44:15 +0000 Subject: [PATCH 32/36] promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod --- helm-guestbook/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index c4fad38538..dad724370e 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -6,7 +6,7 @@ replicaCount: 2 image: repository: gcr.io/heptio-images/ks-guestbook-demo - tag: 0.1 + tag: 0.2 pullPolicy: IfNotPresent service: From 2729150b3ddf1b49d3bd0a407ff3846d1f4a5313 Mon Sep 17 00:00:00 2001 From: idan-codefresh <> Date: Thu, 11 Apr 2024 11:21:55 +0000 Subject: [PATCH 33/36] promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod --- helm-guestbook/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index dad724370e..c4fad38538 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -6,7 +6,7 @@ replicaCount: 2 image: repository: gcr.io/heptio-images/ks-guestbook-demo - tag: 0.2 + tag: 0.1 pullPolicy: IfNotPresent service: From 62e206000efdb53148afe75d53500c49caf19f4c Mon Sep 17 00:00:00 2001 From: idan-codefresh <> Date: Sun, 14 Apr 2024 10:58:32 +0000 Subject: [PATCH 34/36] promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod --- helm-guestbook/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index c4fad38538..dad724370e 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -6,7 +6,7 @@ replicaCount: 2 image: repository: gcr.io/heptio-images/ks-guestbook-demo - tag: 0.1 + tag: 0.2 pullPolicy: IfNotPresent service: From b63ae6c15ade619ad407e0e04d6cfc82a2d2aa02 Mon Sep 17 00:00:00 2001 From: idan-codefresh <> Date: Sun, 14 Apr 2024 11:07:43 +0000 Subject: [PATCH 35/36] promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod --- helm-guestbook/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index dad724370e..c4fad38538 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -6,7 +6,7 @@ replicaCount: 2 image: repository: gcr.io/heptio-images/ks-guestbook-demo - tag: 0.2 + tag: 0.1 pullPolicy: IfNotPresent service: From b7616103947380b7011ab32d18081775dbfdc17a Mon Sep 17 00:00:00 2001 From: idan-codefresh <> Date: Sun, 14 Apr 2024 11:20:04 +0000 Subject: [PATCH 36/36] promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod --- helm-guestbook/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index c4fad38538..dad724370e 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -6,7 +6,7 @@ replicaCount: 2 image: repository: gcr.io/heptio-images/ks-guestbook-demo - tag: 0.1 + tag: 0.2 pullPolicy: IfNotPresent service: