From 8b9be923ae61d13113d5be20e09bced6adaab454 Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Fri, 4 Oct 2019 12:02:38 +0200 Subject: [PATCH] [stable/orangehrm] Update broken link to NGINX Ingress Annotations docs (#17667) Signed-off-by: juan131 --- stable/orangehrm/Chart.yaml | 2 +- stable/orangehrm/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/orangehrm/Chart.yaml b/stable/orangehrm/Chart.yaml index fcd48d9129..a8147e41bf 100644 --- a/stable/orangehrm/Chart.yaml +++ b/stable/orangehrm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: orangehrm -version: 6.2.3 +version: 6.2.4 appVersion: 4.3.3-0 description: OrangeHRM is a free HR management system that offers a wealth of modules to suit the needs of your business. diff --git a/stable/orangehrm/values.yaml b/stable/orangehrm/values.yaml index 74387049d3..c49237342b 100644 --- a/stable/orangehrm/values.yaml +++ b/stable/orangehrm/values.yaml @@ -187,7 +187,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