Skip to content

Commit

Permalink
Merge pull request #231 from johanneskastl/20241026_sharry_1.9.0
Browse files Browse the repository at this point in the history
20241026 sharry 1.9.0
  • Loading branch information
johanneskastl authored Oct 26, 2024
2 parents 78a823e + 51ad1fa commit e074183
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/sharry/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: 1.8.0
appVersion: 1.9.0
description: Sharry allows to share files with others in a simple way. It is a self-hosted web application. The basic concept is to upload files and get a url back that can then be shared.
name: sharry
version: 6.0.0
version: 6.1.0
keywords:
- file sharing
home: https://github.com/johanneskastl/charts/tree/main/charts/sharry
Expand All @@ -21,4 +21,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Forked the chart from k8s@home
description: update appVersion to 1.9.0
12 changes: 11 additions & 1 deletion charts/sharry/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sharry

![Version: 6.0.0](https://img.shields.io/badge/Version-6.0.0-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square)
![Version: 6.1.0](https://img.shields.io/badge/Version-6.1.0-informational?style=flat-square) ![AppVersion: 1.9.0](https://img.shields.io/badge/AppVersion-1.9.0-informational?style=flat-square)

Sharry allows to share files with others in a simple way. It is a self-hosted web application. The basic concept is to upload files and get a url back that can then be shared.

Expand Down Expand Up @@ -91,6 +91,16 @@ All notable changes to this Helm chart will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Version 6.1.0

#### Added

N/A

#### Changed

* update appVersion to 1.9.0

### Version 6.0.0

#### Added
Expand Down
10 changes: 10 additions & 0 deletions charts/sharry/README_CHANGELOG.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ All notable changes to this Helm chart will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Version 6.1.0

#### Added

N/A

#### Changed

* update appVersion to 1.9.0

### Version 6.0.0

#### Added
Expand Down

0 comments on commit e074183

Please sign in to comment.