Skip to content

Commit c00848c

Browse files
authored
Patch 1.23.3 (#2094)
1 parent e2d63b0 commit c00848c

File tree

29 files changed

+61
-61
lines changed

29 files changed

+61
-61
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.2
1+
1.23.3

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.23.2
6+
newTag: 1.23.3

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:1.23.2
87+
image: controller:1.23.3
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: 1.23.2
7+
newTag: 1.23.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/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: "1.23.2"
11+
version: "1.23.3"
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: 1.23.2
5+
version: 1.23.3
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: "1.23.2"
13+
version: "1.23.3"
1414
interval: 5m
1515
timeout: 5m
1616
releaseName: soperator-controller
@@ -56,7 +56,7 @@ slurmCluster:
5656
enabled: true
5757
interval: 5m
5858
timeout: 5m
59-
version: 1.23.2
59+
version: 1.23.3
6060
namespace: soperator
6161
releaseName: soperator
6262
overrideValues:
@@ -265,10 +265,10 @@ backup:
265265
# NFS Server - disabled for local dev
266266
nfsServer:
267267
enabled: false
268-
version: 1.23.2
268+
version: 1.23.3
269269
overrideValues:
270270
image:
271-
tag: 1.23.2
271+
tag: 1.23.3
272272
# Notifier - disabled for local dev
273273
notifier:
274274
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: 1.23.2
14+
soperator_version: 1.23.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.23.2
13+
soperator_version: 1.23.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.23.2
16+
version: 1.23.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.23.2"
21+
appVersion: "1.23.3"

0 commit comments

Comments
 (0)