diff --git a/freeleaps/helm-pkg/authentication/values.prod.yaml b/freeleaps/helm-pkg/authentication/values.prod.yaml index 9c5288c7..43ed10c8 100644 --- a/freeleaps/helm-pkg/authentication/values.prod.yaml +++ b/freeleaps/helm-pkg/authentication/values.prod.yaml @@ -13,7 +13,7 @@ authentication: registry: docker.io repository: null name: authentication - tag: 1.1.0 + tag: 1.1.1 imagePullPolicy: IfNotPresent ports: - name: http @@ -59,7 +59,7 @@ authentication: release: kube-prometheus-stack namespace: freeleaps-monitoring-system interval: 30s - scrapeTimeout: "" + scrapeTimeout: '' ingresses: {} configs: tz: UTC @@ -73,5 +73,5 @@ authentication: mongodbName: freeleaps2 mongodbPort: 27017 mongodbUri: mongodb+srv://freeadmin:0eMV0bt8oyaknA0m@freeleaps2.zmsmpos.mongodb.net/?retryWrites=true&w=majority - metricsEnabled: "true" - probesEnabled: "true" + metricsEnabled: 'true' + probesEnabled: 'true'