Skip to content

Commit

Permalink
Release chart version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aahemm committed Nov 18, 2023
1 parent 71aa4e2 commit 2318e0c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.12.0:
- Add `secrets` in volumes to mount secret files into Pods
- Add examples and docs to deploy postgres, nginx and web application
- Improve testing and add it to development doc

v0.11.0:
- Set default value of `resources` to nil
- Set default value of `services` to empty list
Expand Down
7 changes: 3 additions & 4 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
apiVersion: v2
name: app
version: 0.11.0
appVersion: 0.11.0
description: A Helm chart which provides a DRY application deployment mechanism
icon: "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"
version: 0.12.0
appVersion: 0.12.0
description: A Helm chart to deploy (almost) all your services
keywords:
- application
- template
Expand Down
4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
- [ ] automatic creation of helm package and index
- [x] add statefulset
- [ ] clean up default `values.yaml` file
- [ ] improve readme.md
- [x] improve readme.md
- [ ] hostAliases
- [ ] do not create configmap if it is empty in `values.yaml`
- [ ] add labels to all objects
- [ ] add labels to specific objects (deployment, pod, etc.)
- [ ] create cronjob
- [ ] improve values for pvc and configmap
- [ ] use secret as config file in pods
- [x] use secret as config file in pods
16 changes: 16 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
apiVersion: v1
entries:
app:
- apiVersion: v2
appVersion: 0.12.0
created: "2023-11-18T22:41:22.31170348+03:30"
description: A Helm chart to deploy (almost) all your services
digest: 530ef8230b42e010a70f05689484a41672f1d0305b857a453b444568e75dec43
keywords:
- application
- template
- DRY
- generic
maintainers:
- name: aliakbar-hemmati
name: app
urls:
- https://github.com/aahemm/helm-microservice/releases/download/v0.12.0/app-0.12.0.tgz
version: 0.12.0
- apiVersion: v2
appVersion: 0.11.0
created: "2023-09-18T16:54:33.230602037+03:30"
Expand Down

0 comments on commit 2318e0c

Please sign in to comment.