Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/vaas/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: vaas
version: 3.3.5
version: 3.3.6
description: Deployment of a Verdict-as-a-Service on-premise instance
maintainers:
- name: G DATA CyberDefense AG
Expand All @@ -12,6 +12,6 @@ dependencies:
condition: redis.enabled
repository: oci://registry-1.docker.io/cloudpirates
- name: mini-identity-provider
version: 1.0.0
version: 1.1.0
condition: mini-identity-provider.enabled
repository: oci://ghcr.io/gdatasoftwareag
6 changes: 0 additions & 6 deletions charts/vaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ mini-identity-provider:
port: 8080
tls: []

image:
repository: ghcr.io/gdatasoftwareag/vaas/mini-identity-provider
pullPolicy: Always
tag: "0.1.25"

service:
type: ClusterIP
http:
Expand All @@ -42,7 +37,6 @@ mini-identity-provider:

resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
Expand Down