Skip to content

Commit

Permalink
new version v0.1.3 of argo-apps-viz (#4167)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot authored Oct 26, 2024
1 parent 69f5338 commit b9c8a2c
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions plugins/argo-apps-viz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ spec:
and illustrate ArgoCD concepts, such as the 'App of Apps' pattern
across multiple clusters and dependency trees, primarily for
documentation, learning, and teaching purposes.
version: v0.1.2
version: v0.1.3
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.2/argo-apps-viz_linux_amd64.tar.gz
sha256: f0617bd0f6bfff446411b08d69a5628c9c8a1cd53f4169563e4ed0badd2627a1
uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.3/argo-apps-viz_linux_amd64.tar.gz
sha256: 9f878da8bfb7fdeb721138bd2fd58bb7dce33817b9f4f4b43a8866316974ea9e
files:
- from: "./argo-apps-viz"
to: "."
Expand All @@ -28,8 +28,8 @@ spec:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.2/argo-apps-viz_linux_arm64.tar.gz
sha256: 018c7edb192fc2fad0f2a8a5cf3344eaf2a92cb0c4161df67a3e0e159107ea2c
uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.3/argo-apps-viz_linux_arm64.tar.gz
sha256: 0266875d7b40f2d05085fee0d7588da7f36670573a5e65d9baf67053825888a9
files:
- from: "./argo-apps-viz"
to: "."
Expand All @@ -40,20 +40,33 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.2/argo-apps-viz_darwin_amd64.tar.gz
sha256: d712563872c8406db1007c7b93ecbda206f0473e65a95688e79480f3400abdf2
uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.3/argo-apps-viz_darwin_amd64.tar.gz
sha256: 58147534aca9a66d29142cc4fb8c4e59e9a237759ef84f894882175b4741ea5d
files:
- from: "./argo-apps-viz"
to: "."
- from: LICENSE
to: "."
bin: "argo-apps-viz"
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.3/argo-apps-viz_darwin_arm64.tar.gz
sha256: 94e8c05b0bfdab4fde6c343f675838b4f5ef3fbd9c99238bf34ae8e903da1898
files:
- from: "./argo-apps-viz"
to: "."
- from: LICENSE
to: "."
bin: "argo-apps-viz"

- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.2/argo-apps-viz_windows_amd64.zip
sha256: 6b564f8246afddcb3a5c38ea573cfc7bf84a2fe434555fe43e63d1fe7afc30d2
uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.3/argo-apps-viz_windows_amd64.zip
sha256: 346e79f85cb247922537691f6f060ddec3a75d17cdd2c9f39811bf8e1798fadc
files:
- from: "/argo-apps-viz.exe"
to: "."
Expand Down

0 comments on commit b9c8a2c

Please sign in to comment.