Skip to content

Commit

Permalink
Update-2021-03-12_12:53:17
Browse files Browse the repository at this point in the history
  • Loading branch information
pogossian committed Mar 12, 2021
1 parent 081434c commit 8a7bce2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.6
version: 0.2.7

# 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.4
appVersion: v0.3.5
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
5 changes: 4 additions & 1 deletion charts/netris-operator/crds/k8s.netris.ai_vnets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
- JSONPath: .status.sites
name: Sites
type: string
- JSONPath: .metadata.managedFields[0].time
- JSONPath: .status.modified
name: Modified
priority: 1
type: date
Expand Down Expand Up @@ -119,6 +119,9 @@ spec:
type: string
message:
type: string
modified:
format: date-time
type: string
sites:
type: string
state:
Expand Down

0 comments on commit 8a7bce2

Please sign in to comment.