Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: apps
description: An argocd app to deploy apps inside the virtual cluster
type: application
version: 0.5.4
version: 0.5.5
17 changes: 17 additions & 0 deletions charts/apps/templates/mpi-operator-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ spec:
repoURL: https://github.com/kubeflow/mpi-operator.git
path: deploy/v2beta1
targetRevision: {{ .Values.kueue.targetRevision }}

kustomize:
patches:
- target:
kind: Deployment
name: mpi-operator
patch: |
- op: add
path: /spec/template/spec/containers/0/resources
value:
limits:
cpu: 1000m
memory: 4Gi
requests:
cpu: 250m
memory: 2.5Gi

ignoreDifferences:
- group: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down
2 changes: 1 addition & 1 deletion charts/events/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: events
description: Data Analysis event triggering
type: application

version: 0.2.0
version: 0.2.1

dependencies:
- name: argo-events
Expand Down
8 changes: 4 additions & 4 deletions charts/events/dev-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ argo-events:
controller:
resources:
limits:
cpu: 500m
memory: 512Mi
cpu: 1000m
memory: 4Gi
requests:
cpu: 250m
memory: 256Mi
cpu: 500m
memory: 2Gi
webhook:
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion charts/workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: workflows
description: Data Analysis workflow orchestration
type: application
version: 0.13.44
version: 0.13.45
dependencies:
- name: argo-workflows
repository: https://argoproj.github.io/argo-helm
Expand Down
Loading
Loading