Skip to content

Commit

Permalink
Add 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliakbar Hemmati committed May 13, 2023
1 parent feb1be0 commit a65339a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
v0.9.0:
- Change command and args usage
- Set default value of configmaps to empty list
v0.8.0:
- Add securityContext for deployment and sts
- Add podSecurityContext for deplpoyment and sts
- Add podSecurityContext for deployment and sts
v0.7.1:
- Do not create Deployment if `deployment: false`
- Fix problem with ConfigMap and Service
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.8.0
appVersion: 0.8.0
version: 0.9.0
appVersion: 0.9.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"
keywords:
Expand Down
17 changes: 17 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
apiVersion: v1
entries:
app:
- apiVersion: v2
appVersion: 0.9.0
created: "2023-05-13T14:49:35.548985227+03:30"
description: A Helm chart which provides a DRY application deployment mechanism
digest: 7267da5519c4eef8fd0ce666e16bc0074dba27101539a93bc062bb909bdfcef3
icon: https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png
keywords:
- application
- template
- DRY
- generic
maintainers:
- name: aliakbar-hemmati
name: app
urls:
- https://github.com/aahemm/helm-microservice/releases/download/v0.9.0/app-0.9.0.tgz
version: 0.9.0
- apiVersion: v2
appVersion: 0.8.0
created: "2023-04-30T18:22:17.638784345+03:30"
Expand Down

0 comments on commit a65339a

Please sign in to comment.