fix(argo-rollouts): Correct outdated URL for ingress
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
74376f6cab
commit
cdfa9ca947
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v1.7.2
|
||||
description: A Helm chart for Argo Rollouts
|
||||
name: argo-rollouts
|
||||
version: 2.38.0
|
||||
version: 2.38.1
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
||||
keywords:
|
||||
|
@ -19,4 +19,4 @@ annotations:
|
|||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||
artifacthub.io/changes: |
|
||||
- kind: fixed
|
||||
description: Updated plugin values.yaml example and it's implementation to not need to include the stringification or the plugins block that it used to
|
||||
description: Correct outdated URL for ingress
|
||||
|
|
|
@ -397,7 +397,7 @@ dashboard:
|
|||
maxUnavailable: # 0
|
||||
|
||||
## Ingress configuration.
|
||||
## ref: https://kubernetes.io/docs/user-guide/ingress/
|
||||
## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/
|
||||
##
|
||||
ingress:
|
||||
# -- Enable dashboard ingress support
|
||||
|
|
Loading…
Reference in a new issue