Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-07-16 17:46:29 +00:00
parent 93de77091d
commit 95c89e5e56
11 changed files with 11 additions and 39 deletions

View File

@@ -1,6 +1,14 @@
# Changelog
## [ghost-3.0.26](https://github.com/truecharts/apps/compare/ghost-3.0.25...ghost-3.0.26) (2022-07-16)
### Chore
- remove duplice gui entry ([#3194](https://github.com/truecharts/apps/issues/3194))
## [ghost-3.0.25](https://github.com/truecharts/apps/compare/ghost-3.0.24...ghost-3.0.25) (2022-07-15)
### Chore
@@ -89,11 +97,3 @@
<a name="ghost-3.0.13"></a>
### [ghost-3.0.13](https://github.com/truecharts/apps/compare/ghost-3.0.12...ghost-3.0.13) (2022-07-06)
#### Chore
* update docker general non-major ([#3078](https://github.com/truecharts/apps/issues/3078))
<a name="ghost-3.0.12"></a>
### [ghost-3.0.12](https://github.com/truecharts/apps/compare/ghost-3.0.11...ghost-3.0.12) (2022-07-05)

View File

@@ -6,4 +6,4 @@ dependencies:
repository: https://charts.truecharts.org/
version: 3.0.29
digest: sha256:6339008d1787a2c301e7e0fd9c82d313120b05cbeed217c49e1d846e3aab216b
generated: "2022-07-15T06:36:11.639835981Z"
generated: "2022-07-16T17:43:33.979580381Z"

View File

@@ -25,7 +25,7 @@ sources:
- https://github.com/TryGhost/Ghost
- https://hub.docker.com/_/ghost
- https://ghost.org/docs/
version: 3.0.25
version: 3.0.26
annotations:
truecharts.org/catagories: |
- productivity

View File

@@ -190,7 +190,7 @@ questions:
description: "Enter the URL that is used to access your publication"
schema:
type: string
default: "http://localhost:10165"
default: "http://localhost:10166"
- variable: useMinFiles
label: "useMinFiles"
description: "Generate assets url with .min notation"
@@ -1667,34 +1667,6 @@ questions:
type: string
default: "002"
- variable: security
label: "Container Security Settings"
group: "Security and Permissions"
schema:
type: dict
additional_attrs: true
attrs:
- variable: editsecurity
label: "Change PUID / UMASK values"
description: "By enabling this you override default set values."
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: PUID
label: "Process User ID - PUID"
description: "When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps"
schema:
type: int
default: 568
- variable: UMASK
label: "UMASK"
description: "When supported by the container, this sets the UMASK for tha App. Not supported by all Apps"
schema:
type: string
default: "002"
- variable: advancedSecurity
label: "Show Advanced Security Settings"
group: "Security and Permissions"