Skip to content
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
16 changes: 8 additions & 8 deletions stable/siren/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
apiVersion: v2
name: siren
description: Siren Helm chart
version: 0.1.2
appVersion: v0.5.0
version: 0.1.3
appVersion: v0.6.1
home: https://github.com/goto/siren
dependencies:
- name: app
version: "0.4.3"
repository: "https://goto.github.io/charts-legacy/"
version: "0.5.2"
repository: "https://goto.github.io/charts/"
alias: app
condition: app.enabled
- name: app
version: "0.4.3"
repository: "https://goto.github.io/charts-legacy/"
version: "0.5.2"
repository: "https://goto.github.io/charts/"
alias: notification-worker
condition: notification-worker.enabled
- name: app
version: "0.4.3"
repository: "https://goto.github.io/charts-legacy/"
version: "0.5.2"
repository: "https://goto.github.io/charts/"
alias: notification-dlq-worker
condition: notification-dlq-worker.enabled
1 change: 1 addition & 0 deletions stable/siren/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ app:
httpGet:
path: /ping
port: tcp
podLabels: {}

migration:
enabled: true
Expand Down