From b82e5e068dcc35454068f8c46ef6a5cbdb930c6d Mon Sep 17 00:00:00 2001 From: Matt <34448412+mattops@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:31:18 +0000 Subject: [PATCH] fix github actions, helm param (#3) --- .github/actions/cloud-platform-deploy/action.yml | 2 +- helm_deploy/hmpps-veracode-discovery/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/cloud-platform-deploy/action.yml b/.github/actions/cloud-platform-deploy/action.yml index 12cfa20..57507e3 100644 --- a/.github/actions/cloud-platform-deploy/action.yml +++ b/.github/actions/cloud-platform-deploy/action.yml @@ -55,5 +55,5 @@ runs: --set 'generic-service.image.tag=${{ inputs.version }}' \ --set 'version=${{ inputs.version }}' \ --timeout 10m \ - --values '${{ steps.env.outputs.values-file }}' \ + --values '../values-${{ inputs.environment }}.yaml' \ --wait diff --git a/helm_deploy/hmpps-veracode-discovery/values.yaml b/helm_deploy/hmpps-veracode-discovery/values.yaml index c88ce5f..7d64915 100644 --- a/helm_deploy/hmpps-veracode-discovery/values.yaml +++ b/helm_deploy/hmpps-veracode-discovery/values.yaml @@ -38,7 +38,7 @@ generic-service: # Environment variables to load into the deployment env: - REFRESH_INTERVAL: "7200" + REFRESH_INTERVAL_HOURS: "6" LOG_LEVEL: debug # Pre-existing kubernetes secrets to load as environment variables in the deployment.