Skip to content

Commit

Permalink
chore(privatebin): set default version of Privatebin to 1.6.0 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdashrad authored Oct 31, 2023
1 parent 7ed56f3 commit 2cbac5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/privatebin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
apiVersion: v2
appVersion: 1.5.2
appVersion: 1.6.0
description: A Helm chart for installing PrivateBin
name: privatebin
home: https://privatebin.info/
icon: https://raw.githubusercontent.com/PrivateBin/assets/master/images/preview/icon.png
type: application
version: 0.19.0
version: 0.20.0
maintainers:
- name: bdashrad
email: [email protected]
Expand All @@ -20,7 +20,7 @@ keywords:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgrade PrivateBin to 1.5.2
description: Upgrade PrivateBin to 1.6.0
artifacthub.io/images: |
- name: privatebin
image: privatebin/nginx-fpm-alpine:1.5.2
image: privatebin/nginx-fpm-alpine:1.6.0

0 comments on commit 2cbac5a

Please sign in to comment.