Skip to content

Commit

Permalink
Release version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aahemm committed Dec 30, 2023
1 parent c4bb4ba commit 6e1684e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.13.0:
- Use Pod template for StatefulSet and Deployment
- Add `dnsConfig` and `dnsPolicy` fields to Pod template
- Improve document for testing helm chart

v0.12.0:
- Add `secrets` in volumes to mount secret files into Pods
- Add examples and docs to deploy postgres, nginx and web application
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
apiVersion: v2
name: app
version: 0.12.0
appVersion: 0.12.0
version: 0.13.0
appVersion: 0.13.0
description: A Helm chart to deploy (almost) all your services
keywords:
- application
Expand Down
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.13.0
created: "2023-12-30T21:41:09.704001684+03:30"
description: A Helm chart to deploy (almost) all your services
digest: 0baf3a8a5eb19a39ac99afc73889b22f74346e7bf41f473a374db095a0bff787
keywords:
- application
- template
- DRY
- generic
maintainers:
- name: aliakbar-hemmati
name: app
urls:
- https://github.com/aahemm/helm-microservice/releases/download/v0.13.0/app-0.13.0.tgz
version: 0.13.0
- apiVersion: v2
appVersion: 0.12.0
created: "2023-11-18T22:41:22.31170348+03:30"
Expand Down

0 comments on commit 6e1684e

Please sign in to comment.