Skip to content

Commit ec598c9

Browse files
committed
deps: Update RabbitMQ Operator 2.16.0 to 2.16.1
1 parent 091f6f0 commit ec598c9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
registry-server: ghcr.io
1919
registry-username: ${{ github.actor }}
2020
image: ${{ github.repository }}
21-
version: 2.16.0
21+
version: 2.16.1
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

package/config/upstream/cluster-operator-quay-io.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5573,7 +5573,7 @@ spec:
55735573
valueFrom:
55745574
fieldRef:
55755575
fieldPath: metadata.namespace
5576-
image: quay.io/rabbitmqoperator/cluster-operator:2.16.0
5576+
image: quay.io/rabbitmqoperator/cluster-operator:2.16.1
55775577
name: operator
55785578
ports:
55795579
- containerPort: 9782

package/vendir.lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: vendir.k14s.io/v1alpha1
22
directories:
33
- contents:
44
- githubRelease:
5-
tag: v2.16.0
6-
url: https://api.github.com/repos/rabbitmq/cluster-operator/releases/237301453
5+
tag: v2.16.1
6+
url: https://api.github.com/repos/rabbitmq/cluster-operator/releases/241488681
77
path: .
88
path: config/upstream
99
kind: LockConfig

package/vendir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ directories:
44
- githubRelease:
55
disableAutoChecksumValidation: true
66
slug: rabbitmq/cluster-operator
7-
tag: v2.16.0
7+
tag: v2.16.1
88
includePaths:
99
- cluster-operator-quay-io.yml
1010
path: .

0 commit comments

Comments
 (0)