mirror of
https://github.com/lukaszraczylo/helm-charts.git
synced 2026-07-02 04:56:00 +00:00
Release jobs-manager 0.1.5
This commit is contained in:
@@ -2,8 +2,8 @@ apiVersion: v2
|
|||||||
name: jobs-manager
|
name: jobs-manager
|
||||||
description: Kubernetes jobs manager operator for orchestrating workflow-based job execution with dependency management
|
description: Kubernetes jobs manager operator for orchestrating workflow-based job execution with dependency management
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.4
|
version: 0.1.5
|
||||||
appVersion: "0.1.4"
|
appVersion: "0.1.5"
|
||||||
keywords:
|
keywords:
|
||||||
- operator
|
- operator
|
||||||
- jobs
|
- jobs
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ controllerManager:
|
|||||||
- ALL
|
- ALL
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/lukaszraczylo/jobs-manager-operator
|
repository: ghcr.io/lukaszraczylo/jobs-manager-operator
|
||||||
tag: "0.1.4"
|
tag: "0.1.5"
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
|
|||||||
Binary file not shown.
+43
-1
@@ -1,6 +1,48 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
entries:
|
entries:
|
||||||
jobs-manager:
|
jobs-manager:
|
||||||
|
- annotations:
|
||||||
|
artifacthub.io/changes: |
|
||||||
|
- kind: added
|
||||||
|
description: Prometheus metrics support (jobs created/succeeded/failed, active jobs, reconciliation duration)
|
||||||
|
- kind: added
|
||||||
|
description: Configurable leader election ID via --leader-election-id flag
|
||||||
|
- kind: added
|
||||||
|
description: Configurable development logging mode via --dev-mode flag
|
||||||
|
- kind: added
|
||||||
|
description: LOG_LEVEL environment variable support
|
||||||
|
- kind: added
|
||||||
|
description: Finalizers for proper resource cleanup
|
||||||
|
- kind: added
|
||||||
|
description: Resource limits support for job containers
|
||||||
|
- kind: added
|
||||||
|
description: Reconciliation backoff/requeue logic
|
||||||
|
- kind: improved
|
||||||
|
description: O(1) dependency lookup performance optimization
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 0.1.5
|
||||||
|
created: "2025-12-22T14:46:11.795031342Z"
|
||||||
|
description: Kubernetes jobs manager operator for orchestrating workflow-based
|
||||||
|
job execution with dependency management
|
||||||
|
digest: 954ab7bd18d492f6933ba60d3cd8a44ebebeda0905f340b9ed37b780760eee2e
|
||||||
|
home: https://raczylo.com
|
||||||
|
keywords:
|
||||||
|
- operator
|
||||||
|
- jobs
|
||||||
|
- tasks
|
||||||
|
- workflow
|
||||||
|
- kubernetes
|
||||||
|
- batch
|
||||||
|
maintainers:
|
||||||
|
- email: job-manager-operator@raczylo.com
|
||||||
|
name: lukaszraczylo
|
||||||
|
name: jobs-manager
|
||||||
|
sources:
|
||||||
|
- https://github.com/lukaszraczylo/jobs-manager-operator
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/lukaszraczylo/helm-charts/releases/download/jobs-manager-0.1.5/jobs-manager-0.1.5.tgz
|
||||||
|
version: 0.1.5
|
||||||
- annotations:
|
- annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: added
|
||||||
@@ -1322,4 +1364,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/lukaszraczylo/helm-charts/releases/download/kube-images-sync-0.1.5/kube-images-sync-0.1.5.tgz
|
- https://github.com/lukaszraczylo/helm-charts/releases/download/kube-images-sync-0.1.5/kube-images-sync-0.1.5.tgz
|
||||||
version: 0.1.5
|
version: 0.1.5
|
||||||
generated: "2025-12-22T14:41:52.581702093Z"
|
generated: "2025-12-22T14:46:11.792423874Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user