diff --git a/freeleaps/helm-pkg/chat/values.prod.yaml b/freeleaps/helm-pkg/chat/values.prod.yaml index 7ccb7ffc..ff229b4c 100644 --- a/freeleaps/helm-pkg/chat/values.prod.yaml +++ b/freeleaps/helm-pkg/chat/values.prod.yaml @@ -13,7 +13,7 @@ chat: registry: docker.io repository: null name: chat - tag: snapshot-29af810 + tag: snapshot-3f2193b imagePullPolicy: Always ports: - name: http @@ -96,12 +96,12 @@ chat: vpa: minAllowed: enabled: true - cpu: "100m" - memory: "64Mi" + cpu: 100m + memory: 64Mi maxAllowed: enabled: true - cpu: "300m" - memory: "512Mi" + cpu: 300m + memory: 512Mi controlledResources: - - cpu - - memory \ No newline at end of file + - cpu + - memory