File tree 1 file changed +4
-4
lines changed
bootstrap/control-plane/addons/aws
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
addonChartReleaseName : aws-gateway-api-controller
17
17
addonChartRepositoryNamespace : aws-application-networking-k8s
18
18
# anything not staging or prod use this version
19
- addonChartVersion : v1.0.3
19
+ addonChartVersion : v1.0.4
20
20
# using oci repostory already configure in argocd
21
21
# argocd repo add public.ecr.aws --type helm --name aws-public-ecr --enable-oci
22
22
addonChartRepository : public.ecr.aws
@@ -33,13 +33,13 @@ spec:
33
33
matchLabels :
34
34
environment : staging
35
35
values :
36
- addonChartVersion : v1.0.3
36
+ addonChartVersion : v1.0.4
37
37
- clusters :
38
38
selector :
39
39
matchLabels :
40
40
environment : prod
41
41
values :
42
- addonChartVersion : v1.0.3
42
+ addonChartVersion : v1.0.4
43
43
template :
44
44
metadata :
45
45
name : addon-{{name}}-{{values.addonChartReleaseName}}
61
61
- $values/{{metadata.annotations.addons_repo_basepath}}clusters/{{name}}/addons/{{values.addonChartReleaseName}}/values.yaml
62
62
values : |
63
63
awsRegion: {{metadata.annotations.aws_region}}
64
- awsAccountId: ' "{{metadata.annotations.aws_account_id}}"' # Issue https://github.com/aws/aws-application-networking-k8s/issues/324
64
+ awsAccountId: "{{metadata.annotations.aws_account_id}}"
65
65
clusterVpcId: {{metadata.annotations.aws_vpc_id}}
66
66
serviceAccount:
67
67
name: {{metadata.annotations.aws_gateway_api_controller_service_account}}
You can’t perform that action at this time.
0 commit comments