diff --git a/.github/workflows/chart.yaml b/.github/workflows/chart.yaml index 553309f2..c8d705e7 100644 --- a/.github/workflows/chart.yaml +++ b/.github/workflows/chart.yaml @@ -27,17 +27,17 @@ jobs: - name: Get changed charts (ct list-changed) id: list-changed run: | - changed=$(ct list-changed --chart-dirs de-identification-app --target-branch master) + changed=$(ct list-changed --chart-dirs de-identification-app --target-branch release-1.3.0) if [[ -n "$changed" ]]; then echo "changed=true" >> $GITHUB_OUTPUT fi - name: Lint charts (ct lint) - run: ct lint --chart-dirs de-identification-app --target-branch master --validate-maintainers=false --debug + run: ct lint --chart-dirs de-identification-app --target-branch release-1.3.0 --validate-maintainers=false --debug - name: Create 'kind' cluster uses: helm/kind-action@v1.4.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (ct install) - run: ct install \ No newline at end of file + run: ct install diff --git a/de-identification-app/chart/Chart.yaml b/de-identification-app/chart/Chart.yaml index dd5d50f4..a8fa599d 100644 --- a/de-identification-app/chart/Chart.yaml +++ b/de-identification-app/chart/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. It is normally changed when the chart or application changes. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.1 +version: 1.3.0 keywords: - ibm @@ -26,8 +26,6 @@ keywords: home: https://github.com/Alvearie/de-identification maintainers: - - name: Jarrett Anderson - email: janderson@merative.com - name: Dumas Hwang email: dhwang@merative.com - name: Denis Ricard diff --git a/de-identification-app/chart/values.yaml b/de-identification-app/chart/values.yaml index 3dfd3131..09a87e90 100644 --- a/de-identification-app/chart/values.yaml +++ b/de-identification-app/chart/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: alvearie/deid pullPolicy: IfNotPresent - tag: v1.2.1 + tag: v1.3.0 service: type: ClusterIP port: 8080 diff --git a/pom.xml b/pom.xml index f54a9e8b..c1ef64da 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 - 1.3.0-SNAPSHOT + 1.3.0 1.10.19 1.8