File tree Expand file tree Collapse file tree 8 files changed +9
-15
lines changed Expand file tree Collapse file tree 8 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 1
1
ack_generate_info :
2
- build_date : " 2022-08-01T20:45:35Z "
2
+ build_date : " 2022-08-02T16:50:12Z "
3
3
build_hash : fe61d04673fd4d9848d5f726b01e0689a16d3733
4
4
go_version : go1.18.2
5
5
version : v0.19.3-1-gfe61d04
6
- api_directory_checksum : 3aa862ff158dc440aa089d95c188ddf29951a1e2
6
+ api_directory_checksum : fb8a6cc72a88cdc4a42f49ed86db73ad0327ff9f
7
7
api_version : v1alpha1
8
8
aws_sdk_go_version : v1.44.27
9
9
generator_config_info :
10
- file_checksum : 4bf19858ece08f56aecc44425a0de8699b5951d8
10
+ file_checksum : d96311d674c4aca167541af4115390ddddf7c136
11
11
original_file_name : generator.yaml
12
12
last_modification :
13
13
reason : API generation
Original file line number Diff line number Diff line change @@ -349,8 +349,6 @@ resources:
349
349
DBProxy :
350
350
exceptions :
351
351
terminal_codes :
352
- - DBProxyAlreadyExistsFault
353
- - DBProxyQuotaExceededFault
354
352
- InvalidSubnet
355
353
fields :
356
354
DBProxyName :
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ kind: Kustomization
6
6
images :
7
7
- name : controller
8
8
newName : public.ecr.aws/aws-controllers-k8s/rds-controller
9
- newTag : v0.0.0-non-release-version
9
+ newTag : v0.0.30
Original file line number Diff line number Diff line change @@ -349,8 +349,6 @@ resources:
349
349
DBProxy :
350
350
exceptions :
351
351
terminal_codes :
352
- - DBProxyAlreadyExistsFault
353
- - DBProxyQuotaExceededFault
354
352
- InvalidSubnet
355
353
fields :
356
354
DBProxyName :
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : rds-chart
3
3
description : A Helm chart for the ACK service controller for Amazon Relational Database Service (RDS)
4
- version : v0.0.0-non-release-version
5
- appVersion : v0.0.0-non-release-version
4
+ version : v0.0.30
5
+ appVersion : v0.0.30
6
6
home : https://github.com/aws-controllers-k8s/rds-controller
7
7
icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
8
8
sources :
Original file line number Diff line number Diff line change 1
1
{{ .Chart.Name }} has been installed.
2
- This chart deploys "public.ecr.aws/aws-controllers-k8s/rds-controller:v0.0.0-non-release-version ".
2
+ This chart deploys "public.ecr.aws/aws-controllers-k8s/rds-controller:v0.0.30 ".
3
3
4
4
Check its status by running:
5
5
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : public.ecr.aws/aws-controllers-k8s/rds-controller
7
- tag : v0.0.0-non-release-version
7
+ tag : v0.0.30
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
10
10
You can’t perform that action at this time.
0 commit comments