Skip to content

Commit 668ea81

Browse files
ThomasVitalegithub-actions
andauthored
Update RabbitMQ Operator metadata and add version 2.11.0 (#439)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 55c8559 commit 668ea81

File tree

1 file changed

+44
-0
lines changed
  • repo/packages/rabbitmq-operator.packages.kadras.io

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: rabbitmq-operator.packages.kadras.io.2.11.0
6+
spec:
7+
licenses:
8+
- Apache 2.0
9+
refName: rabbitmq-operator.packages.kadras.io
10+
releaseNotes: https://github.com/kadras-io/package-for-rabbitmq-operator/releases
11+
releasedAt: "2024-10-23T15:52:14Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp: {}
16+
fetch:
17+
- imgpkgBundle:
18+
image: ghcr.io/kadras-io/package-for-rabbitmq-operator@sha256:b510e8dd5b1da589f69fcf9882f0f0444840f32fac66d088f1cafc78aef6d1d4
19+
template:
20+
- ytt:
21+
paths:
22+
- config
23+
- kbld:
24+
paths:
25+
- '-'
26+
- .imgpkg/images.yml
27+
valuesSchema:
28+
openAPIv3:
29+
additionalProperties: false
30+
properties:
31+
logging:
32+
additionalProperties: false
33+
description: Logging configuration.
34+
properties:
35+
level:
36+
default: info
37+
description: The Operator log level. Valid options are `info` and `debug`.
38+
enum:
39+
- info
40+
- debug
41+
type: string
42+
type: object
43+
type: object
44+
version: 2.11.0

0 commit comments

Comments
 (0)