diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5f96cc5..e87a4612 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -83,7 +83,7 @@ jobs: - name: Run chart-testing (latest) # test with latest stable backstage-showcase release - run: ct install --config ct-install.yaml --target-branch ${{ github.event.pull_request.base.ref }} --helm-extra-set-args="--set=upstream.backstage.image.tag=latest --set=global.clusterRouterBase=app.example.com" + run: ct install --config ct-install.yaml --upgrade --target-branch ${{ github.event.pull_request.base.ref }} --helm-extra-set-args="--set=upstream.backstage.image.tag=latest --set=global.clusterRouterBase=app.example.com" test-next: name: Test Next Release runs-on: ubuntu-latest @@ -136,4 +136,4 @@ jobs: - name: Run chart-testing (next) # test with the next backstage-showcase version (main branch) - run: ct install --config ct-install.yaml --target-branch ${{ github.event.pull_request.base.ref }} --helm-extra-set-args="--set=upstream.backstage.image.tag=next --set=global.clusterRouterBase=app.example.com" + run: ct install --config ct-install.yaml --upgrade --target-branch ${{ github.event.pull_request.base.ref }} --helm-extra-set-args="--set=upstream.backstage.image.tag=next --set=global.clusterRouterBase=app.example.com" diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index a11b7be5..7fd04867 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -44,4 +44,4 @@ sources: # 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: 3.0.2 +version: 3.0.4 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index 6acf2bc7..cacf0264 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -2,7 +2,7 @@ # RHDH Backstage Helm Chart for OpenShift (Community Version) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/rhdh-chart&style=flat-square)](https://artifacthub.io/packages/search?repo=rhdh-chart) -![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) +![Version: 3.0.4](https://img.shields.io/badge/Version-3.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for deploying Red Hat Developer Hub. diff --git a/charts/backstage/values.yaml b/charts/backstage/values.yaml index 8ef7ba81..a7c2ca3d 100644 --- a/charts/backstage/values.yaml +++ b/charts/backstage/values.yaml @@ -268,7 +268,6 @@ upstream: enabled: true size: 1Gi mountPath: /var/lib/pgsql/data - storageClass: null extraEnvVars: - name: POSTGRESQL_ADMIN_PASSWORD valueFrom: