Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 8fd1d1d

Browse files
committed
fix a weird ingress issue with activity pub
1 parent b0552bd commit 8fd1d1d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/ghost/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 2.1.0
21+
version: 2.1.1
2222

2323
# renovate: image=docker.io/ghost
2424
appVersion: "6.1.0"

charts/ghost/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ghost
22

3-
![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.1.0](https://img.shields.io/badge/AppVersion-6.1.0-informational?style=flat-square)
3+
![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.1.0](https://img.shields.io/badge/AppVersion-6.1.0-informational?style=flat-square)
44

55
A Helm chart for deploying Ghost on Kubernetes
66

charts/ghost/templates/ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
paths:
3434
{{- if and $.Values.activity_pub.enabled (not $.Values.proxy.enabled) }}
3535
# ActivityPub routes (must come before the catch-all route)
36-
- path: /\.ghost/activitypub(?/.*)?
36+
- path: /\.ghost/activitypub/.*
3737
pathType: ImplementationSpecific
3838
backend:
3939
service:
@@ -82,7 +82,7 @@ spec:
8282
paths:
8383
{{- if and $.Values.activity_pub.enabled (not $.Values.proxy.enabled) }}
8484
# ActivityPub routes (must come before the catch-all route)
85-
- path: /\.ghost/activitypub(?/.*)?
85+
- path: /\.ghost/activitypub/.*
8686
pathType: ImplementationSpecific
8787
backend:
8888
service:

0 commit comments

Comments
 (0)