Skip to content

Commit

Permalink
renterd 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Motyka committed Sep 4, 2024
1 parent 907e03f commit 0f7997d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion renterd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: renterd
description: renterd is a next-generation Sia renter, developed by the Sia Foundation. It aims to serve the needs of both everyday users — who want a simple interface for storing and retrieving their personal data — and developers — who want a powerful, flexible, and reliable API for building apps on Sia.
type: application
version: 1.2.7
version: 1.2.8
appVersion: "1.0.8"
home: https://sia.tech
icon: https://i.imgur.com/pWg0PRK.png
Expand Down
5 changes: 4 additions & 1 deletion renterd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Helm chart for [Sia renterd software](https://sia.tech/software/renterd).

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

## Requirements
Expand Down Expand Up @@ -191,6 +191,9 @@ This chart:

## Changelog

### 1.2.8
- Added an env with worker id to autopilot pods to make it compatible with latest dev releases.

### 1.2.7
** If you are running renterd on test network - you will need to set proper service ports in values, 9880 for http, 7070 for s3. If running dev builds built after 12/08/2024 - you don't need to care about it as all images now are running on default ports 9980 and 8080. **

Expand Down
4 changes: 4 additions & 0 deletions renterd/templates/statefulset-renterd-autopilot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ spec:
- secretRef:
name: {{ .Values.secretName | quote }}
env:
- name: RENTERD_WORKER_ID
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: RENTERD_AUTOPILOT_ENABLED
value: "true"
- name: RENTERD_WORKER_ENABLED
Expand Down

0 comments on commit 0f7997d

Please sign in to comment.