Merge "Remove panko residue"

This commit is contained in:
Zuul 2021-05-25 02:26:46 +00:00 committed by Gerrit Code Review
commit 72b836b3ba
6 changed files with 4 additions and 8 deletions

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v10.2.31
description: OpenStack-Helm MariaDB
name: mariadb
version: 0.2.2
version: 0.2.3
home: https://mariadb.com/kb/en/
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
sources:

View File

@ -54,9 +54,6 @@ network_policy:
- podSelector:
matchLabels:
application: neutron
- podSelector:
matchLabels:
application: panko
- podSelector:
matchLabels:
application: rally

View File

@ -15,6 +15,6 @@ apiVersion: v1
appVersion: v1.5.5
description: OpenStack-Helm Memcached
name: memcached
version: 0.1.2
version: 0.1.3
home: https://github.com/memcached/memcached
...

View File

@ -56,9 +56,6 @@ network_policy:
- podSelector:
matchLabels:
application: aodh
- podSelector:
matchLabels:
application: panko
- podSelector:
matchLabels:
application: rally

View File

@ -18,4 +18,5 @@ mariadb:
- 0.2.0 Uplift mariadb version and ubuntu release
- 0.2.1 Prevent potential splitbrain issue if cluster is in reboot state
- 0.2.2 remove deprecated svc annotation tolerate-unready-endpoints
- 0.2.3 Remove panko residue
...

View File

@ -3,4 +3,5 @@ memcached:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Make stats cachedump configurable.
- 0.1.3 Remove panko residue
...