Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2024-01-03 23:16:30 +00:00
parent c769bd8fb0
commit fd321949da
214 changed files with 963 additions and 750 deletions

View File

@@ -1,9 +0,0 @@
## [privatebin-4.0.13](https://github.com/truecharts/charts/compare/privatebin-4.0.12...privatebin-4.0.13) (2024-01-02)
### Chore
- force bump to ensure up-to-date catalogs

View File

@@ -7,6 +7,15 @@ title: Changelog
## [privatebin-4.0.14](https://github.com/truecharts/charts/compare/privatebin-4.0.13...privatebin-4.0.14) (2024-01-03)
### Chore
- update ignored by renovate (patch) ([#16673](https://github.com/truecharts/charts/issues/16673))
## [privatebin-4.0.13](https://github.com/truecharts/charts/compare/privatebin-4.0.12...privatebin-4.0.13) (2024-01-02)
### Chore
@@ -88,12 +97,3 @@ title: Changelog
- bump to release middleware fix
## [privatebin-4.0.7](https://github.com/truecharts/charts/compare/privatebin-4.0.6...privatebin-4.0.7) (2023-12-21)
### Chore
- bump everything to ensure patches are applied globally
### Fix
- ensure the cnpg GUI is included on CNPG apps

View File

@@ -1,8 +1,8 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: privatebin
version: 4.0.13
appVersion: 1.6.0
version: 4.0.14
appVersion: 1.6.2
description: PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.
home: https://truecharts.org/charts/incubator/privatebin
icon: https://truecharts.org/img/hotlink-ok/chart-icons/privatebin.png

View File

@@ -0,0 +1,9 @@
## [privatebin-4.0.14](https://github.com/truecharts/charts/compare/privatebin-4.0.13...privatebin-4.0.14) (2024-01-03)
### Chore
- update ignored by renovate (patch) ([#16673](https://github.com/truecharts/charts/issues/16673))

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: privatebin/pdo
tag: 1.6.0@sha256:77c6789bcfc5068baa614bf217eb556f278269aea373b45ab24b2dcc8658c692
tag: 1.6.2@sha256:e4fff051514a2932ff8d6fd49cfdb31b48aa435c194e2cbc5be94539cdb3e5e8
persistence:
conf-app:
enabled: true

View File

@@ -539,30 +539,42 @@ questions:
type: dict
additional_attrs: true
attrs:
- variable: registry
label: "Registry"
- variable: enabled
label: Enabled
schema:
type: string
required: true
default: "https://index.docker.io/v1/"
- variable: username
label: "Username"
type: boolean
default: true
- variable: data
label: Data
schema:
type: string
required: true
default: ""
- variable: password
label: "Password"
schema:
type: string
required: true
default: ""
- variable: email
label: "Email"
schema:
type: string
required: true
default: ""
type: dict
additional_attrs: true
attrs:
- variable: registry
label: "Registry"
schema:
type: string
required: true
default: "https://index.docker.io/v1/"
- variable: username
label: "Username"
schema:
type: string
required: true
default: ""
- variable: password
label: "Password"
schema:
type: string
required: true
private: true
default: ""
- variable: email
label: "Email"
schema:
type: string
required: true
default: ""
- variable: service
group: Networking and Services
label: Configure Service(s)