Skip to content

Commit 5a699d4

Browse files
Edc (#459)
* add fdsc-edc helm chart * version numbers * Update helm documentation * Update helm documentation * pr fixes * Update helm documentation * Update helm documentation * Update helm documentation * fix linter issue * Update helm documentation * remove end * Update helm documentation * fix fullname * Update helm documentation * add missing end * template before range * fix service account name * fix .Chart reference * fix .Values reference * Update helm documentation --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5eaaafc commit 5a699d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/fdsc-edc/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: fdsc-edc
3-
version: 0.0.13
3+
version: 0.0.14
44
appVersion: 0.0.2
55
description: A Helm chart for running the fdsc-edc on kubernetes.
66
icon: https://fiware.github.io/catalogue/img/fiware.png

charts/fdsc-edc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fdsc-edc
22

3-
![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![AppVersion: 0.0.2](https://img.shields.io/badge/AppVersion-0.0.2-informational?style=flat-square)
3+
![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![AppVersion: 0.0.2](https://img.shields.io/badge/AppVersion-0.0.2-informational?style=flat-square)
44

55
A Helm chart for running the fdsc-edc on kubernetes.
66

charts/fdsc-edc/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ spec:
9090
periodSeconds: {{ $cfg.deployment.livenessProbe.periodSeconds }}
9191
successThreshold: {{ $cfg.deployment.livenessProbe.successThreshold }}
9292
timeoutSeconds: {{ $cfg.deployment.livenessProbe.timeoutSeconds }}
93-
failureThreshold: {{ .Values.deployment.livenessProbe.failureThreshold }}
93+
failureThreshold: {{ $cfg.deployment.livenessProbe.failureThreshold }}
9494

9595
readinessProbe:
9696
httpGet:
@@ -100,7 +100,7 @@ spec:
100100
periodSeconds: {{ $cfg.deployment.readinessProbe.periodSeconds }}
101101
successThreshold: {{ $cfg.deployment.readinessProbe.successThreshold }}
102102
timeoutSeconds: {{ $cfg.deployment.readinessProbe.timeoutSeconds }}
103-
failureThreshold: {{ .Values.deployment.readinessProbe.failureThreshold }}
103+
failureThreshold: {{ $cfg.deployment.readinessProbe.failureThreshold }}
104104

105105
env:
106106
- name: EDC_FS_CONFIG

0 commit comments

Comments
 (0)