Merge "Remove unused admin port in keystone override"

This commit is contained in:
Zuul 2022-04-28 15:37:13 +00:00 committed by Gerrit Code Review
commit b64fb311e4
3 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Keystone
name: keystone
version: 0.2.23
version: 0.2.24
home: https://docs.openstack.org/keystone/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Keystone/OpenStack_Project_Keystone_vertical.png
sources:

View File

@ -59,8 +59,6 @@ network_policy:
ports:
- protocol: TCP
port: 5000
- protocol: TCP
port: 35357
egress:
- to:
- ipBlock:

View File

@ -39,4 +39,5 @@ keystone:
- 0.2.21 Updated naming for subchart compatibility
- 0.2.22 Remove older values overrides
- 0.2.23 Remove usage of six
- 0.2.24 Remove unused admin port in keystone
...