Skip to content

Commit ca095be

Browse files
Merge release v0.1.21
Release v0.1.21
2 parents a9ad809 + 38699d9 commit ca095be

11 files changed

Lines changed: 13 additions & 15 deletions

config/repositories.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ repositories:
3434
master: https://ghcr.io/hewlettpackard/lustre-csi-driver
3535
useRemoteK: false
3636
remoteReference:
37-
build: v0.1.7
37+
build: v0.1.8
3838
url: https://github.com/HewlettPackard/lustre-csi-driver.git/deploy/kubernetes/%s/?ref=%s
3939
- name: lustre-fs-operator
4040
development: https://ghcr.io/nearnodeflash/lustre-fs-operator
4141
master: https://ghcr.io/nearnodeflash/lustre-fs-operator
4242
useRemoteK: false
4343
remoteReference:
44-
build: v0.1.13
44+
build: v0.1.14
4545
url: https://github.com/NearNodeFlash/lustre-fs-operator.git/config/default/?ref=%s
4646
buildConfiguration:
4747
# Environment variables to set when calling any 'make' or 'deploy'
@@ -72,7 +72,7 @@ thirdPartyServices:
7272
waitCmd: kubectl wait deploy -n kube-system trigger --for jsonpath='{.status.availableReplicas}=1'
7373
- name: nnf-storedversions-maint
7474
useRemoteFTar: false
75-
url: https://github.com/NearNodeFlash/nnf-storedversions-maint/releases/download/v0.1.2/manifests.tar
75+
url: https://github.com/NearNodeFlash/nnf-storedversions-maint/releases/download/v0.1.3/manifests.tar
7676
waitCmd: kubectl wait deploy -n nnf-storedversions-maint-system nnf-storedversions-maint-controller-manager --for jsonpath='{.status.availableReplicas}=1'
7777
- name: argocd
7878
useHelm: true

config/systemconfiguration-htx-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Describes Rabbit "htx-1", or "dp0", and its compute nodes.
2-
apiVersion: dataworkflowservices.github.io/v1alpha4
2+
apiVersion: dataworkflowservices.github.io/v1alpha6
33
kind: SystemConfiguration
44
metadata:
55
# Nnf-sos expects this resource to be default/default.

config/systemconfiguration-htx-tds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Describes Rabbit "texas", or "htx-tds", and its compute nodes.
2-
apiVersion: dataworkflowservices.github.io/v1alpha4
2+
apiVersion: dataworkflowservices.github.io/v1alpha6
33
kind: SystemConfiguration
44
metadata:
55
# Nnf-sos expects this resource to be default/default.

config/systemconfiguration-kind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Describes the Rabbit nodes created for the KIND environment, and some
22
# imaginary compute nodes for those rabbits.
3-
apiVersion: dataworkflowservices.github.io/v1alpha4
3+
apiVersion: dataworkflowservices.github.io/v1alpha6
44
kind: SystemConfiguration
55
metadata:
66
# Nnf-sos expects this resource to be default/default.

dws

Submodule dws updated 147 files

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/NearNodeFlash/nnf-deploy
22

3-
go 1.22.0
4-
5-
toolchain go1.22.5
3+
go 1.23.9
64

75
require (
86
github.com/alecthomas/kong v0.7.1

nnf-dm

Submodule nnf-dm updated 120 files

0 commit comments

Comments
 (0)