diff --git a/stable/siren/Chart.yaml b/stable/siren/Chart.yaml index 05e4ecee..2ca8c0d7 100644 --- a/stable/siren/Chart.yaml +++ b/stable/siren/Chart.yaml @@ -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 diff --git a/stable/siren/values.yaml b/stable/siren/values.yaml index 9b083762..e9d20e35 100644 --- a/stable/siren/values.yaml +++ b/stable/siren/values.yaml @@ -15,6 +15,7 @@ app: httpGet: path: /ping port: tcp + podLabels: {} migration: enabled: true