From 512a20425da74fb88485583ab4fabad2bf4e3cb1 Mon Sep 17 00:00:00 2001 From: Femi Lina Date: Mon, 8 May 2023 16:58:46 +0700 Subject: [PATCH 1/3] feat(siren): update app chart version --- stable/siren/Chart.yaml | 14 +++++++------- stable/siren/values.yaml | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/stable/siren/Chart.yaml b/stable/siren/Chart.yaml index 05e4ecee..fde5dadb 100644 --- a/stable/siren/Chart.yaml +++ b/stable/siren/Chart.yaml @@ -2,21 +2,21 @@ apiVersion: v2 name: siren description: Siren Helm chart version: 0.1.2 -appVersion: v0.5.0 +appVersion: v0.5.1 home: https://github.com/goto/siren dependencies: - name: app - version: "0.4.3" - repository: "https://goto.github.io/charts-legacy/" + version: "0.5.1" + 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.1" + 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.1" + 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 From 8c65cddd266618dd0b318bd3fe37e5f09691a830 Mon Sep 17 00:00:00 2001 From: Femi Lina Date: Tue, 9 May 2023 11:17:36 +0700 Subject: [PATCH 2/3] feat(siren): update app chart version --- stable/siren/Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/siren/Chart.yaml b/stable/siren/Chart.yaml index fde5dadb..159e3bf3 100644 --- a/stable/siren/Chart.yaml +++ b/stable/siren/Chart.yaml @@ -2,21 +2,21 @@ apiVersion: v2 name: siren description: Siren Helm chart version: 0.1.2 -appVersion: v0.5.1 +appVersion: v0.5.2 home: https://github.com/goto/siren dependencies: - name: app - version: "0.5.1" + version: "0.5.2" repository: "https://goto.github.io/charts/" alias: app condition: app.enabled - name: app - version: "0.5.1" + version: "0.5.2" repository: "https://goto.github.io/charts/" alias: notification-worker condition: notification-worker.enabled - name: app - version: "0.5.1" + version: "0.5.2" repository: "https://goto.github.io/charts/" alias: notification-dlq-worker condition: notification-dlq-worker.enabled From beb95556c6e5bf9eca3e52728629806a81acff67 Mon Sep 17 00:00:00 2001 From: Femi Lina Date: Tue, 9 May 2023 15:13:04 +0700 Subject: [PATCH 3/3] feat(siren): update app chart version --- stable/siren/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/siren/Chart.yaml b/stable/siren/Chart.yaml index 159e3bf3..2ca8c0d7 100644 --- a/stable/siren/Chart.yaml +++ b/stable/siren/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: siren description: Siren Helm chart -version: 0.1.2 -appVersion: v0.5.2 +version: 0.1.3 +appVersion: v0.6.1 home: https://github.com/goto/siren dependencies: - name: app