diff --git a/index.yaml b/index.yaml index 7b9823f..48436b4 100644 --- a/index.yaml +++ b/index.yaml @@ -1,9 +1,33 @@ apiVersion: v1 entries: renterd: + - apiVersion: v2 + appVersion: 1.0.6 + created: "2024-03-28T14:05:13.247912+01:00" + dependencies: + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.23.0 + description: Sia renterd helm chart + digest: b11bdce598984fd275430f0e43cc9228e8836c20c14ef790b79be30f12689f12 + icon: https://i.imgur.com/pWg0PRK.png + keywords: + - storage + - distributed + - blockchain + - sia + - renter + - s3 + - webui + name: renterd + type: application + urls: + - renterd-1.1.2.tgz + version: 1.1.2 - apiVersion: v2 appVersion: 1.0.5 - created: "2024-03-20T19:36:33.333175888Z" + created: "2024-03-28T14:05:13.243993+01:00" dependencies: - condition: mysql.enabled name: mysql @@ -23,11 +47,11 @@ entries: name: renterd type: application urls: - - https://charts.motyka.pro/renterd-1.1.1.tgz + - renterd-1.1.1.tgz version: 1.1.1 - apiVersion: v2 appVersion: 1.0.5 - created: "2024-03-20T19:36:33.328092258Z" + created: "2024-03-28T14:05:13.239652+01:00" dependencies: - condition: mysql.enabled name: mysql @@ -47,11 +71,11 @@ entries: name: renterd type: application urls: - - https://charts.motyka.pro/renterd-1.1.0.tgz + - renterd-1.1.0.tgz version: 1.1.0 - apiVersion: v2 appVersion: 1.0.5 - created: "2024-03-20T19:36:33.307541742Z" + created: "2024-03-28T14:05:13.235679+01:00" dependencies: - condition: mysql.enabled name: mysql @@ -71,11 +95,11 @@ entries: name: renterd type: application urls: - - https://charts.motyka.pro/renterd-1.0.6.tgz + - renterd-1.0.6.tgz version: 1.0.6 - apiVersion: v2 appVersion: 1.0.5 - created: "2024-03-20T19:36:33.294665348Z" + created: "2024-03-28T14:05:13.231558+01:00" dependencies: - condition: mysql.enabled name: mysql @@ -95,11 +119,11 @@ entries: name: renterd type: application urls: - - https://charts.motyka.pro/renterd-1.0.5.tgz + - renterd-1.0.5.tgz version: 1.0.5 - apiVersion: v2 appVersion: 1.0.5 - created: "2024-03-20T19:36:33.278546781Z" + created: "2024-03-28T14:05:13.227241+01:00" dependencies: - condition: mysql.enabled name: mysql @@ -119,11 +143,11 @@ entries: name: renterd type: application urls: - - https://charts.motyka.pro/renterd-1.0.4.tgz + - renterd-1.0.4.tgz version: 1.0.4 - apiVersion: v2 appVersion: 1.0.0 - created: "2024-03-20T19:36:33.265578315Z" + created: "2024-03-28T14:05:13.223392+01:00" dependencies: - condition: mysql.enabled name: mysql @@ -143,11 +167,11 @@ entries: name: renterd type: application urls: - - https://charts.motyka.pro/renterd-1.0.3.tgz + - renterd-1.0.3.tgz version: 1.0.3 - apiVersion: v2 appVersion: 1.0.0 - created: "2024-03-20T19:36:33.250700105Z" + created: "2024-03-28T14:05:13.21852+01:00" dependencies: - condition: mysql.enabled name: mysql @@ -167,11 +191,11 @@ entries: name: renterd type: application urls: - - https://charts.motyka.pro/renterd-1.0.2.tgz + - renterd-1.0.2.tgz version: 1.0.2 - apiVersion: v2 appVersion: 1.0.0 - created: "2024-03-20T19:36:33.236798029Z" + created: "2024-03-28T14:05:13.214575+01:00" dependencies: - condition: mysql.enabled name: mysql @@ -191,11 +215,11 @@ entries: name: renterd type: application urls: - - https://charts.motyka.pro/renterd-1.0.1.tgz + - renterd-1.0.1.tgz version: 1.0.1 - apiVersion: v2 appVersion: 1.0.0 - created: "2024-03-20T19:36:33.218128894Z" + created: "2024-03-28T14:05:13.210133+01:00" dependencies: - condition: mysql.enabled name: mysql @@ -207,6 +231,6 @@ entries: name: renterd type: application urls: - - https://charts.motyka.pro/renterd-1.0.0.tgz + - renterd-1.0.0.tgz version: 1.0.0 -generated: "2024-03-20T19:36:33.204944076Z" +generated: "2024-03-28T14:05:13.206352+01:00" diff --git a/renterd-1.1.2.tgz b/renterd-1.1.2.tgz new file mode 100644 index 0000000..912d72f Binary files /dev/null and b/renterd-1.1.2.tgz differ diff --git a/renterd/Chart.yaml b/renterd/Chart.yaml index d5df033..dc38412 100644 --- a/renterd/Chart.yaml +++ b/renterd/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: renterd description: Sia renterd helm chart type: application -version: 1.1.1 -appVersion: "1.0.5" +version: 1.1.2 +appVersion: "1.0.6" icon: https://i.imgur.com/pWg0PRK.png keywords: - storage diff --git a/renterd/README.md b/renterd/README.md index e098817..950cba2 100644 --- a/renterd/README.md +++ b/renterd/README.md @@ -87,6 +87,9 @@ Looking for more [netcup coupons](https://netcup-coupons.com)? Check [netcup-cou ## Changelog +### 1.1.2 +- Updated default image from `renterd:1.0.5` to `renterd:1.0.6` + ### 1.1.1 - Added a database readiness check to renterd-bus init container to make sure it won't start before db. - Added missing labels to all objects diff --git a/renterd/values.yaml b/renterd/values.yaml index c3b4569..5a727f9 100644 --- a/renterd/values.yaml +++ b/renterd/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/siafoundation/renterd pullPolicy: IfNotPresent - tag: "1.0.5" + tag: "1.0.6" service: bus: