This repository was archived by the owner on Mar 5, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2424appVersion : " 6.1.0"
Original file line number Diff line number Diff line change 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
55A Helm chart for deploying Ghost on Kubernetes
66
Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments