diff --git a/freeleaps/helm-pkg/frontend/values.alpha.yaml b/freeleaps/helm-pkg/frontend/values.alpha.yaml index 6b32cce9..c9b3c9c2 100644 --- a/freeleaps/helm-pkg/frontend/values.alpha.yaml +++ b/freeleaps/helm-pkg/frontend/values.alpha.yaml @@ -8,7 +8,7 @@ frontend: registry: docker.io repository: null name: frontend - tag: snapshot-79e6801 + tag: snapshot-08265b7 imagePullPolicy: IfNotPresent ports: - name: http @@ -67,12 +67,12 @@ frontend: vpa: minAllowed: enabled: false - cpu: "50m" - memory: "32Mi" + cpu: 50m + memory: 32Mi maxAllowed: enabled: true - cpu: "100m" - memory: "64Mi" + cpu: 100m + memory: 64Mi controlledResources: - - cpu - - memory \ No newline at end of file + - cpu + - memory