Skip to content

Commit 9226a38

Browse files
authored
Merge pull request #2175 from nebius/bump_2_0_1
Bump soperatroe version 2.0.1
2 parents d7d755f + e0553ea commit 9226a38

File tree

34 files changed

+74
-74
lines changed

34 files changed

+74
-74
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

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: 2.0.0
6+
newTag: 2.0.1

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
value: "false"
8585
- name: SLURM_OPERATOR_WATCH_NAMESPACES
8686
value: "*"
87-
image: controller:2.0.0
87+
image: controller:2.0.1
8888
imagePullPolicy: Always
8989
name: manager
9090
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: 2.0.0
7+
newTag: 2.0.1
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/local/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
chart:
99
spec:
1010
chart: helm-soperator-fluxcd
11-
version: "2.0.0"
11+
version: "2.0.1"
1212
sourceRef:
1313
kind: HelmRepository
1414
name: soperator-fluxcd

fluxcd/environment/local/slurmCluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ slurmCluster:
22
enabled: true
33
interval: 5m
44
timeout: 5m
5-
version: 2.0.0
5+
version: 2.0.1
66
namespace: soperator
77
releaseName: soperator
88
overrideValues:

fluxcd/environment/local/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ns:
1010
soperator:
1111
enabled: true
1212
namespace: soperator-system
13-
version: "2.0.0"
13+
version: "2.0.1"
1414
interval: 5m
1515
timeout: 5m
1616
releaseName: soperator-controller
@@ -58,7 +58,7 @@ slurmCluster:
5858
enabled: true
5959
interval: 5m
6060
timeout: 5m
61-
version: 2.0.0
61+
version: 2.0.1
6262
namespace: soperator
6363
releaseName: soperator
6464
overrideValues:
@@ -278,10 +278,10 @@ backup:
278278
# NFS Server - disabled for local dev
279279
nfsServer:
280280
enabled: false
281-
version: 2.0.0
281+
version: 2.0.1
282282
overrideValues:
283283
image:
284-
tag: 2.0.0
284+
tag: 2.0.1
285285
# Notifier - disabled for local dev
286286
notifier:
287287
enabled: false

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: 2.0.0
14+
soperator_version: 2.0.1
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: 2.0.0
13+
soperator_version: 2.0.1
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: 2.0.0
16+
version: 2.0.1
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: "2.0.0"
21+
appVersion: "2.0.1"

0 commit comments

Comments
 (0)