From d4300799441afe4f8c832ef2fe1f84afd3a065de Mon Sep 17 00:00:00 2001 From: Justin Hollingsworth Date: Mon, 18 Aug 2025 08:36:46 -0400 Subject: [PATCH 1/2] update charts to use new app versions --- charts/codeveros-auth-service/Chart.yaml | 4 ++-- charts/codeveros-gateway/Chart.yaml | 4 ++-- charts/codeveros-training-service/Chart.yaml | 6 +++--- charts/codeveros-ui/Chart.yaml | 4 ++-- charts/codeveros-user-service/Chart.yaml | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/codeveros-auth-service/Chart.yaml b/charts/codeveros-auth-service/Chart.yaml index e2ae38ec..978f0a35 100644 --- a/charts/codeveros-auth-service/Chart.yaml +++ b/charts/codeveros-auth-service/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: codeveros-auth-service description: Codeveros Auth Service Helm chart type: application -version: 0.6.0 -appVersion: "1.3.0" +version: 1.0.0 +appVersion: "2.0.0" home: https://coveros.com maintainers: - name: justin-coveros diff --git a/charts/codeveros-gateway/Chart.yaml b/charts/codeveros-gateway/Chart.yaml index 935e6871..d31692db 100644 --- a/charts/codeveros-gateway/Chart.yaml +++ b/charts/codeveros-gateway/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: codeveros-gateway description: Codeveros Gateway Helm chart type: application -version: 0.7.0 -appVersion: "1.3.0" +version: 1.0.0 +appVersion: "2.0.0" home: https://coveros.com maintainers: - name: justin-coveros diff --git a/charts/codeveros-training-service/Chart.yaml b/charts/codeveros-training-service/Chart.yaml index e6fa5e97..10d5cf79 100644 --- a/charts/codeveros-training-service/Chart.yaml +++ b/charts/codeveros-training-service/Chart.yaml @@ -2,13 +2,13 @@ apiVersion: v2 name: codeveros-training-service description: Codeveros Training Service Helm chart type: application -version: 0.6.0 -appVersion: "1.3.0" +version: 1.0.0 +appVersion: "2.0.0" home: https://coveros.com maintainers: - name: justin-coveros email: justin.hollingsworth@coveros.com dependencies: - name: mongodb - version: 10.3.3 + version: 16.5.44 repository: https://charts.bitnami.com/bitnami diff --git a/charts/codeveros-ui/Chart.yaml b/charts/codeveros-ui/Chart.yaml index 912200c3..4e619bb0 100644 --- a/charts/codeveros-ui/Chart.yaml +++ b/charts/codeveros-ui/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: codeveros-ui description: Codeveros Angular UI Helm chart type: application -version: 0.9.0 -appVersion: "1.3.0" +version: 1.0.0 +appVersion: "2.0.0" home: https://coveros.com maintainers: - name: justin-coveros diff --git a/charts/codeveros-user-service/Chart.yaml b/charts/codeveros-user-service/Chart.yaml index 696621f4..cfc3a642 100644 --- a/charts/codeveros-user-service/Chart.yaml +++ b/charts/codeveros-user-service/Chart.yaml @@ -2,13 +2,13 @@ apiVersion: v2 name: codeveros-user-service description: Codeveros User Service Helm chart type: application -version: 0.6.0 -appVersion: "1.3.0" +version: 1.0.0 +appVersion: "2.0.0" home: https://coveros.com maintainers: - name: justin-coveros email: justin.hollingsworth@coveros.com dependencies: - name: mongodb - version: 10.3.3 + version: 16.5.44 repository: https://charts.bitnami.com/bitnami From 41d2853926cdc2218ded08894e307c9c71c2469f Mon Sep 17 00:00:00 2001 From: Justin Hollingsworth Date: Mon, 18 Aug 2025 09:04:50 -0400 Subject: [PATCH 2/2] re-trigger workflow