diff --git a/freeleaps/helm-pkg/chat/values.alpha.yaml b/freeleaps/helm-pkg/chat/values.alpha.yaml index 393d26b8..fedf13cf 100644 --- a/freeleaps/helm-pkg/chat/values.alpha.yaml +++ b/freeleaps/helm-pkg/chat/values.alpha.yaml @@ -15,7 +15,7 @@ chat: registry: docker.io repository: null name: chat - tag: snapshot-75b1429 + tag: snapshot-54226aa imagePullPolicy: IfNotPresent ports: - name: http @@ -110,12 +110,12 @@ chat: vpa: minAllowed: enabled: false - cpu: "100m" - memory: "64Mi" + cpu: 100m + memory: 64Mi maxAllowed: enabled: true - cpu: "200m" - memory: "128Mi" + cpu: 200m + memory: 128Mi controlledResources: - - cpu - - memory \ No newline at end of file + - cpu + - memory