Remove unused admin port in keystone override

Currently the netpol overrides in keystone have the old v2 admin
port defined. This is no longer needed since keystone v2 has been
long removed.

Change-Id: Iaed37bad01e621e95b9d1493eb8fcf2ec19a3526
This commit is contained in:
Gage Hugo 2022-03-31 16:42:03 -05:00
parent 5594f09743
commit 180076c899
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
...