File tree 2 files changed +43
-0
lines changed
2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Release
2
+ on :
3
+ push :
4
+ tags :
5
+ - ' *.*.*'
6
+
7
+ jobs :
8
+ kubectl_rabbitmq :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - name : Update new version in krew-index
12
+ uses :
rajatjindal/[email protected]
13
+ with :
14
+ krew_template_file : hack/rabbitmq.yaml
Original file line number Diff line number Diff line change
1
+ apiVersion : krew.googlecontainertools.github.com/v1alpha2
2
+ kind : Plugin
3
+ metadata :
4
+ name : rabbitmq
5
+ spec :
6
+ homepage : https://github.com/rabbitmq/cluster-operator
7
+ shortDescription : Manage RabbitMQ clusters
8
+ version : v{{ .TagName }}
9
+ description : |
10
+ A plugin providing utilities to operate RabbitMQ clusters deployed
11
+ by the RabbitMQ cluster operator.
12
+ caveats : |
13
+ This plugin requires the RabbitMQ cluster operator to be installed.
14
+ To install the RabbitMQ cluster operator run `kubectl rabbitmq install-cluster-operator`.
15
+ platforms :
16
+ - selector :
17
+ matchExpressions :
18
+ - key : os
19
+ operator : In
20
+ values :
21
+ - darwin
22
+ - linux
23
+ {{addURIAndSha "https://github.com/rabbitmq/cluster-operator/archive/{{ .TagName }}.tar.gz" .TagName }}
24
+ bin : kubectl-rabbitmq
25
+ files :
26
+ - from : cluster-operator-*/bin/kubectl-rabbitmq
27
+ to : .
28
+ - from : cluster-operator-*/LICENSE.txt
29
+ to : .
You can’t perform that action at this time.
0 commit comments