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.