Skip to content

Commit 22c49a6

Browse files
authored
Merge pull request #973 from nebius/patch-1.20.1
Patch 1.20.1
2 parents 0b73e60 + aef44a1 commit 22c49a6

File tree

28 files changed

+55
-48
lines changed

28 files changed

+55
-48
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20.0
1+
1.20.1

cmd/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ import (
5757
var scheme = runtime.NewScheme()
5858

5959
func init() {
60+
6061
utilruntime.Must(clientgoscheme.AddToScheme(scheme))
6162

6263
// Check if OpenTelemetryCollector and PodMonitor CRD is installed before adding it to the scheme

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.20.0
6+
newTag: 1.20.1

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.20.0
90+
image: controller:1.20.1
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.20.0
7+
newTag: 1.20.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/base/soperator-fluxcd/resources.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ spec:
4242
name: soperator-fluxcd
4343
valuesKey: values.yaml
4444
optional: true
45+
- kind: ConfigMap
46+
name: backup-schedule
47+
valuesKey: values.yaml
48+
optional: true

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.20.0
14+
soperator_version: 1.20.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: 1.20.0
13+
soperator_version: 1.20.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: 1.20.0
16+
version: 1.20.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: "1.20.0"
21+
appVersion: "1.20.1"

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.20.0"
25+
tag: "1.20.1"
2626
pullPolicy: IfNotPresent
2727
nodeSelector: {}
2828
resources: {}

0 commit comments

Comments
 (0)