diff --git a/freeleaps/helm-pkg/authentication/values.prod.yaml b/freeleaps/helm-pkg/authentication/values.prod.yaml index cf290612..6dd598ee 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.3.1 + tag: snapshot-046f9ff imagePullPolicy: IfNotPresent ports: - name: http @@ -78,18 +78,18 @@ authentication: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-authentication-prod-secrets" - creationPolicy: "Owner" + name: freeleaps-authentication-prod-secrets + creationPolicy: Owner refreshInterval: 30s data: - - key: jwtSecretKey - remoteRef: - key: "freeleaps-prod-jwt-secret-key" - type: Secret - - key: mongodbUri - remoteRef: - key: "freeleaps-prod-mongodb-uri" - type: Secret + - key: jwtSecretKey + remoteRef: + key: freeleaps-prod-jwt-secret-key + type: Secret + - key: mongodbUri + remoteRef: + key: freeleaps-prod-mongodb-uri + type: Secret vpa: minAllowed: enabled: true diff --git a/freeleaps/helm-pkg/centralStorage/values.prod.yaml b/freeleaps/helm-pkg/centralStorage/values.prod.yaml index 1905576e..11964b10 100644 --- a/freeleaps/helm-pkg/centralStorage/values.prod.yaml +++ b/freeleaps/helm-pkg/centralStorage/values.prod.yaml @@ -18,7 +18,7 @@ centralStorage: registry: docker.io repository: null name: central_storage - tag: snapshot-c93ce6b + tag: snapshot-046f9ff imagePullPolicy: IfNotPresent ports: - name: http @@ -80,22 +80,22 @@ centralStorage: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-central-storage-prod-secrets" - creationPolicy: "Owner" + name: freeleaps-central-storage-prod-secrets + creationPolicy: Owner refreshInterval: 30s data: - - key: mongodbUri - remoteRef: - key: "freeleaps-prod-mongodb-uri" - type: Secret - - key: azureStorageDocumentApiKey - remoteRef: - key: "freeleaps-prod-azure-storage-document-api-key" - type: Secret - - key: azureStorageDocumentApiEndpoint - remoteRef: - key: "freeleaps-prod-azure-storage-document-api-endpoint" - type: Secret + - key: mongodbUri + remoteRef: + key: freeleaps-prod-mongodb-uri + type: Secret + - key: azureStorageDocumentApiKey + remoteRef: + key: freeleaps-prod-azure-storage-document-api-key + type: Secret + - key: azureStorageDocumentApiEndpoint + remoteRef: + key: freeleaps-prod-azure-storage-document-api-endpoint + type: Secret vpa: minAllowed: enabled: true diff --git a/freeleaps/helm-pkg/content/values.prod.yaml b/freeleaps/helm-pkg/content/values.prod.yaml index af72de38..96850e33 100644 --- a/freeleaps/helm-pkg/content/values.prod.yaml +++ b/freeleaps/helm-pkg/content/values.prod.yaml @@ -13,7 +13,7 @@ content: registry: docker.io repository: null name: content - tag: snapshot-c93ce6b + tag: snapshot-046f9ff imagePullPolicy: IfNotPresent ports: - name: http @@ -76,18 +76,18 @@ content: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-content-prod-secrets" - creationPolicy: "Owner" + name: freeleaps-content-prod-secrets + creationPolicy: Owner refreshInterval: 30s data: - - key: mongodbUri - remoteRef: - key: "freeleaps-prod-mongodb-uri" - type: Secret - - key: freeleapsWwwAsAzureClientSecret - remoteRef: - key: "freeleaps-prod-www-as-azure-client-secret" - type: Secret + - key: mongodbUri + remoteRef: + key: freeleaps-prod-mongodb-uri + type: Secret + - key: freeleapsWwwAsAzureClientSecret + remoteRef: + key: freeleaps-prod-www-as-azure-client-secret + type: Secret vpa: minAllowed: enabled: true diff --git a/freeleaps/helm-pkg/devops/values.prod.yaml b/freeleaps/helm-pkg/devops/values.prod.yaml index 07faa716..9c918915 100644 --- a/freeleaps/helm-pkg/devops/values.prod.yaml +++ b/freeleaps/helm-pkg/devops/values.prod.yaml @@ -10,7 +10,7 @@ devops: registry: docker.io repository: null name: devops - tag: snapshot-c93ce6b + tag: snapshot-046f9ff imagePullPolicy: IfNotPresent ports: - name: http @@ -69,18 +69,18 @@ devops: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-devops-prod-secrets" - creationPolicy: "Owner" + name: freeleaps-devops-prod-secrets + creationPolicy: Owner refreshInterval: 30s data: - - key: appMongodbUri - remoteRef: - key: "freeleaps-prod-mongodb-uri" - type: Secret - - key: rabbitmqPassword - remoteRef: - key: "freeleaps-prod-rabbitmq-password" - type: Secret + - key: appMongodbUri + remoteRef: + key: freeleaps-prod-mongodb-uri + type: Secret + - key: rabbitmqPassword + remoteRef: + key: freeleaps-prod-rabbitmq-password + type: Secret vpa: minAllowed: enabled: false diff --git a/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml b/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml index d1930d64..7e24451a 100644 --- a/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml +++ b/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml @@ -36,6 +36,8 @@ spec: spec: {{- if .Values.logIngest.enabled }} serviceAccountName: "{{ .Release.Name }}-otel-collector" + strategy: + type: Recreate {{- end }} containers: - name: "notification" diff --git a/freeleaps/helm-pkg/notification/values.prod.yaml b/freeleaps/helm-pkg/notification/values.prod.yaml index f8b96511..d21c4943 100644 --- a/freeleaps/helm-pkg/notification/values.prod.yaml +++ b/freeleaps/helm-pkg/notification/values.prod.yaml @@ -13,7 +13,7 @@ notification: registry: docker.io repository: null name: notification - tag: snapshot-c93ce6b + tag: snapshot-046f9ff imagePullPolicy: IfNotPresent ports: - name: http @@ -82,34 +82,34 @@ notification: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-notification-prod-secrets" - creationPolicy: "Owner" + name: freeleaps-notification-prod-secrets + creationPolicy: Owner refreshInterval: 30s data: - - key: mongodbUri - remoteRef: - key: "freeleaps-prod-mongodb-uri" - type: Secret - - key: rabbitmqPassword - remoteRef: - key: "freeleaps-prod-rabbitmq-password" - type: Secret - - key: secretKey - remoteRef: - key: "freeleaps-prod-secret-key" - type: Secret - - key: sendgridApiKey - remoteRef: - key: "freeleaps-prod-sendgrid-api-key" - type: Secret - - key: twilioAccountSid - remoteRef: - key: "freeleaps-prod-twilio-account-sid" - type: Secret - - key: twilioAuthToken - remoteRef: - key: "freeleaps-prod-twilio-auth-token" - type: Secret + - key: mongodbUri + remoteRef: + key: freeleaps-prod-mongodb-uri + type: Secret + - key: rabbitmqPassword + remoteRef: + key: freeleaps-prod-rabbitmq-password + type: Secret + - key: secretKey + remoteRef: + key: freeleaps-prod-secret-key + type: Secret + - key: sendgridApiKey + remoteRef: + key: freeleaps-prod-sendgrid-api-key + type: Secret + - key: twilioAccountSid + remoteRef: + key: freeleaps-prod-twilio-account-sid + type: Secret + - key: twilioAuthToken + remoteRef: + key: freeleaps-prod-twilio-auth-token + type: Secret vpa: minAllowed: enabled: true diff --git a/freeleaps/helm-pkg/payment/values.prod.yaml b/freeleaps/helm-pkg/payment/values.prod.yaml index c61986e2..755cd8bb 100644 --- a/freeleaps/helm-pkg/payment/values.prod.yaml +++ b/freeleaps/helm-pkg/payment/values.prod.yaml @@ -13,7 +13,7 @@ payment: registry: docker.io repository: null name: payment - tag: snapshot-c93ce6b + tag: snapshot-046f9ff imagePullPolicy: IfNotPresent ports: - name: http @@ -80,14 +80,14 @@ payment: creationPolicy: Owner refreshInterval: 30s data: - - key: mongodbUri - remoteRef: - key: "freeleaps-prod-mongodb-uri" - type: Secret - - key: stripeApiKey - remoteRef: - key: "freeleaps-prod-stripe-api-key" - type: Secret + - key: mongodbUri + remoteRef: + key: freeleaps-prod-mongodb-uri + type: Secret + - key: stripeApiKey + remoteRef: + key: freeleaps-prod-stripe-api-key + type: Secret vpa: minAllowed: enabled: true