File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : s3d
33description : s3d is a S3-compatible storage service backed by Sia, developed by the Sia Foundation.
44type : application
5- version : 1.0.0
6- appVersion : " 947707a "
5+ version : 1.0.1
6+ appVersion : " bf33bf3 "
77home : https://sia.tech
88icon : https://avatars.githubusercontent.com/u/71667087
99keywords :
Original file line number Diff line number Diff line change 1+ # Unofficial Sia s3d Helm Chart
2+
3+ [ ![ Artifact Hub] ( https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/artur9010 )] ( https://artifacthub.io/packages/search?repo=artur9010 )
4+
5+ Helm chart for [ Sia s3d software] ( https://github.com/SiaFoundation/s3d ) .
6+
7+ ## Helm repository
8+
9+ ```
10+ helm repo add artur9010 https://charts.motyka.pro
11+ helm install s3d artur9010/s3d
12+ ```
13+
14+ ## Looking for perfect server to run renterd? Check netcup
15+
16+ [ ![ netcup] ( https://i.imgur.com/2Sjxas5.png )] ( https://brzu.ch/renterd-netcup )
17+
18+ ARM servers are available from 7 eur per month. [ Check netcup for more info.] ( https://brzu.ch/renterd-netcup )
19+
20+ Use code ` 36nc17460389834 ` to get [ 5 EUR off] ( https://brzu.ch/renterd-netcup ) .
21+
22+ Looking for more [ netcup coupons] ( https://netcup-coupons.com ) ? Check [ netcup-coupons.com] ( https://netcup-coupons.com )
23+
24+ ## Values
25+
26+ Open this page on artifacthub and click Values on sidebar.
Original file line number Diff line number Diff line change 3030 {{- end }}
3131 {{- end }}
3232 sia:
33+ {{- if .Values.sia.keyPairs }}
34+ keyPairs:
35+ {{- range .Values.sia.keyPairs }}
36+ - accessKey: {{ .accessKey | quote }}
37+ secretKey: {{ .secretKey | quote }}
38+ {{- end }}
39+ {{- end }}
3340 indexerURL: {{ .Values.sia.indexerURL | quote }}
Original file line number Diff line number Diff line change @@ -8,6 +8,4 @@ metadata:
88type : Opaque
99stringData :
1010 S3D_RECOVERY_PHRASE : {{ .Values.secretContent.S3D_RECOVERY_PHRASE | quote }}
11- S3D_ACCESS_KEY : {{ .Values.secretContent.S3D_ACCESS_KEY | quote }}
12- S3D_SECRET_KEY : {{ .Values.secretContent.S3D_SECRET_KEY | quote }}
1311{{- end }}
Original file line number Diff line number Diff line change 11image :
22 repository : ghcr.io/siafoundation/s3d
33 pullPolicy : IfNotPresent
4- tag : " 947707a "
4+ tag : " bf33bf3 "
55
66imagePullSecrets : []
77
@@ -16,8 +16,6 @@ secretName: "s3d"
1616createSecret : false
1717secretContent :
1818 S3D_RECOVERY_PHRASE : " "
19- S3D_ACCESS_KEY : " "
20- S3D_SECRET_KEY : " "
2119
2220apiAddress : " 127.0.0.1:8000"
2321
4341sia :
4442 indexerURL : " https://sia.storage"
4543 hostBases : []
44+ keyPairs : []
45+ # - accessKey: ""
46+ # secretKey: ""
4647
4748resources : {}
4849 # limits:
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ <h1>artur9010 Chart Repository</h1>
7070 < li > < a href ="renterd-1.4.3.tgz "> renterd-1.4.3.tgz</ a > </ li >
7171 < li > < a href ="renterd-1.4.4.tgz "> renterd-1.4.4.tgz</ a > </ li >
7272 < li > < a href ="s3d-1.0.0.tgz "> s3d-1.0.0.tgz</ a > </ li >
73+ < li > < a href ="s3d-1.0.1.tgz "> s3d-1.0.1.tgz</ a > </ li >
7374</ ul >
7475</ main >
7576</ body >
You can’t perform that action at this time.
0 commit comments