File tree 3 files changed +20
-11
lines changed 3 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: replicated
3
3
repository: oci://registry.replicated.com/library
4
- version: 1.1 .0
4
+ version: 1.2 .0
5
5
- name: cassandra
6
6
repository: https://charts.bitnami.com/bitnami
7
7
version: 11.4.2
@@ -11,5 +11,5 @@ dependencies:
11
11
- name: tenant
12
12
repository: https://operator.min.io
13
13
version: 6.0.4
14
- digest: sha256:d3aa337c748cf7959a01aa3f45a00b516990d6b1e79fbea94a758dced1eb74de
15
- generated: "2025-02-11T13:29:13.913789-05 :00"
14
+ digest: sha256:511c7cd4de6c5128afb80df73adf753910c49bc1aff8c05dcafe0e31f6cae2ca
15
+ generated: "2025-03-18T11:42:22.774467-04 :00"
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ apiVersion: v2
2
2
name : storagebox
3
3
description : A Helm chart for different storage options
4
4
type : application
5
- version : 0.18 .0
5
+ version : 0.19 .0
6
6
appVersion : 1.0.0
7
7
dependencies :
8
8
- name : replicated
9
- version : " ~1.1 .0"
9
+ version : " ~1.2 .0"
10
10
repository : " oci://registry.replicated.com/library"
11
11
condition : replicated.enabled
12
12
- name : cassandra
Original file line number Diff line number Diff line change @@ -5,17 +5,20 @@ metadata:
5
5
spec :
6
6
chart :
7
7
name : storagebox
8
- chartVersion : 0.18 .0
8
+ chartVersion : 0.19 .0
9
9
values :
10
10
replicated :
11
11
enabled : true
12
12
nfs-server :
13
13
enabled : repl{{ ConfigOptionEquals "nfs_enabled" "1" }}
14
- image :
15
- repository : repl{{ HasLocalRegistry | ternary LocalRegistryHost "proxy.xyyzx.net/storagebox/ghcr.io/obeone" }}/nfs-server
16
- pullPolicy : IfNotPresent
17
14
imagePullSecrets :
18
15
- name : repl{{ ImagePullSecretName }}
16
+ defaultPodOptions :
17
+ imagePullSecrets :
18
+ - name : repl{{ ImagePullSecretName }}
19
+ image :
20
+ repository : repl{{ HasLocalRegistry | ternary LocalRegistryHost "proxy.xyyzx.net/storagebox/ghcr.io" }}/{{repl HasLocalRegistry | ternary LocalRegistryNamespace "obeone" }}/nfs-server
21
+ pullPolicy : IfNotPresent
19
22
global :
20
23
fullnameOverride : nfs-server
21
24
controller :
36
39
NFS_LOG_LEVEL : debug
37
40
cassandra :
38
41
enabled : repl{{ ConfigOptionEquals "cassandra_enabled" "1" }}
42
+ image :
43
+ registry : repl{{ HasLocalRegistry | ternary LocalRegistryHost "proxy.xyyzx.net/storagebox/docker.io" }}
44
+ repository : repl{{ HasLocalRegistry | ternary LocalRegistryNamespace "bitnami" }}/cassandra
45
+ pullSecrets :
46
+ - name : repl{{ ImagePullSecretName }}
39
47
truststore_password : repl{{ ConfigOption "cassandra_truststore_password" }}
40
48
keystore_password : repl{{ ConfigOption "cassandra_keystore_password" }}
41
49
dbUser :
68
76
tenant :
69
77
name : repl{{ ConfigOption "minio_tenant_name" }}
70
78
image :
71
- repository : repl{{ HasLocalRegistry | ternary LocalRegistryHost "proxy.xyyzx.net/storagebox/quay.io/ " }}/minio/minio
79
+ repository : repl{{ HasLocalRegistry | ternary LocalRegistryHost "proxy.xyyzx.net/storagebox/quay.io" }}/{{repl HasLocalRegistry | ternary LocalRegistryNamespace " minio" }} /minio
72
80
pullPolicy : IfNotPresent
73
- imagePullSecret : { }
81
+ imagePullSecret :
82
+ - name : repl{{ ImagePullSecretName }}
74
83
scheduler : { }
75
84
certificate :
76
85
requestAutoCert : true
You can’t perform that action at this time.
0 commit comments