diff --git a/mariadb/Chart.yaml b/mariadb/Chart.yaml index 6163a7083..228e46e89 100644 --- a/mariadb/Chart.yaml +++ b/mariadb/Chart.yaml @@ -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: diff --git a/mariadb/values_overrides/netpol.yaml b/mariadb/values_overrides/netpol.yaml index 7d4de60e5..7c2ba1f8e 100644 --- a/mariadb/values_overrides/netpol.yaml +++ b/mariadb/values_overrides/netpol.yaml @@ -54,9 +54,6 @@ network_policy: - podSelector: matchLabels: application: neutron - - podSelector: - matchLabels: - application: panko - podSelector: matchLabels: application: rally diff --git a/memcached/Chart.yaml b/memcached/Chart.yaml index 42c81ba83..33bb59c0d 100644 --- a/memcached/Chart.yaml +++ b/memcached/Chart.yaml @@ -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 ... diff --git a/memcached/values_overrides/netpol.yaml b/memcached/values_overrides/netpol.yaml index 406ea2651..87fd2e375 100644 --- a/memcached/values_overrides/netpol.yaml +++ b/memcached/values_overrides/netpol.yaml @@ -56,9 +56,6 @@ network_policy: - podSelector: matchLabels: application: aodh - - podSelector: - matchLabels: - application: panko - podSelector: matchLabels: application: rally diff --git a/releasenotes/notes/mariadb.yaml b/releasenotes/notes/mariadb.yaml index 35a2ee537..9ac61f07b 100644 --- a/releasenotes/notes/mariadb.yaml +++ b/releasenotes/notes/mariadb.yaml @@ -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 ... diff --git a/releasenotes/notes/memcached.yaml b/releasenotes/notes/memcached.yaml index bb21fd39e..eeefdfd58 100644 --- a/releasenotes/notes/memcached.yaml +++ b/releasenotes/notes/memcached.yaml @@ -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 ...