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

Commit

Permalink
Smart Edge Open 21.12.02 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolan committed Mar 23, 2022
1 parent 278c40f commit 64658a4
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions roles/kubernetes/controlplane/templates/config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ apiServer:
{% if pwek_enable is defined and pwek_enable %}
service-node-port-range: "20000-39999"
{% endif %}
feature-gates: "DownwardAPIHugePages=True"
2 changes: 1 addition & 1 deletion roles/security/isecl/common/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) 2021 Intel Corporation
---
isecl_repo: "https://github.com/intel-secl/build-manifest.git"
isecl_repo_tag: "refs/tags/v4.1.0-Beta"
isecl_repo_tag: "refs/tags/v4.1.1"
isecl_repo_manifest: "manifest/data-sovereignty.xml"

isecl_build_dir: "{{ project_dir }}/intel-secl"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: v4.1.0
appVersion: v4.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
repository: isecl/ihub
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v4.1.0"
tag: "v4.1.1"

podAnnotations: {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: v4.1.0
appVersion: v4.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ appName: isecl-controller
image:
repository: isecl/k8s-controller
pullPolicy: IfNotPresent
tag: "v4.1.0"
tag: "v4.1.1"

initContainer:
name: chmod-pg-data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: v4.1.0
appVersion: v4.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ appName: isecl-scheduler
image:
repository: isecl/k8s-scheduler
pullPolicy: IfNotPresent
tag: v4.1.0
tag: v4.1.1

volume:
path: /var/log/isecl-k8s-extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ version: 0.1.0
# 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.
# It is recommended to use it with quotes.
appVersion: "v4.1.0"
appVersion: "v4.1.1"
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ image:
repository: isecl/tagent
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v4.1.0"
tag: "v4.1.1"

pauseContainerImage: gcr.io/google_containers/pause

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ version: 0.1.0
# 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.
# It is recommended to use it with quotes.
appVersion: "v4.1.0"
appVersion: "v4.1.1"
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ version: 0.1.0
# 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.
# It is recommended to use it with quotes.
appVersion: "v4.1.0"
appVersion: "v4.1.1"
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ image:
repository: isecl/authservice
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v4.1.0"
tag: "v4.1.1"

nameOverride: ""
fullnameOverride: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ version: 0.1.0
# 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.
# It is recommended to use it with quotes.
appVersion: "v4.1.0"
appVersion: "v4.1.1"
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ image:
repository: isecl/cms
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v4.1.0"
tag: "v4.1.1"

podSecurityContext:
fsGroup: 1001
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ version: 0.1.0
# 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.
# It is recommended to use it with quotes.
appVersion: "v4.1.0"
appVersion: "v4.1.1"
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ version: 0.1.0
# 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.
# It is recommended to use it with quotes.
appVersion: "v4.1.0"
appVersion: "v4.1.1"
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
repository: isecl/hvs
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v4.1.0"
tag: "v4.1.1"

podAnnotations: {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ version: 0.1.0
# 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.
# It is recommended to use it with quotes.
appVersion: "4.1.0"
appVersion: "v4.1.1"

0 comments on commit 64658a4

Please sign in to comment.