Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Jun 18, 2024
1 parent 0799fb8 commit d3f0162
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/vaas/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: vaas
version: "1.6.6"
version: 1.6.7
description: Deployment of a Verdict-as-a-Service on-premise instance
maintainers:
- name: G DATA CyberDefense AG
email: [email protected]
type: application
dependencies:
- name: redis
version: 19.5.2
version: 19.5.4
condition: redis.enabled
repository: oci://registry-1.docker.io/bitnamicharts
- name: mini-identity-provider
Expand Down
4 changes: 2 additions & 2 deletions charts/vaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mini-identity-provider:
image:
repository: ghcr.io/gdatasoftwareag/vaas/mini-identity-provider
pullPolicy: Always
tag: "0.1.20"
tag: "0.1.21"

service:
type: ClusterIP
Expand Down Expand Up @@ -227,7 +227,7 @@ gdscan:
image:
registry: docker.io
repository: bitnami/kubectl
tag: "1.29"
tag: "1.30"
containerSecurityContext:
enabled: true
readOnlyRootFilesystem: true
Expand Down

0 comments on commit d3f0162

Please sign in to comment.