Skip to content

Commit

Permalink
Added
Browse files Browse the repository at this point in the history
  • Loading branch information
pogossian committed Feb 15, 2021
1 parent 420e11e commit e1280d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
4 changes: 2 additions & 2 deletions charts/netris-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.3
version: 0.2.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: v0.3.1
appVersion: v0.3.2
home: https://github.com/netrisai/netris-operator
icon: https://www.netris.ai/wp-content/uploads/2020/05/logo-600.png # [todo] Change url to permalink
keywords:
Expand Down
3 changes: 3 additions & 0 deletions charts/netris-operator/crds/k8s.netris.ai_vnetmeta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ spec:
type: array
id:
type: integer
imported:
type: boolean
members:
items:
description: VNetMetaMember .
Expand Down Expand Up @@ -131,6 +133,7 @@ spec:
required:
- gateways
- id
- imported
- members
- name
- owner
Expand Down
14 changes: 4 additions & 10 deletions charts/netris-operator/crds/k8s.netris.ai_vnets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
properties:
guestTenants:
items:
type: integer
type: string
type: array
ownerTenant:
type: string
Expand All @@ -48,13 +48,7 @@ spec:
properties:
gateways:
items:
description: VNetGateway .
properties:
gateway4:
type: string
gateway6:
type: string
type: object
type: string
type: array
name:
type: string
Expand All @@ -64,16 +58,16 @@ spec:
properties:
name:
type: string
state:
type: string
vlanId:
type: integer
required:
- name
type: object
type: array
required:
- gateways
- name
- switchPorts
type: object
type: array
state:
Expand Down

0 comments on commit e1280d3

Please sign in to comment.