File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
srv/salt/kubernetes/charts/nuclio Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 44
55* Kubernetes: Enforcing strict Pod Security Policy
66
7- ## v7.1.0 - 2021-03-01
7+ ## v7.1.0 - 2021-03-02
88
99## Added
1010
11+ * Common: Added eBPF tools package installation
1112* Containerd: Bump version 1.4.3
13+ * ** Nuclio** is not compatible at the moment
1214* Orchestration: Enabled CRI runtime customization
1315* MailHog: Enabled support of user credentials list
1416* Weave-Scope: Added Containerd and Crio support
1517
1618## Changed
1719
1820* ** Warning** : Enabled containerd as default container runtime
21+ * Argo: Enabled containerd and Cri-O support
1922* MailHog: Bump version 1.0.1
2023* Ory Kratos: Migrated Selfservice UI deployment to Helm chart
2124* Rook-CockroachDB: Bump version 1.5.8
2629* Ory Hydra: Fixed hydra binary download
2730* Ory Kratos: Migration to v0.5 config spec
2831* Harbor: Use v2.0 Api for the OIDC configuration
32+ * Rook-Ceph: Fixed deployment state
33+ * Weave-Scope: Fixed missing selectors
2934
3035## v7.0.0 - 2021-02-28
3136
Original file line number Diff line number Diff line change 33 function_worker : 4
44 event_worker : 2
55 project_worker : 2
6- container_builder : docker
76 ingress_host : nuclio
87 registry :
98 dockerhub :
Original file line number Diff line number Diff line change 66{% - from "kubernetes/map.jinja" import charts with context -%}
77{% - from "kubernetes/map.jinja" import common with context -%}
88{% - set public_domain = pillar ['public-domain' ] -%}
9+ {% set cri_provider = salt ['pillar.get' ]('kubernetes:common:cri:provider' ) %}
910
1011# if true, all components assume no internet connectivity
1112offline: false
@@ -27,7 +28,10 @@ dahsboard:
2728 enabled: True
2829 image:
2930 tag: {{ nuclio.version }}-amd64
30- containerBuilderKind: "{{ nuclio.container_builder }}"
31+
32+ {% - if not cri_provider == 'docker' %}
33+ containerBuilderKind: "kanico"
34+ {% - endif %}
3135
3236autoscaler:
3337 enabled: False
You can’t perform that action at this time.
0 commit comments