We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3c093 commit f6f9bc8Copy full SHA for f6f9bc8
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release
2
on:
3
push:
4
tags:
5
- - '*.*.*'
+ - 'v*.*.*'
6
7
jobs:
8
kubectl_rabbitmq:
hack/rabbitmq.yaml
@@ -5,7 +5,7 @@ metadata:
spec:
homepage: https://github.com/rabbitmq/cluster-operator
shortDescription: Manage RabbitMQ clusters
- version: v{{ .TagName }}
+ version: {{ .TagName }}
9
description: |
10
A plugin providing utilities to operate RabbitMQ clusters deployed
11
by the RabbitMQ cluster operator.
0 commit comments