Skip to content

Commit df493f2

Browse files
committed
s3d 1.0.1
1 parent 8e05fc7 commit df493f2

8 files changed

Lines changed: 127 additions & 62 deletions

File tree

charts/s3d/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: s3d
33
description: s3d is a S3-compatible storage service backed by Sia, developed by the Sia Foundation.
44
type: application
5-
version: 1.0.0
6-
appVersion: "947707a"
5+
version: 1.0.1
6+
appVersion: "bf33bf3"
77
home: https://sia.tech
88
icon: https://avatars.githubusercontent.com/u/71667087
99
keywords:

charts/s3d/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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.

charts/s3d/templates/configmap.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,11 @@ data:
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 }}

charts/s3d/templates/secrets.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ metadata:
88
type: Opaque
99
stringData:
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 }}

charts/s3d/values.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
repository: ghcr.io/siafoundation/s3d
33
pullPolicy: IfNotPresent
4-
tag: "947707a"
4+
tag: "bf33bf3"
55

66
imagePullSecrets: []
77

@@ -16,8 +16,6 @@ secretName: "s3d"
1616
createSecret: false
1717
secretContent:
1818
S3D_RECOVERY_PHRASE: ""
19-
S3D_ACCESS_KEY: ""
20-
S3D_SECRET_KEY: ""
2119

2220
apiAddress: "127.0.0.1:8000"
2321

@@ -43,6 +41,9 @@ log:
4341
sia:
4442
indexerURL: "https://sia.storage"
4543
hostBases: []
44+
keyPairs: []
45+
# - accessKey: ""
46+
# secretKey: ""
4647

4748
resources: {}
4849
# limits:

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)