version: bump to 1.17.4

This commit is contained in:
Ilya Kreymer 2025-07-16 10:22:10 -07:00
parent 945c458011
commit 0402f14b5e
5 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
"""current version"""
__version__ = "1.17.3"
__version__ = "1.17.4"

View File

@ -5,7 +5,7 @@ type: application
icon: https://webrecorder.net/assets/icon.png
# Browsertrix and Chart Version
version: v1.17.3
version: v1.17.4
dependencies:
- name: btrix-admin-logging

View File

@ -106,7 +106,7 @@ replica_deletion_delay_days: 0
# API Image
# =========================================
backend_image: "docker.io/webrecorder/browsertrix-backend:1.17.3"
backend_image: "docker.io/webrecorder/browsertrix-backend:1.17.4"
backend_pull_policy: "IfNotPresent"
backend_password_secret: "PASSWORD!"
@ -164,7 +164,7 @@ backend_avg_memory_threshold: 95
# Nginx Image
# =========================================
frontend_image: "docker.io/webrecorder/browsertrix-frontend:1.17.3"
frontend_image: "docker.io/webrecorder/browsertrix-frontend:1.17.4"
frontend_pull_policy: "IfNotPresent"
frontend_cpu: "10m"

View File

@ -1,6 +1,6 @@
{
"name": "browsertrix-frontend",
"version": "1.17.3",
"version": "1.17.4",
"main": "index.ts",
"license": "AGPL-3.0-or-later",
"dependencies": {

View File

@ -1 +1 @@
1.17.3
1.17.4