diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml index 9d3c5fe..9ec6453 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.1.0 +version: 2.1.1 # renovate: image=docker.io/ghost appVersion: "6.1.0" diff --git a/charts/ghost/README.md b/charts/ghost/README.md index c9aa5ac..cd848ec 100644 --- a/charts/ghost/README.md +++ b/charts/ghost/README.md @@ -1,6 +1,6 @@ # ghost -![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) +![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) A Helm chart for deploying Ghost on Kubernetes diff --git a/charts/ghost/templates/ingress.yaml b/charts/ghost/templates/ingress.yaml index 33e354e..f8a76c9 100644 --- a/charts/ghost/templates/ingress.yaml +++ b/charts/ghost/templates/ingress.yaml @@ -33,7 +33,7 @@ spec: paths: {{- if and $.Values.activity_pub.enabled (not $.Values.proxy.enabled) }} # ActivityPub routes (must come before the catch-all route) - - path: /\.ghost/activitypub(?/.*)? + - path: /\.ghost/activitypub/.* pathType: ImplementationSpecific backend: service: @@ -82,7 +82,7 @@ spec: paths: {{- if and $.Values.activity_pub.enabled (not $.Values.proxy.enabled) }} # ActivityPub routes (must come before the catch-all route) - - path: /\.ghost/activitypub(?/.*)? + - path: /\.ghost/activitypub/.* pathType: ImplementationSpecific backend: service: