Skip to content

Commit

Permalink
Bump version to v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
polyaxon-ci committed Nov 5, 2024
1 parent 24ab503 commit e551886
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: An enterprise-grade open-source platform for building, training, and monitoring large scale deep learning applications.
name: agent
version: 2.5.0
appVersion: 2.5.0
version: 2.5.1
appVersion: 2.5.1
keywords:
- deep learning
- a.i.
Expand Down
16 changes: 8 additions & 8 deletions agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ agentSecret:
gateway:
enabled: true
image: polyaxon/polyaxon-streams
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
replicas: 1
concurrency: 2
Expand Down Expand Up @@ -130,7 +130,7 @@ agent:
additionalNamespaces: []
watchCluster: false
image: polyaxon/polyaxon-agent
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
# A flag to simplify configuring a replica agent on a different cluster
isReplica: false
Expand All @@ -154,7 +154,7 @@ operator:
skipStatus: false
leaderElection: false
image: polyaxon/polyaxon-operator
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
maxConcurrentReconciles: 8
resources:
Expand All @@ -171,7 +171,7 @@ operator:

notifier:
image: polyaxon/polyaxon-events-handlers
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -187,7 +187,7 @@ notifier:

cleaner:
image: polyaxon/polyaxon-init
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -203,7 +203,7 @@ cleaner:

cleanHooks:
image: polyaxon/polyaxon-cli
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent

# Uses the default node scheduling
Expand All @@ -212,7 +212,7 @@ cleanHooks:

init:
image: polyaxon/polyaxon-init
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -224,7 +224,7 @@ init:

sidecar:
image: polyaxon/polyaxon-sidecar
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
sleepInterval: 10
syncInterval: 10
Expand Down
4 changes: 2 additions & 2 deletions polyaxon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: An enterprise-grade open-source platform for building, training, and monitoring large scale deep learning applications.
name: polyaxon
version: 2.5.0
appVersion: 2.5.0
version: 2.5.1
appVersion: 2.5.1
keywords:
- deep learning
- a.i.
Expand Down
24 changes: 12 additions & 12 deletions polyaxon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gateway:
enabled: true
useResolver: true
image: polyaxon/polyaxon-api
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
replicas: 1
concurrency: 2
Expand Down Expand Up @@ -118,7 +118,7 @@ agent:
additionalNamespaces: []
watchCluster: false
image: polyaxon/polyaxon-agent
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
serviceAccountAnnotations: {}
resources:
Expand All @@ -139,7 +139,7 @@ operator:
skipStatus: false
leaderElection: false
image: polyaxon/polyaxon-operator
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
maxConcurrentReconciles: 8
resources:
Expand All @@ -157,7 +157,7 @@ operator:
scheduler:
enabled: false
image: polyaxon/polyaxon-scheduler
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
replicas: 1
concurrency: 2
Expand All @@ -182,7 +182,7 @@ scheduler:
compiler:
enabled: false
image:
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
replicas: 1
concurrency: 2
Expand All @@ -207,7 +207,7 @@ compiler:
worker:
enabled: false
image:
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
replicas: 1
concurrency: 2
Expand All @@ -232,7 +232,7 @@ worker:
beat:
enabled: false
image:
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
replicas: 1
resources:
Expand Down Expand Up @@ -271,7 +271,7 @@ flower:

notifier:
image: polyaxon/polyaxon-events-handlers
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -287,7 +287,7 @@ notifier:

cleaner:
image: polyaxon/polyaxon-init
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -305,12 +305,12 @@ apiHooks: {}

cleanHooks:
image: polyaxon/polyaxon-cli
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent

init:
image: polyaxon/polyaxon-init
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -322,7 +322,7 @@ init:

sidecar:
image: polyaxon/polyaxon-sidecar
imageTag: 2.5.0
imageTag: 2.5.1
imagePullPolicy: IfNotPresent
sleepInterval: 10
syncInterval: 10
Expand Down

0 comments on commit e551886

Please sign in to comment.