Compare commits

...

9 Commits

Author SHA1 Message Date
Devin Buhl
2463dec153 chore: add deprecation notice 2022-08-21 11:10:28 -04:00
k8s-at-home[bot]
458918f6b5 chore: Auto-update chart README [skip ci] 2022-08-19 23:24:06 +00:00
Bikramjeet Singh
eece1368af [transmission] Fixed icon URL in Chart.yml (#1756)
* Fixed icon url

* Update Chart.yaml
2022-08-20 09:23:34 +10:00
k8s-at-home[bot]
c2491608c1 chore: Auto-update chart README [skip ci] 2022-08-19 23:22:04 +00:00
Winston R. Milling
f95784018a [dendrite] 0.9.3 -> 0.9.4 (#1760) 2022-08-20 09:21:42 +10:00
k8s-at-home[bot]
9ebe6d0700 chore: Auto-update chart README [skip ci] 2022-08-18 17:42:15 +00:00
Skyler Mäntysaari
7f68a483a3 [dendrite] Upgrade app version and change default value to Github Containers (#1743)
* [dendrite] Upgrade Dendrite to 0.9.2

* [dendrite] Change default repository

It was Docker Hub, now it's Github Containers.

* [dendrite]: appversion to 0.9.3.

Co-authored-by: Winston R. Milling <Winston@Milli.ng>

* [dendrite]: Update the description of change.

Co-authored-by: Winston R. Milling <Winston@Milli.ng>

Co-authored-by: Winston R. Milling <Winston@Milli.ng>
2022-08-18 13:41:47 -04:00
renovate[bot]
da8b09cf86 chore(deps): update helm/chart-testing-action action to v2.3.0 (#1742)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-12 15:12:09 +02:00
renovate[bot]
1952cf8c8a chore(deps): update dawidd6/action-download-artifact action to v2.22.0 (#1737)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-10 20:54:25 +02:00
9 changed files with 25 additions and 23 deletions

View File

@@ -33,7 +33,7 @@ jobs:
python-version: "3.10"
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.2.1
uses: helm/chart-testing-action@v2.3.0
- name: Collect changes
id: list-changed

View File

@@ -62,7 +62,7 @@ jobs:
ref: ${{ inputs.checkoutCommit }}
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.2.1
uses: helm/chart-testing-action@v2.3.0
- name: Run chart-testing (list-changed)
id: list-changed
@@ -105,7 +105,7 @@ jobs:
python-version: "3.10"
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.2.1
uses: helm/chart-testing-action@v2.3.0
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1

View File

@@ -26,7 +26,7 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@v2.21.1
uses: dawidd6/action-download-artifact@v2.22.0
with:
github_token: ${{ steps.generate-token.outputs.token }}
workflow: pr-validate.yaml

View File

@@ -1,3 +1,7 @@
# ⚠️ Deprecation and Archive Notice
**This repo is being deprecated, please read [this issue](https://github.com/k8s-at-home/charts/issues/1761)**
# Helm charts
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-67-orange.svg?style=flat-square)](#contributors-)

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: v0.9.1
appVersion: v0.9.4
description: Dendrite Matrix Homeserver
name: dendrite
version: 6.2.0
version: 6.3.1
kubeVersion: ">=1.16.0-0"
keywords:
- dendrite
@@ -81,9 +81,5 @@ dependencies:
condition: dendrite.polylithEnabled
annotations:
artifacthub.io/changes: |-
- kind: added
description: Configuration options for in-memory cache
- kind: added
description: Configuration option for .well-known/matrix/client
- kind: changed
description: Upgraded dendrite to 0.9.1
description: Upgraded dendrite to 0.9.4

View File

@@ -1,6 +1,6 @@
# dendrite
![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: v0.9.1](https://img.shields.io/badge/AppVersion-v0.9.1-informational?style=flat-square)
![Version: 6.3.1](https://img.shields.io/badge/Version-6.3.1-informational?style=flat-square) ![AppVersion: v0.9.4](https://img.shields.io/badge/AppVersion-v0.9.4-informational?style=flat-square)
Dendrite Matrix Homeserver
@@ -163,9 +163,9 @@ For more information see:
| federationapi.image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| federationapi.image.repository | string | `"matrixdotorg/dendrite-polylith"` | image repository |
| federationapi.image.tag | string | chart.appVersion | image tag |
| image | object | `{"pullPolicy":"IfNotPresent","repository":"matrixdotorg/dendrite-monolith","tag":null}` | IMPORTANT NOTE This chart inherits from our common library chart. You can check the default values/options here: https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml |
| image | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/matrix-org/dendrite-monolith","tag":null}` | IMPORTANT NOTE This chart inherits from our common library chart. You can check the default values/options here: https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"matrixdotorg/dendrite-monolith"` | image repository |
| image.repository | string | `"ghcr.io/matrix-org/dendrite-monolith"` | image repository |
| image.tag | string | chart.appVersion | image tag |
| ingress.main | object | See values.yaml | (Monolith Only) Enable and configure ingress settings for the chart under this key. |
| keyserver | object | See values.yaml | Configure the key server. For more information see [the sample dendrite configuration](https://github.com/matrix-org/dendrite/blob/main/dendrite-sample.polylith.yaml) |
@@ -239,16 +239,15 @@ For more information see:
## Changelog
### Version 6.2.0
### Version 6.3.1
#### Added
* Configuration options for in-memory cache
* Configuration option for .well-known/matrix/client
N/A
#### Changed
* Upgraded dendrite to 0.9.1
* Upgraded dendrite to 0.9.4
#### Fixed

View File

@@ -8,7 +8,7 @@
---
image:
# -- image repository
repository: matrixdotorg/dendrite-monolith
repository: ghcr.io/matrix-org/dendrite-monolith
# -- image tag
# @default -- chart.appVersion
tag:

View File

@@ -3,13 +3,13 @@ apiVersion: v2
appVersion: v3.00
description: Transmission is a cross-platform BitTorrent client
name: transmission
version: 8.4.2
version: 8.4.3
kubeVersion: ">=1.16.0-0"
keywords:
- transmission
- torrent
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/transmission
icon: https://github.com/transmission/transmission/raw/master/extras/transmission-1920.jpg
icon: https://raw.githubusercontent.com/transmission/transmission/main/extras/transmission-1920.jpg
sources:
- https://github.com/transmission/transmission
- https://github.com/k8s-at-home/container-images
@@ -24,5 +24,7 @@ dependencies:
version: 4.5.2
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Fixed icon URL
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.2

View File

@@ -1,6 +1,6 @@
# transmission
![Version: 8.4.2](https://img.shields.io/badge/Version-8.4.2-informational?style=flat-square) ![AppVersion: v3.00](https://img.shields.io/badge/AppVersion-v3.00-informational?style=flat-square)
![Version: 8.4.3](https://img.shields.io/badge/Version-8.4.3-informational?style=flat-square) ![AppVersion: v3.00](https://img.shields.io/badge/AppVersion-v3.00-informational?style=flat-square)
Transmission is a cross-platform BitTorrent client
@@ -96,7 +96,7 @@ To view more environment variables [see here](https://github.com/k8s-at-home/con
## Changelog
### Version 8.4.2
### Version 8.4.3
#### Added
@@ -104,6 +104,7 @@ N/A
#### Changed
* Fixed icon URL
* Upgraded `common` chart dependency to version 4.5.2
#### Fixed