diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index b91e17b4..b2039684 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -123,8 +123,8 @@ jobs: if: | (steps.list-changed.outputs.changed == 'true') || (contains(github.event.pull_request.labels.*.name, 'needs-testing')) - run: make -j8 -O fill-test-ci-values TESTS=[${{ matrix.test }}] IMAGE_REGISTRY=testlagoon IMAGE_TAG=main OVERRIDE_BUILD_DEPLOY_DIND_IMAGE=uselagoon/build-deploy-image:main OVERRIDE_ACTIVE_STANDBY_TASK_IMAGE=testlagoon/task-activestandby:main - # run: make -j8 -O fill-test-ci-values TESTS=[${{ matrix.test }}] + # run: make -j8 -O fill-test-ci-values TESTS=[${{ matrix.test }}] IMAGE_REGISTRY=testlagoon IMAGE_TAG=main OVERRIDE_BUILD_DEPLOY_DIND_IMAGE=uselagoon/build-deploy-image:main OVERRIDE_ACTIVE_STANDBY_TASK_IMAGE=testlagoon/task-activestandby:main + run: make -j8 -O fill-test-ci-values TESTS=[${{ matrix.test }}] - name: Free up some disk space if: | diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index b09e5fc7..0b1d71bb 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -27,7 +27,7 @@ version: 1.41.0 # 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. -appVersion: v2.16.0 +appVersion: v2.17.0 dependencies: - name: nats @@ -46,3 +46,5 @@ annotations: description: updated to insights-handler:v0.0.2 - kind: changed description: pinned insights to trivy:0.48.0 + - kind: changed + description: update lagoon appVersion to v2.17.0 diff --git a/charts/lagoon-remote/Chart.yaml b/charts/lagoon-remote/Chart.yaml index 09b9be81..26141057 100644 --- a/charts/lagoon-remote/Chart.yaml +++ b/charts/lagoon-remote/Chart.yaml @@ -50,3 +50,5 @@ annotations: description: removed old kubernetes build deploy references - kind: changed description: updated to insights-remote:v0.0.8 + - kind: changed + description: updated lagoon-build-deploy chart to v0.26.3 diff --git a/charts/lagoon-test/Chart.yaml b/charts/lagoon-test/Chart.yaml index 6a1cedbc..a766f179 100644 --- a/charts/lagoon-test/Chart.yaml +++ b/charts/lagoon-test/Chart.yaml @@ -21,7 +21,7 @@ version: 0.53.0 # 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. -appVersion: v2.16.0 +appVersion: v2.17.0 # This section is used to collect a changelog for artifacthub.io # It should be started afresh for each release @@ -30,3 +30,5 @@ annotations: artifacthub.io/changes: | - kind: changed description: add minio settings to api-data-watcher-pusher and make into a helm test job + - kind: changed + description: update lagoon appVersion to v2.17.0