Skip to content

Commit

Permalink
fullnameOverride gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Jan 16, 2024
1 parent 1d8ea57 commit 9762440
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/vaas/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/vaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ gateway:
authority: http://provider:8080/

nameOverride: ""
fullnameOverride: ""
fullnameOverride: "gateway"

networkPolicy:
enabled: true
Expand Down
1 change: 1 addition & 0 deletions helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9762440

Please sign in to comment.