File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed 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/codeartifact-controller
9
- newTag : 0.0.0-non-release-version
9
+ newTag : 0.0.1
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : codeartifact-chart
3
- description : A Helm chart for the ACK service controller for ( )
4
- version : 0.0.0-non-release-version
5
- appVersion : 0.0.0-non-release-version
3
+ description : A Helm chart for the ACK service controller for CodeArtifact (codeArtifact )
4
+ version : 0.0.1
5
+ appVersion : 0.0.1
6
6
home : https://github.com/aws-controllers-k8s/codeartifact-controller
7
7
icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
8
8
sources :
9
9
- https://github.com/aws-controllers-k8s/codeartifact-controller
10
10
maintainers :
11
11
- name : ACK Admins
12
12
url : https://github.com/orgs/aws-controllers-k8s/teams/ack-admin
13
- - name : Admins
13
+ - name : codeArtifact Admins
14
14
url : https://github.com/orgs/aws-controllers-k8s/teams/codeartifact-maintainer
15
15
keywords :
16
16
- aws
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/codeartifact-controller:0.0.0-non-release-version ".
2
+ This chart deploys "public.ecr.aws/aws-controllers-k8s/codeartifact-controller:0.0.1 ".
3
3
4
4
Check its status by running:
5
5
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
6
6
7
- You are now able to create ( ) resources!
7
+ You are now able to create CodeArtifact (codeArtifact ) resources!
8
8
9
9
The controller is running in "{{ .Values.installScope }}" mode.
10
10
The controller is configured to manage AWS resources in region: "{{ .Values.aws.region }}"
Original file line number Diff line number Diff line change 8
8
name : ack-namespaces-cache-codeartifact-controller
9
9
subjects :
10
10
- kind : ServiceAccount
11
- name : ack-codeartifact-controller
11
+ name : {{ include " ack-codeartifact-controller.service-account.name" . }}
12
12
namespace : {{ .Release.Namespace }}
13
13
---
14
14
apiVersion : rbac.authorization.k8s.io/v1
@@ -22,5 +22,5 @@ roleRef:
22
22
name : ack-configmaps-cache-codeartifact-controller
23
23
subjects :
24
24
- kind : ServiceAccount
25
- name : ack-codeartifact-controller
26
- namespace : {{ .Release.Namespace }}
25
+ name : {{ include " ack-codeartifact-controller.service-account.name" . }}
26
+ namespace : {{ .Release.Namespace }}
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : public.ecr.aws/aws-controllers-k8s/codeartifact-controller
7
- tag : 0.0.0-non-release-version
7
+ tag : 0.0.1
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
10
10
You can’t perform that action at this time.
0 commit comments