diff --git a/incubator/ghost/3.0.25/CHANGELOG.md b/incubator/ghost/3.0.26/CHANGELOG.md
similarity index 90%
rename from incubator/ghost/3.0.25/CHANGELOG.md
rename to incubator/ghost/3.0.26/CHANGELOG.md
index fecd0561dfa..d5a1f459a64 100644
--- a/incubator/ghost/3.0.25/CHANGELOG.md
+++ b/incubator/ghost/3.0.26/CHANGELOG.md
@@ -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 @@
### [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))
-
-
-
-
-### [ghost-3.0.12](https://github.com/truecharts/apps/compare/ghost-3.0.11...ghost-3.0.12) (2022-07-05)
diff --git a/incubator/ghost/3.0.25/Chart.lock b/incubator/ghost/3.0.26/Chart.lock
similarity index 85%
rename from incubator/ghost/3.0.25/Chart.lock
rename to incubator/ghost/3.0.26/Chart.lock
index 00bb50ac89f..c6278fd7c6a 100644
--- a/incubator/ghost/3.0.25/Chart.lock
+++ b/incubator/ghost/3.0.26/Chart.lock
@@ -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"
diff --git a/incubator/ghost/3.0.25/Chart.yaml b/incubator/ghost/3.0.26/Chart.yaml
similarity index 98%
rename from incubator/ghost/3.0.25/Chart.yaml
rename to incubator/ghost/3.0.26/Chart.yaml
index 6900b1129b7..38bb65e8fca 100644
--- a/incubator/ghost/3.0.25/Chart.yaml
+++ b/incubator/ghost/3.0.26/Chart.yaml
@@ -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
diff --git a/incubator/ghost/3.0.25/README.md b/incubator/ghost/3.0.26/README.md
similarity index 100%
rename from incubator/ghost/3.0.25/README.md
rename to incubator/ghost/3.0.26/README.md
diff --git a/incubator/ghost/3.0.25/app-readme.md b/incubator/ghost/3.0.26/app-readme.md
similarity index 100%
rename from incubator/ghost/3.0.25/app-readme.md
rename to incubator/ghost/3.0.26/app-readme.md
diff --git a/incubator/ghost/3.0.25/charts/common-10.4.4.tgz b/incubator/ghost/3.0.26/charts/common-10.4.4.tgz
similarity index 100%
rename from incubator/ghost/3.0.25/charts/common-10.4.4.tgz
rename to incubator/ghost/3.0.26/charts/common-10.4.4.tgz
diff --git a/incubator/ghost/3.0.25/charts/mariadb-3.0.29.tgz b/incubator/ghost/3.0.26/charts/mariadb-3.0.29.tgz
similarity index 100%
rename from incubator/ghost/3.0.25/charts/mariadb-3.0.29.tgz
rename to incubator/ghost/3.0.26/charts/mariadb-3.0.29.tgz
diff --git a/incubator/ghost/3.0.25/ix_values.yaml b/incubator/ghost/3.0.26/ix_values.yaml
similarity index 100%
rename from incubator/ghost/3.0.25/ix_values.yaml
rename to incubator/ghost/3.0.26/ix_values.yaml
diff --git a/incubator/ghost/3.0.25/questions.yaml b/incubator/ghost/3.0.26/questions.yaml
similarity index 99%
rename from incubator/ghost/3.0.25/questions.yaml
rename to incubator/ghost/3.0.26/questions.yaml
index 0d265f35946..26dc6a39fc0 100644
--- a/incubator/ghost/3.0.25/questions.yaml
+++ b/incubator/ghost/3.0.26/questions.yaml
@@ -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"
diff --git a/incubator/ghost/3.0.25/templates/common.yaml b/incubator/ghost/3.0.26/templates/common.yaml
similarity index 100%
rename from incubator/ghost/3.0.25/templates/common.yaml
rename to incubator/ghost/3.0.26/templates/common.yaml
diff --git a/incubator/ghost/3.0.25/values.yaml b/incubator/ghost/3.0.26/values.yaml
similarity index 100%
rename from incubator/ghost/3.0.25/values.yaml
rename to incubator/ghost/3.0.26/values.yaml