Skip to content

Commit

Permalink
renterd 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
artur9010 committed Dec 28, 2023
1 parent d7ae950 commit d1f7de1
Show file tree
Hide file tree
Showing 11 changed files with 90 additions and 8 deletions.
28 changes: 26 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,31 @@ entries:
renterd:
- apiVersion: v2
appVersion: 1.0.0
created: "2023-12-28T15:51:44.009961795Z"
created: "2023-12-28T19:21:27.499300395Z"
dependencies:
- condition: mysql.enabled
name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.16.0
description: Sia renterd helm chart
digest: e9b88a20affa362a9e4315712b8d720e8cbedcf67aa364a5b618dea5f4a813de
icon: https://i.imgur.com/pWg0PRK.png
keywords:
- storage
- distributed
- blockchain
- sia
- renter
- s3
- webui
name: renterd
type: application
urls:
- https://charts.motyka.pro/renterd-1.0.1.tgz
version: 1.0.1
- apiVersion: v2
appVersion: 1.0.0
created: "2023-12-28T19:21:27.49286681Z"
dependencies:
- condition: mysql.enabled
name: mysql
Expand All @@ -17,4 +41,4 @@ entries:
urls:
- https://charts.motyka.pro/renterd-1.0.0.tgz
version: 1.0.0
generated: "2023-12-28T15:51:44.00600694Z"
generated: "2023-12-28T19:21:27.487055354Z"
Binary file added renterd-1.0.1.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions renterd/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.14.4
digest: sha256:4503f4a90b751f8479348e705760780bc0980e872bc997f96980cab62bc51e35
generated: "2023-12-08T16:29:58.27096303Z"
version: 9.16.0
digest: sha256:24bd9e37f8c20326196847f3c5f20e30804ac688e02c38aae1adb86b343ea7d3
generated: "2023-12-28T17:58:36.221619748Z"
12 changes: 10 additions & 2 deletions renterd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@ apiVersion: v2
name: renterd
description: Sia renterd helm chart
type: application
version: 1.0.0
version: 1.0.1
appVersion: "1.0.0"
icon: https://i.imgur.com/pWg0PRK.png
keywords:
- storage
- distributed
- blockchain
- sia
- renter
- s3
- webui
dependencies:
- name: mysql
version: 9.14.4
version: 9.16.0
repository: https://charts.bitnami.com/bitnami
condition: mysql.enabled
4 changes: 3 additions & 1 deletion renterd/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Basic Sia renterd helm chart

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/artur9010)](https://artifacthub.io/packages/search?repo=artur9010)

Simple helm chart containing [Sia renterd software](https://sia.tech/software/renterd).

## Helm repository

```
helm repo add artur9010 https://charts.motyka.pro
helm install renterd artur9010/renterd --version 1.0.0
helm install renterd artur9010/renterd --version 1.0.1
```

## Requirements
Expand Down
Binary file removed renterd/charts/mysql-9.14.4.tgz
Binary file not shown.
Binary file added renterd/charts/mysql-9.16.0.tgz
Binary file not shown.
12 changes: 12 additions & 0 deletions renterd/templates/statefulset-renterd-autopilot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ spec:
value: {{ include "renterd.workerAddrs" . | quote }}
resources:
{{- toYaml .Values.renterd.autopilot.resources | nindent 12 }}
{{- if .Values.renterd.autopilot.nodeSelector }}
nodeSelector: {{- .Values.renterd.autopilot.nodeSelector | toYaml | nindent 12 }}
{{- end }}
{{- if .Values.renterd.autopilot.affinity }}
affinity: {{- .Values.renterd.autopilot.affinity | toYaml | nindent 12 }}
{{- end }}
{{- if .Values.renterd.autopilot.tolerations }}
tolerations: {{- .Values.renterd.autopilot.tolerations | toYaml | nindent 12 }}
{{- end }}
{{- if .Values.renterd.autopilot.topologySpreadConstraints }}
topologySpreadConstraints: {{- .Values.renterd.autopilot.topologySpreadConstraints | toYaml | nindent 12 }}
{{- end }}
volumes:
- name: renterd-config
configMap:
Expand Down
12 changes: 12 additions & 0 deletions renterd/templates/statefulset-renterd-bus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ spec:
value: "false"
resources:
{{- toYaml .Values.renterd.bus.resources | nindent 12 }}
{{- if .Values.renterd.bus.nodeSelector }}
nodeSelector: {{- .Values.renterd.bus.nodeSelector | toYaml | nindent 12 }}
{{- end }}
{{- if .Values.renterd.bus.affinity }}
affinity: {{- .Values.renterd.bus.affinity | toYaml | nindent 12 }}
{{- end }}
{{- if .Values.renterd.bus.tolerations }}
tolerations: {{- .Values.renterd.bus.tolerations | toYaml | nindent 12 }}
{{- end }}
{{- if .Values.renterd.workers.topologySpreadConstraints }}
topologySpreadConstraints: {{- .Values.renterd.workers.topologySpreadConstraints | toYaml | nindent 12 }}
{{- end }}
volumes:
- name: renterd-config
configMap:
Expand Down
12 changes: 12 additions & 0 deletions renterd/templates/statefulset-renterd-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@ spec:
name: renterd-env
resources:
{{- toYaml .Values.renterd.workers.resources | nindent 12 }}
{{- if .Values.renterd.workers.nodeSelector }}
nodeSelector: {{- .Values.renterd.workers.nodeSelector | toYaml | nindent 12 }}
{{- end }}
{{- if .Values.renterd.workers.affinity }}
affinity: {{- .Values.renterd.workers.affinity | toYaml | nindent 12 }}
{{- end }}
{{- if .Values.renterd.workers.tolerations }}
tolerations: {{- .Values.renterd.workers.tolerations | toYaml | nindent 12 }}
{{- end }}
{{- if .Values.renterd.workers.topologySpreadConstraints }}
topologySpreadConstraints: {{- .Values.renterd.workers.topologySpreadConstraints | toYaml | nindent 12 }}
{{- end }}
volumes:
- name: renterd-config
configMap:
Expand Down
12 changes: 12 additions & 0 deletions renterd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ renterd:
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
affinity: {}
tolerations: {}
topologySpreadConstraints: {}
volume:
accessModes: [ "ReadWriteOnce" ]
storageClassName: "longhorn"
Expand All @@ -45,11 +49,19 @@ renterd:
vpa:
enabled: false
resources: {}
nodeSelector: {}
affinity: {}
tolerations: {}
topologySpreadConstraints: {}
workers:
replicas: 5
vpa:
enabled: false
resources: {}
nodeSelector: {}
affinity: {}
tolerations: {}
topologySpreadConstraints: {}

# automatic testnet faucet cron
autofaucet:
Expand Down

0 comments on commit d1f7de1

Please sign in to comment.