Skip to content

Commit dbb7017

Browse files
authored
Merge pull request #10 from RedbackThomson/fix-helm-directory
Update Helm chart URLs
2 parents 080bf70 + a347971 commit dbb7017

11 files changed

+6
-5
lines changed

go.local.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ go 1.14
55
replace github.com/aws-controllers-k8s/runtime => ../runtime
66

77
require (
8-
github.com/aws-controllers-k8s/runtime v0.0.4
8+
github.com/aws-controllers-k8s/runtime v0.0.5
99
github.com/aws/aws-sdk-go v1.37.4
1010
github.com/go-logr/logr v0.1.0
11-
github.com/google/go-cmp v0.3.1
1211
github.com/spf13/pflag v1.0.5
1312
k8s.io/api v0.18.2
1413
k8s.io/apimachinery v0.18.6

helm/helm/Chart.yaml renamed to helm/Chart.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ name: ack-s3-controller
33
description: A Helm chart for the ACK service controller for s3
44
version: v0.0.2
55
appVersion: v0.0.2
6-
home: https://github.com/aws/aws-controllers-k8s
6+
home: https://github.com/aws-controllers-k8s/s3-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:
9-
- https://github.com/aws/aws-controllers-k8s
9+
- https://github.com/aws-controllers-k8s/s3-controller
1010
maintainers:
1111
- name: ACK Admins
12-
url: https://github.com/orgs/aws/teams/aws-controllers-for-kubernetes-ack-admins
12+
url: https://github.com/orgs/aws-controllers-k8s/teams/ack-admin
13+
- name: S3 Admins
14+
url:https://github.com/orgs/aws-controllers-k8s/teams/s3-maintainer
1315
keywords:
1416
- aws
1517
- kubernetes
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)