Skip to content

Commit 104782a

Browse files
authored
Merge pull request #392 from open-edge-platform/dev/hemanthk/kata_upgrade
Dev/hemanthk/kata upgrade
2 parents a7698f7 + be6e9cc commit 104782a

File tree

46 files changed

+11
-9048
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+11
-9048
lines changed

.trivyignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ CVE-2025-58187
1919
CVE-2025-58188
2020
CVE-2025-61724
2121

22-
# TODO: Remove once kata-container release with upgraded runc is available.
23-
CVE-2025-31133
24-
CVE-2025-52565
25-
CVE-2025-52881
26-
2722
# TODO: Remove once kata-container release with upgreaded containerd is available
2823
CVE-2024-25621
2924
CVE-2025-68121

helm/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ docker-push: ## Push docker images.
8888
@echo "Updating the version of trusted-workload to ${TRUSTED_WORKLOAD_VERSION}"
8989
yq eval -i '.appVersion = "${TRUSTED_WORKLOAD_VERSION}"' trusted-workload/Chart.yaml
9090
yq eval -i '.version = "${TRUSTED_WORKLOAD_VERSION}"' trusted-workload/Chart.yaml
91-
yq eval -i '.image.tag = "${KATA_DEPLOY_VERSION}"' trusted-workload/charts/cc-runtimeclass/values.yaml
9291

9392
helm-build-%:
9493
rm -rf ${HELM_CHART_BUILD_DIR}$*.tgz;

helm/attestation-verifier/charts/trustagent/templates/daemonset-suefi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ metadata:
3939
args:
4040
- >
4141
chown -R 503:500 /opt/verifier/* && chmod -R 751 /opt/verifier/*
42+
chown -R 0:500 /opt/kata/*
4243
securityContext:
4344
runAsUser: 0
4445
privileged: false

helm/trusted-workload/Chart.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ version: 1.4.9-dev
2727
appVersion: "1.4.9-dev"
2828

2929
dependencies:
30-
- name: cc-operator
31-
version: 0.1.0
32-
repository: file://./charts/cc-operator
33-
- name: cc-runtimeclass
34-
version: 0.1.0
35-
repository: file://./charts/cc-runtimeclass
3630
- name: nri-device-injector
3731
version: 0.1.0
3832
repository: file://./charts/nri-device-injector

helm/trusted-workload/charts/cc-operator/.helmignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

helm/trusted-workload/charts/cc-operator/Chart.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

helm/trusted-workload/charts/cc-operator/templates/cc-operator-cleanup.yaml

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)