File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
charts/operator-eks-addon Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ This is a wrapper chart for installing EKS add-on. Charts required for the add-o
10
10
| 0.1.7 | 1.5.1 | 1.4.0 | 1.4.0 | 7.50.3 | 7.50.3 |
11
11
| 0.1.9 | 1.8.1 | 1.7.0 | 1.7.0 | 7.54.0 | 7.54.0 |
12
12
| 0.1.10 | 2.5.1 | 2.3.0 | 1.11.1 | 7.60.0 | 7.60.0 |
13
+ | 0.1.11 | 2.7.0 | 2.4.1 | 1.12.1 | 7.62.2 | 7.62.2 |
14
+
13
15
14
16
0.1.8 failed validation and didn't go through.
15
17
@@ -43,7 +45,7 @@ cd /tmp/operator-eks-addon
43
45
# Review chart version and dependency version are correct
44
46
45
47
# Render chart in a file
46
- helm template datadog-operator . > operator-addon.yaml
48
+ helm template datadog-operator . -n datadog-agent > operator-addon.yaml
47
49
48
50
# Render chart with a sample override
49
51
helm template datadog-operator . --set datadog-operator.image.tag=1.2.0 > operator-addon.yaml
You can’t perform that action at this time.
0 commit comments