Skip to content

Commit

Permalink
release artifacts for release v0.0.1 (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Pipes <[email protected]>

Issue aws-controllers-k8s/community#482

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
jaypipes authored Jan 25, 2023
1 parent cdfe528 commit f38c732
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 27 deletions.
6 changes: 3 additions & 3 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 2 additions & 8 deletions config/crd/common/bases/services.k8s.aws_adoptedresources.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -170,6 +169,7 @@ spec:
- name
- uid
type: object
x-kubernetes-map-type: atomic
type: array
type: object
required:
Expand Down Expand Up @@ -224,9 +224,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
9 changes: 1 addition & 8 deletions config/crd/common/bases/services.k8s.aws_fieldexports.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -133,9 +132,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
8 changes: 4 additions & 4 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
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:
- https://github.com/aws-controllers-k8s/acm-controller
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
Expand Down
4 changes: 2 additions & 2 deletions helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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 }}"
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

Expand Down

0 comments on commit f38c732

Please sign in to comment.