Skip to content

Commit 9a7e51a

Browse files
authored
Merge pull request aws-samples#395 from christopherhein/feature/host-a-chart-repo
Adding Chart Museum Module for Custom Chart Repos
2 parents 58fd648 + 85fa87c commit 9a7e51a

File tree

13 files changed

+551
-5
lines changed

13 files changed

+551
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
**/target
44
**/.idea
55
**/dependency-reduced-pom.xml
6-
6+
03-path-application-development/306-app-management-with-helm/sample/*.tgz
7+
03-path-application-development/309-deploying-a-chart-repository/sample/*.tgz
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: sample
22
version: 1.0.0
3-
description: My first Haml chart
3+
description: My first Helm chart
44
keywords:
55
- java
66
- javaee
77
- mysql
88
- wildfly
99
- wildfly swarm
10-
home: https://github.com/arun-gupta/kubernetes-aws-workshop
10+
home: https://github.com/aws-samples/aws-workshop-for-kubernetes
1111
sources:
12-
- https://github.com/arun-gupta/kubernetes-aws-workshop
12+
- https://github.com/aws-samples/aws-workshop-for-kubernetes
1313
maintainers:
1414
- name: Arun Gupta
1515

03-path-application-development/308-cicd-workflows/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Once you've looked at the options above, you are ready to continue with the work
1818

1919
[align="center", cols="1", grid="none", frame="none"]
2020
|=====
21-
|image:button-continue-developer.png[link=../../04-path-security-and-networking/401-configmaps-and-secrets]
21+
|image:button-continue-developer.png[link=../../03-path-application-development/309-deploying-a-chart-repository]
2222
|link:../../developer-path.adoc[Go to Developer Index]
2323
|=====

0 commit comments

Comments
 (0)