fix(argo-workflows): a link in values.yaml for Kubernetes Ingress docs (#3079)

Signed-off-by: inamuu <8310973+inamuu@users.noreply.github.com>
This commit is contained in:
Kazuma Inamura 2024-12-17 06:31:09 +09:00 committed by GitHub
parent c6e5aba590
commit f9856eb583
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.6.2
name: argo-workflows name: argo-workflows
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
type: application type: application
version: 0.45.1 version: 0.45.2
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
sources: sources:
@ -16,5 +16,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252 fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - kind: fixed
description: Bump argo-workflows to v3.6.2 description: Reference to ingress link was fixed

View file

@ -625,7 +625,7 @@ server:
volumes: [] volumes: []
## Ingress configuration. ## Ingress configuration.
# ref: https://kubernetes.io/docs/user-guide/ingress/ # ref: https://kubernetes.io/docs/concepts/services-networking/ingress/
ingress: ingress:
# -- Enable an ingress resource # -- Enable an ingress resource
enabled: false enabled: false