Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apiv2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apiVersion: v2
name: apiv2
description: Edge Infrastructure Manager API
type: application
version: 2.1.1
appVersion: "2.1.5"
version: 2.2.0
appVersion: "2.3.0"
home: edge-orchestrator.intel.com
maintainers:
- name: Edge Infrastructure Manager Team
4 changes: 2 additions & 2 deletions exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apiVersion: v2
name: exporter
description: Edge Infrastructure Manager Exporter
type: application
version: 1.21.0
appVersion: "1.19.0"
version: 1.22.0
appVersion: "1.21.0"
home: edge-orchestrator.intel.com
maintainers:
- name: Edge Infrastructure Manager Team
12 changes: 6 additions & 6 deletions infra-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apiVersion: v2
name: infra-core
description: Edge Infrastructure Manager Core Umbrella Chart
type: application
version: "2.15.0"
appVersion: "2.15.0"
version: "2.16.0"
appVersion: "2.16.0"
annotations: {}
home: edge-orchestrator.intel.com
maintainers:
Expand All @@ -18,21 +18,21 @@ dependencies:
repository: "file://../api"
- name: apiv2
condition: import.apiv2.enabled
version: "2.1.1"
version: "2.2.0"
repository: "file://../apiv2"
- name: exporter
condition: import.exporter.enabled
version: "1.21.0"
version: "1.22.0"
repository: "file://../exporter"
- name: inventory
condition: import.inventory.enabled
version: "2.25.0"
version: "2.26.0"
repository: "file://../inventory"
- name: credentials
condition: import.credentials.enabled
version: "1.8.0"
repository: "file://../credentials"
- name: tenant-controller
condition: import.tenant-controller.enabled
version: "0.20.0"
version: "0.21.0"
repository: "file://../tenant-controller"
6 changes: 3 additions & 3 deletions infra-managers/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apiVersion: v2
name: infra-managers
description: Infrastructure Manager Managers Umbrella Chart
type: application
version: "2.13.1"
appVersion: "2.13.1"
version: "2.14.0"
appVersion: "2.14.0"
annotations: {}
home: edge-orchestrator.intel.com
maintainers:
Expand All @@ -30,7 +30,7 @@ dependencies:
repository: "file://../telemetry-manager"
- name: os-resource-manager
condition: import.os-resource-manager.enabled
version: "0.21.1"
version: "0.22.0"
repository: "file://../os-resource-manager"
- name: attestationstatus-manager
condition: import.attestationstatus-manager.enabled
Expand Down
4 changes: 2 additions & 2 deletions inventory/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apiVersion: v2
name: inventory
description: Edge Infrastructure Manager Inventory
type: application
version: 2.25.0
appVersion: "2.27.0"
version: 2.26.0
appVersion: "2.28.0"
home: edge-orchestrator.intel.com
maintainers:
- name: Edge Infrastructure Manager Team
4 changes: 2 additions & 2 deletions os-resource-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apiVersion: v2
name: os-resource-manager
description: Edge Infrastructure Manager OS Resource Manager
type: application
version: 0.21.1
appVersion: "0.17.1"
version: 0.22.0
appVersion: "0.18.0"
home: edge-orchestrator.intel.com
maintainers:
- name: Edge Infrastructure Manager Team
4 changes: 2 additions & 2 deletions tenant-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apiVersion: v2
name: tenant-controller
description: Edge Infrastructure Manager Tenant Controller
type: application
version: 0.20.0
appVersion: "0.18.0"
version: 0.21.0
appVersion: "0.20.0"
home: edge-orchestrator.intel.com
maintainers:
- name: Edge Infrastructure Manager Team