Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit 64658a4

Browse files
committed
Smart Edge Open 21.12.02 Release
1 parent 278c40f commit 64658a4

File tree

19 files changed

+19
-18
lines changed

19 files changed

+19
-18
lines changed

roles/kubernetes/controlplane/templates/config.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ apiServer:
1515
{% if pwek_enable is defined and pwek_enable %}
1616
service-node-port-range: "20000-39999"
1717
{% endif %}
18+
feature-gates: "DownwardAPIHugePages=True"

roles/security/isecl/common/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) 2021 Intel Corporation
33
---
44
isecl_repo: "https://github.com/intel-secl/build-manifest.git"
5-
isecl_repo_tag: "refs/tags/v4.1.0-Beta"
5+
isecl_repo_tag: "refs/tags/v4.1.1"
66
isecl_repo_manifest: "manifest/data-sovereignty.xml"
77

88
isecl_build_dir: "{{ project_dir }}/intel-secl"

roles/security/isecl/controlplane/files/charts/ihub/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.1.0
2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application.
24-
appVersion: v4.1.0
24+
appVersion: v4.1.1

roles/security/isecl/controlplane/files/charts/ihub/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ image:
1515
repository: isecl/ihub
1616
pullPolicy: IfNotPresent
1717
# Overrides the image tag whose default is the chart appVersion.
18-
tag: "v4.1.0"
18+
tag: "v4.1.1"
1919

2020
podAnnotations: {}
2121

roles/security/isecl/controlplane/files/charts/k8s-extensions-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.1.0
2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application.
24-
appVersion: v4.1.0
24+
appVersion: v4.1.1

roles/security/isecl/controlplane/files/charts/k8s-extensions-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ appName: isecl-controller
1414
image:
1515
repository: isecl/k8s-controller
1616
pullPolicy: IfNotPresent
17-
tag: "v4.1.0"
17+
tag: "v4.1.1"
1818

1919
initContainer:
2020
name: chmod-pg-data

roles/security/isecl/controlplane/files/charts/k8s-extensions-scheduler/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.1.0
2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application.
24-
appVersion: v4.1.0
24+
appVersion: v4.1.1

roles/security/isecl/controlplane/files/charts/k8s-extensions-scheduler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ appName: isecl-scheduler
1313
image:
1414
repository: isecl/k8s-scheduler
1515
pullPolicy: IfNotPresent
16-
tag: v4.1.0
16+
tag: v4.1.1
1717

1818
volume:
1919
path: /var/log/isecl-k8s-extensions

roles/security/isecl/controlplane/files/charts/trust-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ version: 0.1.0
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: "v4.1.0"
27+
appVersion: "v4.1.1"

roles/security/isecl/controlplane/files/charts/trust-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ image:
2020
repository: isecl/tagent
2121
pullPolicy: IfNotPresent
2222
# Overrides the image tag whose default is the chart appVersion.
23-
tag: "v4.1.0"
23+
tag: "v4.1.1"
2424

2525
pauseContainerImage: gcr.io/google_containers/pause
2626

0 commit comments

Comments
 (0)