diff --git a/apis/v1alpha1/ack-generate-metadata.yaml b/apis/v1alpha1/ack-generate-metadata.yaml index 2a73617..5d13377 100755 --- a/apis/v1alpha1/ack-generate-metadata.yaml +++ b/apis/v1alpha1/ack-generate-metadata.yaml @@ -1,8 +1,8 @@ ack_generate_info: - build_date: "2023-01-14T16:13:40Z" - build_hash: cfce82dfeed4e658da394699720394b1f7d23ff6 + build_date: "2023-01-23T14:51:45Z" + build_hash: c6651c200ba136e5c7f50ad8be751fae060a38e6 go_version: go1.19.4 - version: v0.22.0-1-gcfce82d + version: v0.22.0-1-gc6651c2 api_directory_checksum: 202e02932e71256f27a9cd0f6454e508c5b7e9b6 api_version: v1alpha1 aws_sdk_go_version: v1.44.177 diff --git a/config/controller/kustomization.yaml b/config/controller/kustomization.yaml index bfca733..84a462f 100644 --- a/config/controller/kustomization.yaml +++ b/config/controller/kustomization.yaml @@ -6,4 +6,4 @@ kind: Kustomization images: - name: controller newName: public.ecr.aws/aws-controllers-k8s/acm-controller - newTag: v0.0.0-non-release-version + newTag: v0.0.1 diff --git a/config/crd/common/bases/services.k8s.aws_adoptedresources.yaml b/config/crd/common/bases/services.k8s.aws_adoptedresources.yaml index f764dbb..7dca541 100644 --- a/config/crd/common/bases/services.k8s.aws_adoptedresources.yaml +++ b/config/crd/common/bases/services.k8s.aws_adoptedresources.yaml @@ -1,10 +1,9 @@ - --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.7.0 + controller-gen.kubebuilder.io/version: v0.9.2 creationTimestamp: null name: adoptedresources.services.k8s.aws spec: @@ -170,6 +169,7 @@ spec: - name - uid type: object + x-kubernetes-map-type: atomic type: array type: object required: @@ -224,9 +224,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: [] - storedVersions: [] diff --git a/config/crd/common/bases/services.k8s.aws_fieldexports.yaml b/config/crd/common/bases/services.k8s.aws_fieldexports.yaml index a435de8..4a7ab61 100644 --- a/config/crd/common/bases/services.k8s.aws_fieldexports.yaml +++ b/config/crd/common/bases/services.k8s.aws_fieldexports.yaml @@ -1,10 +1,9 @@ - --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.7.0 + controller-gen.kubebuilder.io/version: v0.9.2 creationTimestamp: null name: fieldexports.services.k8s.aws spec: @@ -133,9 +132,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: [] - storedVersions: [] diff --git a/helm/Chart.yaml b/helm/Chart.yaml index bc69def..eecb3d9 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: acm-chart -description: A Helm chart for the ACK service controller for () -version: v0.0.0-non-release-version -appVersion: v0.0.0-non-release-version +description: A Helm chart for the ACK service controller for AWS Certificate Manager (ACM) +version: v0.0.1 +appVersion: v0.0.1 home: https://github.com/aws-controllers-k8s/acm-controller icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png sources: @@ -10,7 +10,7 @@ sources: maintainers: - name: ACK Admins url: https://github.com/orgs/aws-controllers-k8s/teams/ack-admin - - name: Admins + - name: ACM Admins url: https://github.com/orgs/aws-controllers-k8s/teams/acm-maintainer keywords: - aws diff --git a/helm/templates/NOTES.txt b/helm/templates/NOTES.txt index c470c74..b187528 100644 --- a/helm/templates/NOTES.txt +++ b/helm/templates/NOTES.txt @@ -1,10 +1,10 @@ {{ .Chart.Name }} has been installed. -This chart deploys "public.ecr.aws/aws-controllers-k8s/acm-controller:v0.0.0-non-release-version". +This chart deploys "public.ecr.aws/aws-controllers-k8s/acm-controller:v0.0.1". Check its status by running: kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}" -You are now able to create () resources! +You are now able to create AWS Certificate Manager (ACM) resources! The controller is running in "{{ .Values.installScope }}" mode. The controller is configured to manage AWS resources in region: "{{ .Values.aws.region }}" diff --git a/helm/values.yaml b/helm/values.yaml index d4049af..11b1aec 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -4,7 +4,7 @@ image: repository: public.ecr.aws/aws-controllers-k8s/acm-controller - tag: v0.0.0-non-release-version + tag: v0.0.1 pullPolicy: IfNotPresent pullSecrets: []