Skip to content

Commit

Permalink
chore(argo-workflows): Remove xip url from test to avoid confusion (#…
Browse files Browse the repository at this point in the history
…2350)

* chore(argo-workflows): Remove xip url from test to avoid confusion

Signed-off-by: Tim Collins <[email protected]>

* Bump version

Signed-off-by: Tim Collins <[email protected]>

* More bumpings

Signed-off-by: Tim Collins <[email protected]>

* Tim can't type

Signed-off-by: Tim Collins <[email protected]>

* Swap to example.com - rfc2606

Signed-off-by: Tim Collins <[email protected]>

---------

Signed-off-by: Tim Collins <[email protected]>
  • Loading branch information
tico24 authored Nov 16, 2023
1 parent 4c25634 commit a785560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/argo-workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: v3.5.1
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.39.2
version: 0.39.3
icon: https://argoproj.github.io/argo-workflows/assets/logo.png
home: https://github.com/argoproj/argo-helm
sources:
Expand All @@ -16,5 +16,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: fixed
description: Align version label
- kind: changed
description: Modify test host url to avoid user confusion
2 changes: 1 addition & 1 deletion charts/argo-workflows/ci/enable-ingress-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ server:
ingress:
enabled: true
hosts:
- argo-workflows.127.0.0.1.xip.io
- argo-workflows.example.com

0 comments on commit a785560

Please sign in to comment.