File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1818 registry-server : ghcr.io
1919 registry-username : ${{ github.actor }}
2020 image : ${{ github.repository }}
21- version : 2.13 .0
21+ version : 2.16 .0
2222 secrets :
2323 pull-request-token : ${{ secrets.GH_ORG_PAT }}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ apiVersion: apiextensions.k8s.io/v1
1111kind : CustomResourceDefinition
1212metadata :
1313 annotations :
14- controller-gen.kubebuilder.io/version : v0.17.3
14+ controller-gen.kubebuilder.io/version : v0.18.0
1515 labels :
1616 app.kubernetes.io/component : rabbitmq-operator
1717 app.kubernetes.io/name : rabbitmq-cluster-operator
@@ -942,6 +942,11 @@ spec:
942942 x-kubernetes-list-type : atomic
943943 type : object
944944 type : object
945+ autoEnableAllFeatureFlags :
946+ description : |-
947+ Set to true to automatically enable all feature flags after each upgrade
948+ For more information, see https://www.rabbitmq.com/docs/feature-flags
949+ type : boolean
945950 delayStartSeconds :
946951 default : 30
947952 description : |-
@@ -5568,7 +5573,7 @@ spec:
55685573 valueFrom :
55695574 fieldRef :
55705575 fieldPath : metadata.namespace
5571- image : quay.io/rabbitmqoperator/cluster-operator:2.13 .0
5576+ image : quay.io/rabbitmqoperator/cluster-operator:2.16 .0
55725577 name : operator
55735578 ports :
55745579 - containerPort : 9782
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: vendir.k14s.io/v1alpha1
22directories :
33- contents :
44 - githubRelease :
5- tag : v2.13 .0
6- url : https://api.github.com/repos/rabbitmq/cluster-operator/releases/216814323
5+ tag : v2.16 .0
6+ url : https://api.github.com/repos/rabbitmq/cluster-operator/releases/237301453
77 path : .
88 path : config/upstream
99kind : LockConfig
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ directories:
44 - githubRelease :
55 disableAutoChecksumValidation : true
66 slug : rabbitmq/cluster-operator
7- tag : v2.13 .0
7+ tag : v2.16 .0
88 includePaths :
99 - cluster-operator-quay-io.yml
1010 path : .
You can’t perform that action at this time.
0 commit comments