Skip to content

Commit

Permalink
feat(siren): use app chart and upgrade version (#84)
Browse files Browse the repository at this point in the history
* feat(siren): use app chart and upgrade version

* fix(siren): update chart deps

* fix(siren): add helm ignore and remove Chart.lock
  • Loading branch information
mabdh authored Nov 16, 2022
1 parent 5205379 commit cbd7841
Show file tree
Hide file tree
Showing 10 changed files with 154 additions and 291 deletions.
23 changes: 23 additions & 0 deletions stable/siren/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
27 changes: 20 additions & 7 deletions stable/siren/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
apiVersion: v1
description: Siren Helm chart
apiVersion: v2
name: siren
version: 0.0.1
appVersion: v0.0.1
description: Siren Helm chart
version: 0.1.0
appVersion: v0.5.0
home: https://github.com/odpf/siren
sources:
- https://github.com/odpf/siren
- https://github.com/odpf/charts
dependencies:
- name: app
version: "0.4.2"
repository: "https://odpf.github.io/charts/"
alias: siren-app
condition: siren-app.enabled
- name: app
version: "0.4.2"
repository: "https://odpf.github.io/charts/"
alias: siren-notification-worker
condition: siren-notification-worker.enabled
- name: app
version: "0.4.2"
repository: "https://odpf.github.io/charts/"
alias: siren-notification-dlq-worker
condition: siren-notification-dlq-worker.enabled
17 changes: 0 additions & 17 deletions stable/siren/templates/NOTES.txt

This file was deleted.

25 changes: 0 additions & 25 deletions stable/siren/templates/_helper.tpl

This file was deleted.

11 changes: 0 additions & 11 deletions stable/siren/templates/config.yaml

This file was deleted.

69 changes: 0 additions & 69 deletions stable/siren/templates/deployment.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions stable/siren/templates/ingress.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions stable/siren/templates/secret.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions stable/siren/templates/service.yaml

This file was deleted.

Loading

0 comments on commit cbd7841

Please sign in to comment.