Merge "Remove gnocchi override in memcache chart"

This commit is contained in:
Zuul 2022-05-20 04:49:36 +00:00 committed by Gerrit Code Review
commit 3be1004a3a
3 changed files with 2 additions and 4 deletions

View File

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

View File

@ -62,9 +62,6 @@ network_policy:
- podSelector:
matchLabels:
application: memcached
- podSelector:
matchLabels:
application: gnocchi
ports:
- port: 11211
protocol: TCP

View File

@ -11,4 +11,5 @@ memcached:
- 0.1.8 Enable taint toleration for Openstack services jobs
- 0.1.9 Revert naming for subchart compatibility
- 0.1.10 Updated naming for subchart compatibility
- 0.1.11 Remove gnocchi netpol override
...