diff --git a/charts/devguard/Chart.yaml b/charts/devguard/Chart.yaml index b3f090c..e1f9e16 100644 --- a/charts/devguard/Chart.yaml +++ b/charts/devguard/Chart.yaml @@ -15,7 +15,7 @@ type: application # 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: 0.5.5 +version: 0.5.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/devguard/templates/devguard-web/deployment.yaml b/charts/devguard/templates/devguard-web/deployment.yaml index 68f593c..f89b7d9 100644 --- a/charts/devguard/templates/devguard-web/deployment.yaml +++ b/charts/devguard/templates/devguard-web/deployment.yaml @@ -41,7 +41,7 @@ spec: env: - name: ORY_KRATOS_URL value: http://kratos:4433 - - name: NEXT_PUBLIC_DEVGUARD_API_URL + - name: DEVGUARD_API_URL value: http://devguard-api-service:8080 ports: - name: http