Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(siren): use app chart and upgrade version #84

Merged
merged 3 commits into from
Nov 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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