We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afce582 + 81ffc1e commit 155e75fCopy full SHA for 155e75f
2 files changed
.github/workflows/ci.yaml
@@ -68,7 +68,7 @@ jobs:
68
run: helm unittest --strict vaas-helm/charts/vaas
69
70
- name: Install Minikube
71
- uses: manusa/actions-setup-minikube@v2.16.0
+ uses: manusa/actions-setup-minikube@v2.16.1
72
with:
73
minikube version: v1.34.0
74
kubernetes version: v1.30.0
charts/vaas/Chart.yaml
@@ -1,14 +1,14 @@
1
apiVersion: v2
2
name: vaas
3
-version: 3.3.8
+version: 3.3.9
4
description: Deployment of a Verdict-as-a-Service on-premise instance
5
maintainers:
6
- name: G DATA CyberDefense AG
7
email: oem@gdata.de
8
type: application
9
dependencies:
10
- name: redis
11
- version: 0.25.8
+ version: 0.26.4
12
condition: redis.enabled
13
repository: oci://registry-1.docker.io/cloudpirates
14
- name: mini-identity-provider
0 commit comments