Release gohoarder 0.1.57

This commit is contained in:
github-actions[bot]
2026-01-09 03:53:06 +00:00
parent 654d23dcc3
commit 92414957f4
4 changed files with 33 additions and 7 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ apiVersion: v2
name: gohoarder
description: A universal package cache proxy supporting npm, PyPI, and Go modules with security scanning
type: application
version: 0.1.56
appVersion: "0.1.56"
version: 0.1.57
appVersion: "0.1.57"
keywords:
- package-manager
- cache
+4 -4
View File
@@ -51,17 +51,17 @@ image:
server:
repository: ghcr.io/lukaszraczylo/gohoarder-server
pullPolicy: IfNotPresent
tag: "0.1.56"
tag: "0.1.57"
frontend:
repository: ghcr.io/lukaszraczylo/gohoarder-frontend
pullPolicy: IfNotPresent
tag: "0.1.56"
tag: "0.1.57"
scanner:
repository: ghcr.io/lukaszraczylo/gohoarder-scanner
pullPolicy: IfNotPresent
tag: "0.1.56"
tag: "0.1.57"
# Service Account
serviceAccount:
@@ -358,7 +358,7 @@ migration:
image:
repository: ghcr.io/lukaszraczylo/gohoarder-migrate
pullPolicy: IfNotPresent
tag: "0.1.56"
tag: "0.1.57"
# Migration settings
logLevel: "info" # debug, info, warn, error
Binary file not shown.