Skip to content

Commit 5c4d154

Browse files
authored
TC DP update to upgrade workload application (#20)
* TC DP update to upgrade workload application TC DP is updated with 1.2.0 version of Trusted-workload application. This is targeted for RC2 content * Bump of TC DP * Updated TC DP version * Bump up of VERSION * Update trsuted-workload application version * Update in DP trusted workload app version
1 parent 9d16564 commit 5c4d154

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.27
1+
1.0.28

deployment-package/trusted-compute/application.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ schemaVersion: "0.1"
6262
$schema: "https://schema.intel.com/catalog.orchestrator/0.1/schema"
6363

6464
name: trusted-workload
65-
version: 1.0.0
65+
version: 1.0.1
6666
description: "Deploys the necessary CRD and runtime class to enable trusted compute workloads within virtual machines."
6767
kind: extension
6868

6969
helmRegistry: "intel-rs-helm"
7070
chartName: "edge-orch/trusted-compute/charts/trusted-workload"
71-
chartVersion: "1.1.0"
71+
chartVersion: "1.2.0"
7272

7373
profiles:
7474
- name: "default"

deployment-package/trusted-compute/deployment-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: "https://schema.intel.com/catalog.orchestrator/0.1/schema"
77

88
name: "trusted-compute"
99
description: "Trusted Compute k8s plugin for trusted workloads"
10-
version: 0.4.0
10+
version: 0.4.1
1111
forbidsMultipleDeployments: true
1212
kind: extension
1313

@@ -19,7 +19,7 @@ applications:
1919
- name: trust-agent
2020
version: 1.0.0
2121
- name: trusted-workload
22-
version: 1.0.0
22+
version: 1.0.1
2323

2424
defaultNamespaces:
2525
attestation-manager: isecl

manifest/manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44
metadata:
55
schemaVersion: 0.3.0
6-
release: 1.0.27
6+
release: 1.0.28
77
lpke:
88
deploymentPackages:
99
- dpkg: edge-orch/en/file/base-extensions
@@ -21,7 +21,7 @@ lpke:
2121
- dpkg: edge-orch/en/file/virtualization
2222
version: 0.3.6
2323
- dpkg: edge-orch/en/file/trusted-compute
24-
version: 0.4.0
24+
version: 0.4.1
2525
- dpkg: edge-orch/en/file/kubernetes-dashboard
2626
version: 0.0.5
2727
deploymentList:

0 commit comments

Comments
 (0)