From 2a7416ff5548134c2cb91626a75716e276522d90 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Wed, 23 Jul 2025 13:43:28 +0000 Subject: [PATCH] ci(bump): bump content image version for alpha to snapshot-2234571 --- freeleaps/helm-pkg/content/values.alpha.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/freeleaps/helm-pkg/content/values.alpha.yaml b/freeleaps/helm-pkg/content/values.alpha.yaml index 1310b7eb..a1cc7151 100644 --- a/freeleaps/helm-pkg/content/values.alpha.yaml +++ b/freeleaps/helm-pkg/content/values.alpha.yaml @@ -15,7 +15,7 @@ content: registry: docker.io repository: null name: content - tag: snapshot-95a525a + tag: snapshot-2234571 imagePullPolicy: IfNotPresent ports: - name: http @@ -90,12 +90,12 @@ content: vpa: minAllowed: enabled: false - cpu: "50m" - memory: "64Mi" + cpu: 50m + memory: 64Mi maxAllowed: enabled: true - cpu: "200m" - memory: "128Mi" + cpu: 200m + memory: 128Mi controlledResources: - - cpu - - memory \ No newline at end of file + - cpu + - memory