Release jobs-manager 0.1.9

This commit is contained in:
github-actions[bot]
2026-01-04 14:45:32 +00:00
parent 664b9a4ae2
commit 826114bf9d
4 changed files with 47 additions and 5 deletions
+3 -3
View File
@@ -2,8 +2,8 @@ apiVersion: v2
name: jobs-manager
description: Kubernetes jobs manager operator for orchestrating workflow-based job execution with dependency management
type: application
version: 0.1.8
appVersion: "0.1.8"
version: 0.1.9
appVersion: "0.1.9"
keywords:
- operator
- jobs
@@ -33,5 +33,5 @@ annotations:
description: Resource limits support for job containers
- kind: added
description: Reconciliation backoff/requeue logic
- kind: improved
- kind: changed
description: O(1) dependency lookup performance optimization
+1 -1
View File
@@ -21,7 +21,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/lukaszraczylo/jobs-manager-operator
tag: "0.1.8"
tag: "0.1.9"
resources:
limits:
cpu: 500m
Binary file not shown.