Skip to content

Commit

Permalink
Publish kubedb/[email protected] plugin (#190)
Browse files Browse the repository at this point in the history
ProductLine:
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Oct 15, 2024
1 parent 4eef14e commit 5b6b784
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions plugins/dba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: dba
spec:
version: v0.48.0
version: v0.48.1
homepage: https://kubedb.com
shortDescription: kubectl plugin for KubeDB by AppsCode
description: |
Expand All @@ -13,8 +13,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/kubedb/cli/releases/download/v0.48.0/kubectl-dba-darwin-amd64.tar.gz
sha256: 6ccf6b7c2cafe52761a311d158782e6a0b26e475aa51d197baeb99ee3211b93b
uri: https://github.com/kubedb/cli/releases/download/v0.48.1/kubectl-dba-darwin-amd64.tar.gz
sha256: 35ba5790adace3b342e9631242c924ad89c94ddf7bd51df44542ab54013bb65a
files:
- from: "*"
to: "."
Expand All @@ -23,8 +23,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/kubedb/cli/releases/download/v0.48.0/kubectl-dba-darwin-arm64.tar.gz
sha256: f57782ded1771b9925258c801e4a7a83dc06a66583ebf2b3d7d605f5c01417b8
uri: https://github.com/kubedb/cli/releases/download/v0.48.1/kubectl-dba-darwin-arm64.tar.gz
sha256: df4cb551adb48b8ca79dfd00cfacb26979852db30828008a7579c80b51cc3ca7
files:
- from: "*"
to: "."
Expand All @@ -33,8 +33,8 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/kubedb/cli/releases/download/v0.48.0/kubectl-dba-linux-amd64.tar.gz
sha256: f0fbde7cebfac3434fd13e065c47ba8397f3be51db48e4fb3527abdb7b2c8b1a
uri: https://github.com/kubedb/cli/releases/download/v0.48.1/kubectl-dba-linux-amd64.tar.gz
sha256: 6f0c39dc2ccdba27739be6329ce6ce637303311e1f7b04bee6d0ec3c1588d9c4
files:
- from: "*"
to: "."
Expand All @@ -43,8 +43,8 @@ spec:
matchLabels:
os: linux
arch: arm
uri: https://github.com/kubedb/cli/releases/download/v0.48.0/kubectl-dba-linux-arm.tar.gz
sha256: 4c90f4b88938bbe82b0688aecc273635a712a30f28692b9fffaf0c91f812bfa6
uri: https://github.com/kubedb/cli/releases/download/v0.48.1/kubectl-dba-linux-arm.tar.gz
sha256: 96bba0f493da64a127baa595d598203365add0532c874bc3f73cc0a03b94c924
files:
- from: "*"
to: "."
Expand All @@ -53,8 +53,8 @@ spec:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/kubedb/cli/releases/download/v0.48.0/kubectl-dba-linux-arm64.tar.gz
sha256: eb9e90f366a1ecb8364aaa47f20fa6fe10b49a764fb770e675acb943487a6e1a
uri: https://github.com/kubedb/cli/releases/download/v0.48.1/kubectl-dba-linux-arm64.tar.gz
sha256: 7540bf43ff3308fc327cf1f079d7b91c26d0c60861c9276696d97bbec3c88ee9
files:
- from: "*"
to: "."
Expand All @@ -63,8 +63,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/kubedb/cli/releases/download/v0.48.0/kubectl-dba-windows-amd64.zip
sha256: afefa2a0a612275bc8b0d636b55396c24733cc0147279691b53d5644538cd042
uri: https://github.com/kubedb/cli/releases/download/v0.48.1/kubectl-dba-windows-amd64.zip
sha256: 3e5f520fd04aff0990c64e97e24d5e8f7d1d0650f112c8e7ef238c08e23cf02f
files:
- from: "*"
to: "."
Expand Down

0 comments on commit 5b6b784

Please sign in to comment.