Skip to content

Commit

Permalink
Update-2021-05-06_14:04:58
Browse files Browse the repository at this point in the history
  • Loading branch information
pogossian committed May 6, 2021
1 parent 70730dc commit 2382f86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 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.3.0
version: 0.3.1

# 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.8
appVersion: v0.3.9
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
8 changes: 3 additions & 5 deletions charts/netris-operator/crds/k8s.netris.ai_l4lbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- JSONPath: .status.state
name: State
type: string
- JSONPath: .status.ip
- JSONPath: .spec.frontend.ip
name: Frontend
type: string
- JSONPath: .status.port
Expand All @@ -30,7 +30,7 @@ spec:
- JSONPath: .status.modified
name: Modified
priority: 1
type: string
type: date
- JSONPath: .metadata.creationTimestamp
name: Age
type: date
Expand Down Expand Up @@ -114,17 +114,15 @@ spec:
required:
- backend
- frontend
- ownerTenant
- site
type: object
status:
description: L4LBStatus defines the observed state of L4LB
properties:
ip:
type: string
message:
type: string
modified:
format: date-time
type: string
port:
type: string
Expand Down
3 changes: 2 additions & 1 deletion charts/netris-operator/crds/k8s.netris.ai_vnets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- JSONPath: .status.modified
name: Modified
priority: 1
type: string
type: date
- JSONPath: .spec.ownerTenant
name: Owner
type: string
Expand Down Expand Up @@ -120,6 +120,7 @@ spec:
message:
type: string
modified:
format: date-time
type: string
sites:
type: string
Expand Down

0 comments on commit 2382f86

Please sign in to comment.