Skip to content

Commit

Permalink
Add changes after building with latest code-gen (#72)
Browse files Browse the repository at this point in the history
Description of changes:
Changes after building with latest code-gen

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
ndbhat authored Nov 15, 2024
1 parent 5deff67 commit 10f3984
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 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: "2024-10-10T04:04:00Z"
build_hash: 36c2d234498c2bc4f60773ab8df632af4067f43b
go_version: go1.23.2
version: v0.39.1
build_date: "2024-11-15T06:51:21Z"
build_hash: 9715a2a715317a76ae83825294ca50cde9afd97b
go_version: go1.23.4
version: v0.39.1-4-g9715a2a
api_directory_checksum: 2a5ffd53d814dd7186cef799fb8fb320d6bf6866
api_version: v1alpha1
aws_sdk_go_version: v1.49.6
Expand Down
6 changes: 3 additions & 3 deletions helm/templates/caches-role-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ roleRef:
name: ack-namespaces-cache-acmpca-controller
subjects:
- kind: ServiceAccount
name: ack-acmpca-controller
name: {{ include "ack-acmpca-controller.service-account.name" . }}
namespace: {{ .Release.Namespace }}
---
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -22,5 +22,5 @@ roleRef:
name: ack-configmaps-cache-acmpca-controller
subjects:
- kind: ServiceAccount
name: ack-acmpca-controller
namespace: {{ .Release.Namespace }}
name: {{ include "ack-acmpca-controller.service-account.name" . }}
namespace: {{ .Release.Namespace }}
10 changes: 5 additions & 5 deletions pkg/resource/certificate/descriptor.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pkg/resource/certificate_authority/descriptor.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pkg/resource/certificate_authority_activation/descriptor.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10f3984

Please sign in to comment.