feauture: lastest RabbitMQ

This commit is contained in:
Stefan Reimer 2023-08-03 15:19:09 +00:00
parent a6fd7a7d04
commit 0cb16de099
2 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubezero-mq
description: KubeZero umbrella chart for MQ systems like NATS, RabbitMQ
type: application
version: 0.3.5
version: 0.3.6
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords:
@ -22,11 +22,11 @@ dependencies:
#repository: https://nats-io.github.io/k8s/helm/charts/
condition: nats.enabled
- name: rabbitmq
version: 11.3.2
version: 12.0.3
repository: https://charts.bitnami.com/bitnami
condition: rabbitmq.enabled
- name: rabbitmq-cluster-operator
version: 3.1.4
repository: https://charts.bitnami.com/bitnami
condition: rabbitmq-cluster-operator.enabled
kubeVersion: ">= 1.20.0"
kubeVersion: ">= 1.25.0"

View File

@ -1,6 +1,8 @@
#!/bin/bash
set -ex
helm dep update
## NATS
NATS_VERSION=0.8.4