File tree 12 files changed +50
-23
lines changed
12 files changed +50
-23
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1 .0.1
18
+ version : 2 .0.0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 1.0.0 "
24
+ appVersion : " v0.47.1 "
Original file line number Diff line number Diff line change 1
- {{- if .Values.global.enabled_aws_upbound }}
2
-
1
+ {{- if and .Values.global.enabled_aws_upbound .Values.provider.enabled }}
2
+ {{- with .Values.provider }}
3
3
apiVersion : pkg.crossplane.io/v1
4
4
kind : Provider
5
5
metadata :
6
6
name : upbound-provider-family-aws
7
7
annotations :
8
8
argocd.argoproj.io/sync-wave : " 2"
9
+ {{- range $key, $value := .metadata.annotations }}
10
+ {{ $key }}: {{ $value | quote }}
11
+ {{- end }}
12
+
13
+ {{- if .metadata.labels }}
14
+ labels :
15
+ {{- range $key, $value := .metadata.labels }}
16
+ {{ $key }}: {{ $value | quote }}
17
+ {{- end }}
18
+ {{- end }}
9
19
spec :
10
- package : {{ $.Values.global.aws_upbound_registry }}/provider-family-aws:{{ $.Values.global.aws_upbound_version }}
20
+ package : {{ .package.registry }}/provider-family-aws:{{ .package.version }}
21
+
11
22
23
+ {{- end }}
12
24
{{- end }}
Original file line number Diff line number Diff line change 1
- {{- if .Values.global.enabled_aws_upbound }}
1
+ {{- if and .Values.global.enabled_aws_upbound .Values.provider.enabled }}
2
2
3
3
{{- range .Values.providers }}
4
4
@@ -8,8 +8,18 @@ metadata:
8
8
name : provider-aws-{{ . }}
9
9
annotations :
10
10
argocd.argoproj.io/sync-wave : " 3"
11
+ {{- range $key, $value := $.Values.provider.metadata.annotations }}
12
+ {{ $key }}: {{ $value | quote }}
13
+ {{- end }}
14
+
15
+ {{- if $.Values.provider.metadata.labels }}
16
+ labels :
17
+ {{- range $key, $value := $.Values.provider.metadata.labels }}
18
+ {{ $key }}: {{ $value | quote }}
19
+ {{- end }}
20
+ {{- end }}
11
21
spec :
12
- package : {{ $.Values.global.aws_upbound_registry }}/provider-aws-{{ . }}:{{ $.Values.global.aws_upbound_version }}
22
+ package : {{ $.Values.provider.package.registry }}/provider-aws-{{ . }}:{{ $.Values.provider.package.version }}
13
23
runtimeConfigRef :
14
24
apiVersion : pkg.crossplane.io/v1beta1
15
25
kind : DeploymentRuntimeConfig
Original file line number Diff line number Diff line change 26
26
{{- end }}
27
27
{{- end }}
28
28
annotations :
29
- eks.amazonaws.com/role-arn : {{ default $.Values.global.iam_role_arn_aws_upbound . metadata.role_arn }}
29
+ eks.amazonaws.com/role-arn : " {{ . metadata.role_arn }}"
30
30
{{- range $key, $value := .spec.serviceAccountTemplate.metadata.annotations }}
31
31
{{ $key }}: {{ $value | quote }}
32
32
{{- end }}
Original file line number Diff line number Diff line change 1
1
global :
2
- iam_role_arn_aws_upbound : null
3
2
enabled_aws_upbound : true
4
- aws_upbound_version : v0.46.0
5
- aws_upbound_registry : xpkg.upbound.io/upbound
6
3
7
4
deploymentRuntimeConfig :
8
5
enabled : true
9
6
metadata :
10
7
name : " upbound-aws-runtime-config"
11
- iam_role_arn : null
8
+ role_arn : " "
12
9
annotations : {}
13
10
labels : {}
14
11
spec :
@@ -29,6 +26,15 @@ deploymentRuntimeConfig:
29
26
labels : {}
30
27
name : provider-aws
31
28
29
+ provider :
30
+ enabled : true
31
+ metadata :
32
+ annotations : {}
33
+ labels : {}
34
+ package :
35
+ registry : xpkg.upbound.io/upbound
36
+ version : v0.47.1
37
+
32
38
providerConfig :
33
39
enabled : true
34
40
metadata :
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1 .0.0
18
+ version : 2 .0.0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 1.0.0 "
24
+ appVersion : " v0.45.2 "
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ metadata:
17
17
{{- end }}
18
18
{{- end }}
19
19
spec :
20
- package : {{ .package.registry }}:{{ default .package.version $.Values.global.aws_version }}
20
+ package : {{ .package.registry }}:{{ .package.version }}
21
21
runtimeConfigRef :
22
22
apiVersion : pkg.crossplane.io/v1beta1
23
23
kind : DeploymentRuntimeConfig
Original file line number Diff line number Diff line change 26
26
{{- end }}
27
27
{{- end }}
28
28
annotations :
29
- eks.amazonaws.com/role-arn : {{ default $.Values.global.iam_role_arn_aws . metadata.role_arn }}
29
+ eks.amazonaws.com/role-arn : " {{ . metadata.role_arn }}"
30
30
{{- range $key, $value := .spec.serviceAccountTemplate.metadata.annotations }}
31
31
{{ $key }}: {{ $value | quote }}
32
32
{{- end }}
Original file line number Diff line number Diff line change 1
1
global :
2
- iam_role_arn_aws : null
3
2
enabled_aws : true
4
3
5
4
deploymentRuntimeConfig :
6
5
enabled : true
7
6
metadata :
8
7
name : " aws-runtime-config"
8
+ role_arn : null
9
9
annotations : {}
10
10
labels : {}
11
11
spec :
@@ -30,7 +30,6 @@ provider:
30
30
enabled : true
31
31
metadata :
32
32
name : " provider-aws"
33
- iam_role_arn : null
34
33
annotations : {}
35
34
labels : {}
36
35
package :
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.0.0
18
+ version : 1.0.1
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 1.0 .0"
24
+ appVersion : " v0.16 .0"
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.0 .0
18
+ version : 1.1 .0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 1.0 .0"
24
+ appVersion : " v0.10 .0"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ provider:
26
26
labels : {}
27
27
package :
28
28
registry : xpkg.upbound.io/crossplane-contrib/provider-kubernetes
29
- version : " v0.9 .0"
29
+ version : " v0.10 .0"
30
30
31
31
providerConfig :
32
32
enabled : true
You can’t perform that action at this time.
0 commit comments