Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/8.1' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/8.1
  • Loading branch information
metaventis-build committed Jan 9, 2024
2 parents 3a7e9c4 + d18359a commit fc2e1c3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>

Expand All @@ -76,7 +76,7 @@
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ data:
SERVICES_RENDERING_VIDEO_FORMATS: {{ .Values.config.converter.video.formats | quote }}
SERVICES_RENDERING_VIDEO_RESOLUTIONS: {{ .Values.config.converter.video.resolution.all | quote }}
SERVICES_RENDERING_VIDEO_DEFAULT_RESOLUTION: {{ .Values.config.converter.video.resolution.default | quote }}
SERVICES_RENDERING_VIDEO_THREADS: {{ .Values.config.converter.video.threads | quote }}
SERVICES_RENDERING_VIDEO_TIMEOUT: {{ .Values.config.converter.video.timeout | quote }}
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ config:
resolution:
all: "240,720,1080"
default: "720"
threads: 1
timeout: 3600

database:
driver: pgsql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>

Expand All @@ -311,7 +311,7 @@
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>

Expand All @@ -51,7 +51,7 @@
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>

Expand Down

0 comments on commit fc2e1c3

Please sign in to comment.