Skip to content

Commit 4486297

Browse files
committed
chore(Actions): Fix next problems from template
Wow and I am ci enabled...
1 parent 5f765bc commit 4486297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/krew/plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
matchLabels:
2121
os: darwin
2222
arch: amd64
23-
{{addURIAndSha "https://github.com/syndlex/argo-apps-viz/releases/download/{{ .TagName }}/argo-apps-viz_darwin_arm64.tar.gz" .TagName }}
23+
{{addURIAndSha "https://github.com/syndlex/argo-apps-viz/releases/download/{{ .TagName }}/argo-apps-viz_darwin_amd64.tar.gz" .TagName }}
2424
files:
2525
- from: "./argo-apps-viz"
2626
to: "."
@@ -45,7 +45,7 @@ spec:
4545
4646
For additional options:
4747
$ kubectl argo-apps-viz --help
48-
or https://github.com/syndlex/argo-apps-viz/blob/v0.1.0/doc/USAGE.md
48+
or https://github.com/syndlex/argo-apps-viz/blob/{{ .TagName }}/doc/USAGE.md
4949
shortDescription: A kubectl plugin that visualizes ArgoCD concepts like the 'App of Apps' and dependency trees for documentation and teaching.
5050
description: |
5151
shortDescription: A small kubectl plugin that generates visual representations (using go-echarts) to document and illustrate ArgoCD concepts, such as the 'App of Apps' pattern across multiple clusters and dependency trees, primarily for documentation, learning, and teaching purposes.

0 commit comments

Comments
 (0)