diff --git a/freeleaps/helm-pkg/chat/values.alpha.yaml b/freeleaps/helm-pkg/chat/values.alpha.yaml index 81e22f4f..7020f3f7 100644 --- a/freeleaps/helm-pkg/chat/values.alpha.yaml +++ b/freeleaps/helm-pkg/chat/values.alpha.yaml @@ -16,7 +16,7 @@ chat: registry: docker.io repository: null name: chat - tag: snapshot-9c7bb61 + tag: snapshot-79f5d26 imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/chat/values.prod.yaml b/freeleaps/helm-pkg/chat/values.prod.yaml index 91e2c5e4..a148f676 100644 --- a/freeleaps/helm-pkg/chat/values.prod.yaml +++ b/freeleaps/helm-pkg/chat/values.prod.yaml @@ -19,7 +19,7 @@ chat: registry: docker.io repository: null name: chat - tag: 1.9.2 + tag: snapshot-7e1df4f imagePullPolicy: Always ports: - name: http @@ -97,38 +97,38 @@ chat: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: freeleaps-chat-prod-secrets - creationPolicy: Owner + name: "freeleaps-chat-prod-secrets" + creationPolicy: "Owner" refreshInterval: 30s data: - - key: mongodbUri - remoteRef: - key: freeleaps-prod-mongodb-uri - type: Secret - - key: jwtSecretKey - remoteRef: - key: freeleaps-prod-jwt-secret-key - type: Secret - - key: stripeApiKey - remoteRef: - key: freeleaps-prod-stripe-api-key - type: Secret - - key: stripeWebhookSecret - remoteRef: - key: freeleaps-prod-stripe-webhook-secret - type: Secret - - key: stripeAccountWebhookSecret - remoteRef: - key: freeleaps-prod-stripe-account-webhook-secret - type: Secret - - key: rabbitmqPassword - remoteRef: - key: freeleaps-prod-rabbitmq-password - type: Secret - - key: redisUrl - remoteRef: - key: freeleaps-prod-redis-url - type: Secret + - key: mongodbUri + remoteRef: + key: "freeleaps-prod-mongodb-uri" + type: Secret + - key: jwtSecretKey + remoteRef: + key: "freeleaps-prod-jwt-secret-key" + type: Secret + - key: stripeApiKey + remoteRef: + key: "freeleaps-prod-stripe-api-key" + type: Secret + - key: stripeWebhookSecret + remoteRef: + key: "freeleaps-prod-stripe-webhook-secret" + type: Secret + - key: stripeAccountWebhookSecret + remoteRef: + key: "freeleaps-prod-stripe-account-webhook-secret" + type: Secret + - key: rabbitmqPassword + remoteRef: + key: "freeleaps-prod-rabbitmq-password" + type: Secret + - key: redisUrl + remoteRef: + key: "freeleaps-prod-redis-url" + type: Secret vpa: minAllowed: enabled: true diff --git a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml index 2c5a6a22..6454253c 100644 --- a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml @@ -16,7 +16,7 @@ freeleaps: registry: docker.io repository: null name: backend - tag: snapshot-9c7bb61 + tag: snapshot-79f5d26 imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/freeleaps/values.prod.yaml b/freeleaps/helm-pkg/freeleaps/values.prod.yaml index 31a31699..54422f07 100644 --- a/freeleaps/helm-pkg/freeleaps/values.prod.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.prod.yaml @@ -19,7 +19,7 @@ freeleaps: registry: docker.io repository: null name: backend - tag: 1.9.2 + tag: 1.9.1 imagePullPolicy: Always ports: - name: http @@ -78,42 +78,42 @@ freeleaps: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: freeleaps-freeleaps-prod-secrets - creationPolicy: Owner + name: "freeleaps-freeleaps-prod-secrets" + creationPolicy: "Owner" refreshInterval: 30s data: - - key: mongodbUri - remoteRef: - key: freeleaps-prod-mongodb-uri - type: Secret - - key: jwtSecretKey - remoteRef: - key: freeleaps-prod-jwt-secret-key - type: Secret - - key: stripeApiKey - remoteRef: - key: freeleaps-prod-stripe-api-key - type: Secret - - key: stripeWebhookSecret - remoteRef: - key: freeleaps-prod-stripe-webhook-secret - type: Secret - - key: stripeAccountWebhookSecret - remoteRef: - key: freeleaps-prod-stripe-account-webhook-secret - type: Secret - - key: rabbitmqPassword - remoteRef: - key: freeleaps-prod-rabbitmq-password - type: Secret - - key: redisUrl - remoteRef: - key: freeleaps-prod-redis-url - type: Secret - - key: giteaApiKey - remoteRef: - key: freeleaps-prod-gitea-api-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: stripeApiKey + remoteRef: + key: "freeleaps-prod-stripe-api-key" + type: Secret + - key: stripeWebhookSecret + remoteRef: + key: "freeleaps-prod-stripe-webhook-secret" + type: Secret + - key: stripeAccountWebhookSecret + remoteRef: + key: "freeleaps-prod-stripe-account-webhook-secret" + type: Secret + - key: rabbitmqPassword + remoteRef: + key: "freeleaps-prod-rabbitmq-password" + type: Secret + - key: redisUrl + remoteRef: + key: "freeleaps-prod-redis-url" + type: Secret + - key: giteaApiKey + remoteRef: + key: "freeleaps-prod-gitea-api-key" + type: Secret vpa: minAllowed: enabled: true diff --git a/freeleaps/helm-pkg/frontend/values.alpha.yaml b/freeleaps/helm-pkg/frontend/values.alpha.yaml index 25ab1df5..4d99675b 100644 --- a/freeleaps/helm-pkg/frontend/values.alpha.yaml +++ b/freeleaps/helm-pkg/frontend/values.alpha.yaml @@ -8,7 +8,7 @@ frontend: registry: docker.io repository: null name: frontend - tag: snapshot-9c7bb61 + tag: snapshot-79f5d26 imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/frontend/values.prod.yaml b/freeleaps/helm-pkg/frontend/values.prod.yaml index 8267b3fb..148d77cd 100644 --- a/freeleaps/helm-pkg/frontend/values.prod.yaml +++ b/freeleaps/helm-pkg/frontend/values.prod.yaml @@ -8,7 +8,7 @@ frontend: registry: docker.io repository: null name: frontend - tag: 1.9.2 + tag: snapshot-7e1df4f imagePullPolicy: Always ports: - name: http diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index b1d391a3..4cc4306e 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -15,7 +15,7 @@ notification: registry: docker.io repository: null name: notification - tag: snapshot-165e10c + tag: snapshot-c406f6d imagePullPolicy: IfNotPresent ports: - name: http