Skip to content

Commit

Permalink
fix(argo-rollouts): Correct outdated URL for ingress (#3093)
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-croco authored Dec 30, 2024
1 parent 74376f6 commit 0877c58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/argo-rollouts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/argo-rollouts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0877c58

Please sign in to comment.