Skip to content

Commit

Permalink
Merge pull request #81 from i4Trust/ad-init-container
Browse files Browse the repository at this point in the history
Ad init container
  • Loading branch information
Stefan Wiedemann authored Dec 12, 2023
2 parents cd4eaf9 + 6a7eb47 commit c1c254f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/vcverifier/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: vcverifier
version: 1.0.19
version: 1.0.20
appVersion: 2.0.1
home: https://github.com/fiware/vcverifier
description: A Helm chart for running the i4Trust DSBA VCVerifier.
Expand Down
2 changes: 1 addition & 1 deletion charts/vcverifier/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vcverifier

![Version: 1.0.19](https://img.shields.io/badge/Version-1.0.19-informational?style=flat-square) ![AppVersion: 2.0.1](https://img.shields.io/badge/AppVersion-2.0.1-informational?style=flat-square)
![Version: 1.0.20](https://img.shields.io/badge/Version-1.0.20-informational?style=flat-square) ![AppVersion: 2.0.1](https://img.shields.io/badge/AppVersion-2.0.1-informational?style=flat-square)

A Helm chart for running the i4Trust DSBA VCVerifier.

Expand Down
2 changes: 1 addition & 1 deletion charts/vcverifier/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
emptyDir:
sizeLimit: 500Mi
{{- end -}}
{{- if .Values.static.enabled -}}
{{- if .Values.static.enabled }}
- name: static-volume
emptyDir:
sizeLimit: 500Mi
Expand Down

0 comments on commit c1c254f

Please sign in to comment.