Skip to content

Commit

Permalink
Generate install manifest for version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptnapoleon committed Dec 14, 2021
1 parent 046e7a4 commit 4d5cc39
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions chart/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,15 @@ data:
host: ""
port: 9443
injector:
image: "datadog/chaos-injector:5.0.0"
serviceAccount:
name: "chaos-injector"
namespace: "chaos-engineering"
image: "datadog/chaos-injector:5.1.0"
serviceAccount: "chaos-injector"
chaosNamespace: "chaos-engineering"
dnsDisruption:
dnsServer: "8.8.8.8"
kubeDns: "off"
handler:
enabled: true
image: "datadog/chaos-handler:5.0.0"
image: "datadog/chaos-handler:5.1.0"
timeout: "1m"
---
# Source: chaos-controller/templates/crds/chaos.datadoghq.com_disruptions.yaml
Expand Down Expand Up @@ -736,7 +735,7 @@ spec:
- containerPort: 8443
name: https
- name: manager
image: datadog/chaos-controller:5.0.0
image: datadog/chaos-controller:5.1.0
imagePullPolicy: IfNotPresent
command:
- /usr/local/bin/manager
Expand Down

0 comments on commit 4d5cc39

Please sign in to comment.