Release gohoarder 0.0.2

This commit is contained in:
github-actions[bot]
2026-01-03 00:29:54 +00:00
parent b163660f05
commit e46d791173
4 changed files with 33 additions and 6 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.0.1
appVersion: "0.0.1"
version: 0.0.2
appVersion: "0.0.2"
keywords:
- package-manager
- cache
+3 -3
View File
@@ -51,17 +51,17 @@ image:
server:
repository: ghcr.io/lukaszraczylo/gohoarder-server
pullPolicy: IfNotPresent
tag: "0.0.1"
tag: "0.0.2"
frontend:
repository: ghcr.io/lukaszraczylo/gohoarder-frontend
pullPolicy: IfNotPresent
tag: "0.0.1"
tag: "0.0.2"
scanner:
repository: ghcr.io/lukaszraczylo/gohoarder-scanner
pullPolicy: IfNotPresent
tag: "0.0.1"
tag: "0.0.2"
# Service Account
serviceAccount:
Binary file not shown.