Skip to content

Commit ec2cc25

Browse files
committed
Bump Soperator version 1.21.2 -> 1.21.3
1 parent 562f6c2 commit ec2cc25

File tree

21 files changed

+42
-42
lines changed

21 files changed

+42
-42
lines changed

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ resources:
33
images:
44
- name: controller
55
newName: cr.eu-north1.nebius.cloud/soperator/slurm-operator
6-
newTag: 1.21.2
6+
newTag: 1.21.3

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
8787
value: "false"
8888
- name: SLURM_OPERATOR_WATCH_NAMESPACES
8989
value: "*"
90-
image: controller:1.21.2
90+
image: controller:1.21.3
9191
imagePullPolicy: Always
9292
name: manager
9393
securityContext:

config/soperatorchecks/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resources:
44
images:
55
- name: controller
66
newName: cr.eu-north1.nebius.cloud/soperator/soperatorchecks
7-
newTag: 1.21.2
7+
newTag: 1.21.3
88
patches:
99
# Protect the /metrics endpoint by putting it behind auth.
1010
# If you want your controller-manager to expose the /metrics

fluxcd/environment/nebius-cloud/dev/bootstrap/flux-kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
name: nebius-cloud
1212
postBuild:
1313
substitute:
14-
soperator_version: 1.21.2
14+
soperator_version: 1.21.3
1515
path: "./fluxcd/enviroment/nebius-cloud/dev"
1616
prune: true
1717
timeout: 1m

fluxcd/environment/nebius-cloud/prod/bootstrap/flux-kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
name: nebius-cloud
1111
postBuild:
1212
substitute:
13-
soperator_version: 1.21.2
13+
soperator_version: 1.21.3
1414
path: "./fluxcd/enviroment/nebius-cloud/prod"
1515
prune: false
1616
timeout: 1m

helm/nodeconfigurator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.21.2
16+
version: 1.21.3
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "1.21.2"
21+
appVersion: "1.21.3"

helm/nodeconfigurator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rebooter:
2222
env: []
2323
image:
2424
repository: "cr.eu-north1.nebius.cloud/soperator/rebooter"
25-
tag: "1.21.2"
25+
tag: "1.21.3"
2626
pullPolicy: IfNotPresent
2727
nodeSelector: {}
2828
resources: {}

helm/slurm-cluster-storage/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: helm-slurm-cluster-storage
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: "1.21.2"
6-
appVersion: "1.21.2"
5+
version: "1.21.3"
6+
appVersion: "1.21.3"

helm/slurm-cluster/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: helm-slurm-cluster
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: "1.21.2"
6-
appVersion: "1.21.2"
5+
version: "1.21.3"
6+
appVersion: "1.21.3"
77
kubeVersion: ">=1.29.0-0"

helm/slurm-cluster/values.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -510,16 +510,16 @@ telemetry: {}
510510
# otelCollectorPort: 8429
511511

512512
images:
513-
slurmctld: "cr.eu-north1.nebius.cloud/soperator/controller_slurmctld:1.21.2-jammy-slurm24.11.5"
514-
slurmrestd: "cr.eu-north1.nebius.cloud/soperator/slurmrestd:1.21.2-jammy-slurm24.11.5"
515-
slurmd: "cr.eu-north1.nebius.cloud/soperator/worker_slurmd:1.21.2-jammy-slurm24.11.5"
516-
sshd: "cr.eu-north1.nebius.cloud/soperator/login_sshd:1.21.2-jammy-slurm24.11.5"
517-
munge: "cr.eu-north1.nebius.cloud/soperator/munge:1.21.2-jammy-slurm24.11.5"
518-
populateJail: "cr.eu-north1.nebius.cloud/soperator/populate_jail:1.21.2-jammy-slurm24.11.5"
519-
ncclBenchmark: "cr.eu-north1.nebius.cloud/soperator/nccl_benchmark:1.21.2-jammy-slurm24.11.5"
520-
slurmdbd: "cr.eu-north1.nebius.cloud/soperator/controller_slurmdbd:1.21.2-jammy-slurm24.11.5"
521-
soperatorExporter: "cr.eu-north1.nebius.cloud/soperator/soperator-exporter:1.21.2-jammy-slurm24.11.5"
522-
sConfigController: cr.eu-north1.nebius.cloud/soperator/sconfigcontroller:1.21.2
513+
slurmctld: "cr.eu-north1.nebius.cloud/soperator/controller_slurmctld:1.21.3-jammy-slurm24.11.5"
514+
slurmrestd: "cr.eu-north1.nebius.cloud/soperator/slurmrestd:1.21.3-jammy-slurm24.11.5"
515+
slurmd: "cr.eu-north1.nebius.cloud/soperator/worker_slurmd:1.21.3-jammy-slurm24.11.5"
516+
sshd: "cr.eu-north1.nebius.cloud/soperator/login_sshd:1.21.3-jammy-slurm24.11.5"
517+
munge: "cr.eu-north1.nebius.cloud/soperator/munge:1.21.3-jammy-slurm24.11.5"
518+
populateJail: "cr.eu-north1.nebius.cloud/soperator/populate_jail:1.21.3-jammy-slurm24.11.5"
519+
ncclBenchmark: "cr.eu-north1.nebius.cloud/soperator/nccl_benchmark:1.21.3-jammy-slurm24.11.5"
520+
slurmdbd: "cr.eu-north1.nebius.cloud/soperator/controller_slurmdbd:1.21.3-jammy-slurm24.11.5"
521+
soperatorExporter: "cr.eu-north1.nebius.cloud/soperator/soperator-exporter:1.21.3-jammy-slurm24.11.5"
522+
sConfigController: cr.eu-north1.nebius.cloud/soperator/sconfigcontroller:1.21.3
523523
mariaDB: docker-registry1.mariadb.com/library/mariadb:11.4.3
524524
# Configuration for slurm scripts.
525525
slurmScripts:

0 commit comments

Comments
 (0)