Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/rabbitmq/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: rabbitmq
description: A messaging broker that implements the Advanced Message Queuing Protocol (AMQP)
type: application
version: 0.21.0
version: 0.21.1
appVersion: "4.2.5"
keywords:
- rabbitmq
Expand Down
2 changes: 1 addition & 1 deletion charts/rabbitmq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ image:
## @param image.repository RabbitMQ image repository
repository: rabbitmq
## @param image.tag RabbitMQ image tag
tag: "4.2.5-management@sha256:c957726579ecd51ca3a0b010685affe7e18cc2b591894dc6cd322f09bc9ba2b2"
tag: "4.2.5-management@sha256:e37bc7e28b50551a5e26892327e8d54afac56a5c3709719e6f3909146f14ea4b"
## @param image.imagePullPolicy RabbitMQ image pull policy
imagePullPolicy: Always

Expand Down
Loading