diff --git a/freeleaps/helm-pkg/authentication/values.alpha.yaml b/freeleaps/helm-pkg/authentication/values.alpha.yaml index 8f0fc2d4..7cc2c4e8 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -10,7 +10,7 @@ authentication: registry: docker.io repository: null name: authentication - tag: snapshot-9b42dbf + tag: snapshot-4dfbab4 imagePullPolicy: IfNotPresent ports: - name: http @@ -18,10 +18,10 @@ authentication: protocol: TCP resources: requests: - cpu: '50m' + cpu: 50m memory: 64Mi limits: - cpu: '200m' + cpu: 200m memory: 128Mi probes: readiness: @@ -82,5 +82,5 @@ authentication: mongodbName: freeleaps2 mongodbPort: 27017 mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/ - metricsEnabled: "false" - probesEnabled: "true" + metricsEnabled: 'false' + probesEnabled: 'true'