From 97624401382612f98cf77f669064cbb209e4a7b1 Mon Sep 17 00:00:00 2001 From: PT-ATA No One Date: Tue, 16 Jan 2024 13:11:31 +0100 Subject: [PATCH] fullnameOverride gateway --- .github/workflows/ci.yaml | 2 +- charts/vaas/Chart.yaml | 2 +- charts/vaas/values.yaml | 2 +- helm.sh | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a80871f..ef39d81 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: with: name: vaas repository: gdatasoftwareag/charts - tag: 1.0.1 + tag: 1.0.2 path: charts/vaas registry: ghcr.io registry_username: ${{ secrets.REGISTRY_USERNAME }} diff --git a/charts/vaas/Chart.yaml b/charts/vaas/Chart.yaml index c42bcff..51244c0 100644 --- a/charts/vaas/Chart.yaml +++ b/charts/vaas/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: vaas -version: 1.0.1 +version: 1.0.2 description: Deployment of a Verdict-as-a-Service on-premise instance maintainers: - name: G DATA CyberDefense AG diff --git a/charts/vaas/values.yaml b/charts/vaas/values.yaml index 5904358..6e8b07d 100644 --- a/charts/vaas/values.yaml +++ b/charts/vaas/values.yaml @@ -65,7 +65,7 @@ gateway: authority: http://provider:8080/ nameOverride: "" - fullnameOverride: "" + fullnameOverride: "gateway" networkPolicy: enabled: true diff --git a/helm.sh b/helm.sh index 9b01897..a869994 100755 --- a/helm.sh +++ b/helm.sh @@ -7,6 +7,7 @@ fi VALUES_FILE=$1 +helm dep up charts/vaas helm lint charts/vaas -f $VALUES_FILE helm template charts/vaas -f $VALUES_FILE --debug helm uninstall vaas -n vaas