fix(argo-rollouts): Correct outdated URL for ingress (#3093)

This commit is contained in:
Aikawa 2024-12-31 02:19:17 +09:00 committed by GitHub
parent 74376f6cab
commit 0877c58e19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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