Skip to content

Commit 7651ac7

Browse files
authored
add missing bitnami/common dependency; release chart version 0.1.2 (#3)
1 parent d5053c7 commit 7651ac7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

charts/localstack/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
charts/
2+
Chart.lock

charts/localstack/Chart.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ annotations:
22
category: Infrastructure
33
apiVersion: v2
44
appVersion: "latest"
5-
version: 0.1.1
5+
version: 0.1.2
66
name: localstack
77
description: A fully functional local AWS cloud stack
88
type: application
@@ -15,4 +15,8 @@ sources:
1515
icon: https://github.com/localstack/localstack/raw/master/localstack/dashboard/web/img/localstack.png
1616
maintainers:
1717
- name: Waldemar Hummer
18-
18+
19+
dependencies:
20+
- name: common
21+
version: 1.x.x
22+
repository: https://charts.bitnami.com/bitnami

0 commit comments

Comments
 (0)