Skip to content

Commit 6c529c3

Browse files
authored
Merge branch 'CloudPirates-io:main' into main
2 parents dc885ae + 359e88f commit 6c529c3

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

charts/ghost/CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3-
## 0.1.0 (2025-09-24)
3+
## 0.2.1 (2025-10-01)
44

5-
* [postgres] fix: Change default name for CUSTOM_PASSWORD ([#144](https://github.com/CloudPirates-io/helm-charts/pull/144))
5+
* [ghost] switch helm-chart icon to a new svg ([#199](https://github.com/CloudPirates-io/helm-charts/pull/199))
6+
7+
## 0.2.0 (2025-10-01)
8+
9+
* make ghost run on openshift (#195) ([93762d4](https://github.com/CloudPirates-io/helm-charts/commit/93762d4)), closes [#195](https://github.com/CloudPirates-io/helm-charts/issues/195)
10+
* add artifacthub repo ID ([665bf26](https://github.com/CloudPirates-io/helm-charts/commit/665bf26))
11+
* add ghost ([83ef05d](https://github.com/CloudPirates-io/helm-charts/commit/83ef05d))
12+
* add ghost logo ([6a4df33](https://github.com/CloudPirates-io/helm-charts/commit/6a4df33))
13+
* add maintainer information ([7eec72b](https://github.com/CloudPirates-io/helm-charts/commit/7eec72b))
14+
* fix app version ([688338c](https://github.com/CloudPirates-io/helm-charts/commit/688338c))
15+
* fix Chart.lock for linting ([40c4159](https://github.com/CloudPirates-io/helm-charts/commit/40c4159))
16+
* fix configuration and installation ([40a2729](https://github.com/CloudPirates-io/helm-charts/commit/40a2729))
17+
* fix unittest typo ([cc31439](https://github.com/CloudPirates-io/helm-charts/commit/cc31439))
18+
* improve configuration settings for more clearity with 'externaldb' ([d539bf8](https://github.com/CloudPirates-io/helm-charts/commit/d539bf8))
19+
* improve startup, wait for mariadb to be ready ([8baec0a](https://github.com/CloudPirates-io/helm-charts/commit/8baec0a))
20+
* Update CHANGELOG.md ([dc9fbd8](https://github.com/CloudPirates-io/helm-charts/commit/dc9fbd8))
21+
* Update CHANGELOG.md ([1bee7fe](https://github.com/CloudPirates-io/helm-charts/commit/1bee7fe))
22+
* update docs ([333b4e3](https://github.com/CloudPirates-io/helm-charts/commit/333b4e3))
23+
* update docs ([d503408](https://github.com/CloudPirates-io/helm-charts/commit/d503408))
24+
* update docs for external database connection ([1fa8f61](https://github.com/CloudPirates-io/helm-charts/commit/1fa8f61))
25+
* update values schema with missing fields ([3f38991](https://github.com/CloudPirates-io/helm-charts/commit/3f38991))
26+
* chore: add Newline for the linter ([a667374](https://github.com/CloudPirates-io/helm-charts/commit/a667374))
27+
* chore: fix linting, remove trailing spaces ([0f2465d](https://github.com/CloudPirates-io/helm-charts/commit/0f2465d))

charts/ghost/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ghost
33
description: A simple, powerful publishing platform that allows you to share your stories with the world.
44
type: application
5-
version: 0.2.0
5+
version: 0.2.2
66
appVersion: "6.0.9"
77
keywords:
88
- ghost
@@ -25,4 +25,4 @@ dependencies:
2525
version: "0.3.x"
2626
repository: oci://registry-1.docker.io/cloudpirates
2727
condition: mariadb.enabled
28-
icon: https://a.storyblok.com/f/143071/512x512/a130ba5305/ghost-logo.svg
28+
icon: https://a.storyblok.com/f/143071/512x512/3a5c1cb0c5/ghost-logo.png

0 commit comments

Comments
 (0)