From 11af26db4d6ea6c6fd06932cb7fb286606bfb0ab Mon Sep 17 00:00:00 2001 From: Kashyap Ramakur <69868711+kramakur@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:29:34 -0400 Subject: [PATCH] update tags liquibase for 7.6.1 (#561) --- charts/liquibase/Chart.yaml | 2 +- charts/liquibase/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/liquibase/Chart.yaml b/charts/liquibase/Chart.yaml index 4fe0a0a2..8522a9b9 100644 --- a/charts/liquibase/Chart.yaml +++ b/charts/liquibase/Chart.yaml @@ -15,7 +15,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: 1.0.3 +version: 1.0.4 # 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 diff --git a/charts/liquibase/values.yaml b/charts/liquibase/values.yaml index 91ee10ad..966f90a2 100644 --- a/charts/liquibase/values.yaml +++ b/charts/liquibase/values.yaml @@ -5,7 +5,7 @@ env: "prod" image: #repository: "public.ecr.aws/o1z7u2g7/cdc-nbs-modernization/liquibase-service" repository: "quay.io/us-cdcgov/cdc-nbs-modernization/liquibase-service" - tag: "v1.0.3" + tag: "v1.0.4" pullPolicy: IfNotPresent imagePullSecrets: []