From 748a289da4557fcd7cb46d7afdbcdbcfaea3e641 Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Mon, 7 Oct 2019 10:11:16 +0200 Subject: [PATCH] [stable/ghost] Update broken link to NGINX Ingress Annotations docs (#17658) Signed-off-by: juan131 --- stable/ghost/Chart.yaml | 2 +- stable/ghost/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/ghost/Chart.yaml b/stable/ghost/Chart.yaml index 26ed7ad85d..c52d305003 100644 --- a/stable/ghost/Chart.yaml +++ b/stable/ghost/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: ghost -version: 7.2.6 +version: 7.2.7 appVersion: 2.31.1 description: A simple, powerful publishing platform that allows you to share your stories with the world keywords: diff --git a/stable/ghost/values.yaml b/stable/ghost/values.yaml index 9b70b4208a..9a109e9b61 100644 --- a/stable/ghost/values.yaml +++ b/stable/ghost/values.yaml @@ -224,7 +224,7 @@ ingress: ## Ingress annotations done as key:value pairs ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If tls is set to true, annotation ingress.kubernetes.io/secure-backends: "true" will automatically be set ## If certManager is set to true, annotation kubernetes.io/tls-acme: "true" will automatically be set