From 70e7ab4787d0101805e1b9f82f137e62e4539355 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 17 Mar 2025 10:05:44 +0000 Subject: [PATCH 1/8] ci(bump): bump authentication image version for prod to 1.1.0 --- freeleaps/helm-pkg/authentication/values.prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/values.prod.yaml b/freeleaps/helm-pkg/authentication/values.prod.yaml index 06ae6713..11251587 100644 --- a/freeleaps/helm-pkg/authentication/values.prod.yaml +++ b/freeleaps/helm-pkg/authentication/values.prod.yaml @@ -8,7 +8,7 @@ authentication: registry: docker.io repository: null name: authentication - tag: 1.0.0 + tag: 1.1.0 imagePullPolicy: IfNotPresent ports: - name: http From 76070a779d97a36e84f161cd707c08382aa8a390 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 17 Mar 2025 10:10:38 +0000 Subject: [PATCH 2/8] ci(bump): bump centralStorage image version for prod to 1.1.0 --- freeleaps/helm-pkg/centralStorage/values.prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/centralStorage/values.prod.yaml b/freeleaps/helm-pkg/centralStorage/values.prod.yaml index 9e67f418..402eecb9 100644 --- a/freeleaps/helm-pkg/centralStorage/values.prod.yaml +++ b/freeleaps/helm-pkg/centralStorage/values.prod.yaml @@ -8,7 +8,7 @@ centralStorage: registry: docker.io repository: null name: central_storage - tag: 1.0.0 + tag: 1.1.0 imagePullPolicy: IfNotPresent ports: - name: http From 32785e6e7a77afc6b8167872f567caf0279db6ca Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 17 Mar 2025 10:26:42 +0000 Subject: [PATCH 3/8] ci(bump): bump content image version for alpha to snapshot-a45698c --- freeleaps/helm-pkg/content/values.alpha.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/freeleaps/helm-pkg/content/values.alpha.yaml b/freeleaps/helm-pkg/content/values.alpha.yaml index 4becfebc..6a6a9f22 100644 --- a/freeleaps/helm-pkg/content/values.alpha.yaml +++ b/freeleaps/helm-pkg/content/values.alpha.yaml @@ -8,7 +8,7 @@ content: registry: docker.io repository: null name: content - tag: snapshot-da584b8 + tag: snapshot-a45698c imagePullPolicy: IfNotPresent ports: - name: http @@ -16,10 +16,10 @@ content: protocol: TCP resources: requests: - cpu: '50m' + cpu: 50m memory: 64Mi limits: - cpu: '100m' + cpu: 100m memory: 128Mi probes: {} services: From 041be1ec54d278325be3c974e5572590cfb18960 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 17 Mar 2025 10:32:20 +0000 Subject: [PATCH 4/8] ci(bump): bump notification image version for alpha to snapshot-a45698c --- freeleaps/helm-pkg/notification/values.alpha.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index 9ab81ed5..509c949d 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -8,7 +8,7 @@ notification: registry: docker.io repository: null name: notification - tag: snapshot-78c7217 + tag: snapshot-a45698c imagePullPolicy: IfNotPresent ports: - name: http @@ -16,10 +16,10 @@ notification: protocol: TCP resources: requests: - cpu: '50m' + cpu: 50m memory: 64Mi limits: - cpu: '100m' + cpu: 100m memory: 128Mi probes: {} services: From 03df0c928ba631f98a2bcc87488fa6c6ebc92058 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 17 Mar 2025 10:38:17 +0000 Subject: [PATCH 5/8] ci(bump): bump payment image version for alpha to snapshot-a45698c --- freeleaps/helm-pkg/payment/values.alpha.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/freeleaps/helm-pkg/payment/values.alpha.yaml b/freeleaps/helm-pkg/payment/values.alpha.yaml index 64693dd2..76df29a2 100644 --- a/freeleaps/helm-pkg/payment/values.alpha.yaml +++ b/freeleaps/helm-pkg/payment/values.alpha.yaml @@ -8,7 +8,7 @@ payment: registry: docker.io repository: null name: payment - tag: snapshot-da584b8 + tag: snapshot-a45698c imagePullPolicy: IfNotPresent ports: - name: http @@ -16,10 +16,10 @@ payment: protocol: TCP resources: requests: - cpu: '50m' + cpu: 50m memory: 64Mi limits: - cpu: '100m' + cpu: 100m memory: 128Mi probes: {} services: From 17b90aa040f748bdd1a6785ef96551174fed7ec8 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 17 Mar 2025 12:54:34 +0000 Subject: [PATCH 6/8] ci(bump): bump content image version for prod to 1.1.0 --- freeleaps/helm-pkg/content/values.prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/content/values.prod.yaml b/freeleaps/helm-pkg/content/values.prod.yaml index 02ebb8ee..6a0208cf 100644 --- a/freeleaps/helm-pkg/content/values.prod.yaml +++ b/freeleaps/helm-pkg/content/values.prod.yaml @@ -8,7 +8,7 @@ content: registry: docker.io repository: null name: content - tag: 1.0.0 + tag: 1.1.0 imagePullPolicy: IfNotPresent ports: - name: http From 70a955aea654cfbfcb59eb394615787cad848f45 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 17 Mar 2025 13:00:00 +0000 Subject: [PATCH 7/8] ci(bump): bump notification image version for prod to 1.1.0 --- freeleaps/helm-pkg/notification/values.prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/notification/values.prod.yaml b/freeleaps/helm-pkg/notification/values.prod.yaml index ff757255..06fc282d 100644 --- a/freeleaps/helm-pkg/notification/values.prod.yaml +++ b/freeleaps/helm-pkg/notification/values.prod.yaml @@ -8,7 +8,7 @@ notification: registry: docker.io repository: null name: notification - tag: 1.0.0 + tag: 1.1.0 imagePullPolicy: IfNotPresent ports: - name: http From 0a795120ddbf85f405bc671c2ebb2dcc985befcf Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 17 Mar 2025 13:06:00 +0000 Subject: [PATCH 8/8] ci(bump): bump payment image version for prod to 1.1.0 --- freeleaps/helm-pkg/payment/values.prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/payment/values.prod.yaml b/freeleaps/helm-pkg/payment/values.prod.yaml index becb0b98..7f73b628 100644 --- a/freeleaps/helm-pkg/payment/values.prod.yaml +++ b/freeleaps/helm-pkg/payment/values.prod.yaml @@ -8,7 +8,7 @@ payment: registry: docker.io repository: null name: payment - tag: 1.0.0 + tag: 1.1.0 imagePullPolicy: IfNotPresent ports: - name: http