From 0142f319efd74413f5a54be2f342265b364c1efb Mon Sep 17 00:00:00 2001 From: Micah Galizia Date: Sat, 20 Jan 2024 21:52:56 -0500 Subject: [PATCH] Release/0.0.44 (#43) * Create chart version release/0.0.44 * chore: bump api --------- Co-authored-by: micahg --- nttchart/Chart.yaml | 2 +- nttchart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nttchart/Chart.yaml b/nttchart/Chart.yaml index c81214f..05d228c 100644 --- a/nttchart/Chart.yaml +++ b/nttchart/Chart.yaml @@ -13,7 +13,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.43 +version: 0.0.44 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/nttchart/values.yaml b/nttchart/values.yaml index d982fe2..e2529b6 100644 --- a/nttchart/values.yaml +++ b/nttchart/values.yaml @@ -7,7 +7,7 @@ uiImageSecret: gitlab-ntt-ui apiAppName: ntt-api apiAppReplicas: 1 -apiImageVers: 0.0.22 +apiImageVers: 0.0.23 apiImagePath: ghcr.io/micahg/nttsrv mongoName: "mongo"