diff --git a/helmfile/apps/element/helmfile.yaml b/helmfile/apps/element/helmfile.yaml index e02ae2f6..70bb17c5 100644 --- a/helmfile/apps/element/helmfile.yaml +++ b/helmfile/apps/element/helmfile.yaml @@ -34,6 +34,7 @@ releases: - "values-element.yaml" - "values-element.gotmpl" condition: "element.enabled" + timeout: 900 - name: "opendesk-well-known" chart: "opendesk-element-repo/opendesk-well-known" @@ -42,6 +43,7 @@ releases: - "values-well-known.yaml" - "values-well-known.gotmpl" condition: "element.enabled" + timeout: 900 - name: "opendesk-synapse-web" chart: "opendesk-element-repo/opendesk-synapse-web" @@ -50,6 +52,7 @@ releases: - "values-synapse-web.yaml" - "values-synapse-web.gotmpl" condition: "element.enabled" + timeout: 900 - name: "opendesk-synapse" chart: "opendesk-element-repo/opendesk-synapse" @@ -58,6 +61,7 @@ releases: - "values-synapse.yaml" - "values-synapse.gotmpl" condition: "element.enabled" + timeout: 900 - name: "opendesk-matrix-user-verification-service-bootstrap" chart: "opendesk-element-repo/opendesk-synapse-create-account" @@ -66,6 +70,7 @@ releases: - "values-matrix-user-verification-service-bootstrap.yaml" - "values-matrix-user-verification-service-bootstrap.gotmpl" condition: "element.enabled" + timeout: 900 - name: "opendesk-matrix-user-verification-service" chart: "opendesk-element-repo/opendesk-matrix-user-verification-service" @@ -74,6 +79,7 @@ releases: - "values-matrix-user-verification-service.yaml" - "values-matrix-user-verification-service.gotmpl" condition: "element.enabled" + timeout: 900 - name: "matrix-neoboard-widget" chart: "opendesk-matrix-widgets-repo/matrix-neoboard-widget" @@ -82,6 +88,7 @@ releases: - "values-matrix-neoboard-widget.yaml" - "values-matrix-neoboard-widget.gotmpl" condition: "element.enabled" + timeout: 900 - name: "matrix-neochoice-widget" chart: "opendesk-matrix-widgets-repo/matrix-neochoice-widget" @@ -90,6 +97,7 @@ releases: - "values-matrix-neochoice-widget.yaml" - "values-matrix-neochoice-widget.gotmpl" condition: "element.enabled" + timeout: 900 - name: "matrix-neodatefix-widget" chart: "opendesk-matrix-widgets-repo/matrix-neodatefix-widget" @@ -98,6 +106,7 @@ releases: - "values-matrix-neodatefix-widget.yaml" - "values-matrix-neodatefix-widget.gotmpl" condition: "element.enabled" + timeout: 900 - name: "matrix-neodatefix-bot-bootstrap" chart: "opendesk-element-repo/opendesk-synapse-create-account" @@ -106,6 +115,7 @@ releases: - "values-matrix-neodatefix-bot-bootstrap.yaml" - "values-matrix-neodatefix-bot-bootstrap.gotmpl" condition: "element.enabled" + timeout: 900 - name: "matrix-neodatefix-bot" chart: "opendesk-matrix-widgets-repo/matrix-neodatefix-bot" @@ -114,6 +124,7 @@ releases: - "values-matrix-neodatefix-bot.yaml" - "values-matrix-neodatefix-bot.gotmpl" condition: "element.enabled" + timeout: 900 commonLabels: deploy-stage: "component-1" diff --git a/helmfile/environments/default/images.yaml b/helmfile/environments/default/images.yaml index 70fc585f..99912963 100644 --- a/helmfile/environments/default/images.yaml +++ b/helmfile/environments/default/images.yaml @@ -16,7 +16,7 @@ images: # @supplier: "Open-Xchange" element: repository: "souvap/tooling/images/element-web" - tag: "1.3.0@sha256:25bd7d731dc501cd00fac61c9db8807b635d1150a99067137b7fb290981ec8f8" + tag: "1.4.0@sha256:81fd60c8feba4cfc65de3cf950d4b5ca724cabcc46da279edec74af192ecff00" # @supplier: "Element" freshclam: repository: "clamav/clamav" @@ -82,7 +82,7 @@ images: # @supplier: "openDesk DevSecOps" matrixNeoBoardWidget: repository: "nordeck/matrix-neoboard-widget" - tag: "0.4.0@sha256:c5e72409a0edc1962e9be618fcb83acce19e64c0c645075d8ff0ccde06e93fc7" + tag: "1.0.0@sha256:584b9c18ea3dfd4b7f1e73f3e114bc1dcd5731b400a8d037576bf2a797c8b086" # @supplier: "Nordeck" matrixNeoChoiceWidget: repository: "nordeck/matrix-poll-widget" @@ -90,11 +90,11 @@ images: # @supplier: "Nordeck" matrixNeoDateFixBot: repository: "nordeck/matrix-meetings-bot" - tag: "2.4.0@sha256:d6560841c3708bd8b55623ef70dd55bf4792da6ed6cd5026c37a5e4df7c8a3a3" + tag: "2.4.2@sha256:f5b3362560255470076f3e6c95a0dd93a8f781398afb992c1e1212764fa87297" # @supplier: "Nordeck" matrixNeoDateFixWidget: repository: "nordeck/matrix-meetings-widget" - tag: "1.5.1@sha256:a518c194fa1b8cf2886c02623d883810f166f27259ce7d4e0138b962dea565e7" + tag: "1.5.2@sha256:cc9e2592c9159cc8f6bed96dae0be6e6fe599977dbef64cbdb1c1b84db85a2bb" # @supplier: "Nordeck" matrixUserVerificationService: repository: "matrixdotorg/matrix-user-verification-service"