Skip to content

Commit

Permalink
Generate install manifest for version 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptnapoleon committed Sep 29, 2021
1 parent 8607db3 commit efa7d00
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions chart/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,23 @@ data:
metricsSink: "noop"
deleteOnly: false
imagePullSecrets: false
defaultDuration: 1h
expiredDisruptionGCDelay: 15m
webhook:
certDir: ""
host: ""
port: 9443
injector:
image: "datadog/chaos-injector:4.4.1"
image: "datadog/chaos-injector:4.5.0"
serviceAccount:
name: "chaos-injector"
namespace: "chaos-engineering"
dnsDisruption:
dnsServer: "8.8.8.8"
kubeDns: "off"
handler:
enabled: true
image: "datadog/chaos-handler:4.4.1"
image: "datadog/chaos-handler:4.5.0"
timeout: "1m"
---
# Source: chaos-controller/templates/crds/chaos.datadoghq.com_disruptions.yaml
Expand Down Expand Up @@ -190,6 +195,9 @@ spec:
type: array
dryRun:
type: boolean
durationSeconds:
format: int64
type: integer
level:
description: DisruptionLevel represents which level the disruption should
be injected at
Expand Down Expand Up @@ -650,7 +658,7 @@ spec:
- containerPort: 8443
name: https
- name: manager
image: datadog/chaos-controller:4.4.1
image: datadog/chaos-controller:4.5.0
imagePullPolicy: IfNotPresent
command:
- /usr/local/bin/manager
Expand Down

0 comments on commit efa7d00

Please sign in to comment.