Skip to content

Commit 2857f05

Browse files
vramperezVíctor Rampérez Martíngithub-actions[bot]
authored
Chore/update chart apps (#444)
* chore(odrl-pap): upgrade odrl-pap appVersion from 1.1.2 to 1.3.5 * chore(trusted-issuers-list): upgrade trusted-issuers-list appVersion from 0.6.0 to 0.7.0 * chore(trusted-issuers-registry): upgrade trusted-issuers-registry appVersion from 0.6.0 to 0.7.0 * chore(verifier): upgrade verifier appVersion to 6.3.5 * chore(odrl-pap): fix typo * Update helm documentation * Update helm documentation * Update helm documentation * Update helm documentation --------- Co-authored-by: Víctor Rampérez Martín <vramperez@MacBook-Air-de-Victor.local> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7fcc524 commit 2857f05

File tree

16 files changed

+27
-27
lines changed

16 files changed

+27
-27
lines changed

charts/odrl-pap/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: odrl-pap
3-
version: 2.3.8
4-
appVersion: 1.1.2
3+
version: 2.7.0
4+
appVersion: 1.3.5
55
description: A Helm chart for running the odrl-pap on kubernetes.
66
icon: https://fiware.github.io/catalogue/img/fiware.png
77
keywords:

charts/odrl-pap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# odrl-pap
22

3-
![Version: 2.3.8](https://img.shields.io/badge/Version-2.3.8-informational?style=flat-square) ![AppVersion: 1.1.2](https://img.shields.io/badge/AppVersion-1.1.2-informational?style=flat-square)
3+
![Version: 2.7.0](https://img.shields.io/badge/Version-2.7.0-informational?style=flat-square) ![AppVersion: 1.3.5](https://img.shields.io/badge/AppVersion-1.3.5-informational?style=flat-square)
44

55
A Helm chart for running the odrl-pap on kubernetes.
66

@@ -43,7 +43,7 @@ A Helm chart for running the odrl-pap on kubernetes.
4343
| deployment.command | list | `[]` | command to be used for starting the container |
4444
| deployment.image.pullPolicy | string | `"IfNotPresent"` | specification of the image pull policy |
4545
| deployment.image.repository | string | `"quay.io/fiware/odrl-pap"` | til image name ref: https://quay.io/repository/wistefan/odrl-pap |
46-
| deployment.image.tag | string | `"1.2.0"` | tag of the image to be used |
46+
| deployment.image.tag | string | `""` | overrides the image tag whose default is the chart appVersion |
4747
| deployment.imagePullSecrets | list | `[]` | secrets for pulling images from a private repository ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ |
4848
| deployment.livenessProbe.failureThreshold | int | `3` | |
4949
| deployment.livenessProbe.initialDelaySeconds | int | `30` | |

charts/odrl-pap/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
containers:
5252
- name: {{ .Chart.Name }}
5353
imagePullPolicy: {{ .Values.deployment.image.pullPolicy }}
54-
image: "{{ .Values.deployment.image.repository }}:{{ .Values.deployment.image.tag }}"
54+
image: "{{ .Values.deployment.image.repository }}:{{ .Values.deployment.image.tag | default .Chart.AppVersion }}"
5555
{{- if .Values.deployment.command }}
5656
command:
5757
{{- with .Values.deployment.command }}

charts/odrl-pap/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ deployment:
4747
# -- til image name
4848
# ref: https://quay.io/repository/wistefan/odrl-pap
4949
repository: quay.io/fiware/odrl-pap
50-
# -- tag of the image to be used
51-
tag: 1.2.0
50+
# -- overrides the image tag whose default is the chart appVersion
51+
tag: ""
5252
# -- specification of the image pull policy
5353
pullPolicy: IfNotPresent
5454
# -- secrets for pulling images from a private repository

charts/trusted-issuers-list/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: trusted-issuers-list
3-
version: 0.11.4
4-
appVersion: 0.6.0
3+
version: 0.15.0
4+
appVersion: 0.7.0
55
description: A Helm chart for running the trusted-issuers-list on kubernetes.
66
icon: https://fiware.github.io/catalogue/img/fiware.png
77
keywords:

charts/trusted-issuers-list/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# trusted-issuers-list
22

3-
![Version: 0.11.4](https://img.shields.io/badge/Version-0.11.4-informational?style=flat-square) ![AppVersion: 0.6.0](https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square)
3+
![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.0-informational?style=flat-square) ![AppVersion: 0.7.0](https://img.shields.io/badge/AppVersion-0.7.0-informational?style=flat-square)
44

55
A Helm chart for running the trusted-issuers-list on kubernetes.
66

@@ -42,7 +42,7 @@ A Helm chart for running the trusted-issuers-list on kubernetes.
4242
| deployment.healthPort | int | `9090` | port to request health information at |
4343
| deployment.image.pullPolicy | string | `"IfNotPresent"` | specification of the image pull policy |
4444
| deployment.image.repository | string | `"quay.io/fiware/trusted-issuers-list"` | til image name ref: https://quay.io/repository/fiware/trusted-issuers-list |
45-
| deployment.image.tag | string | `"0.6.0"` | tag of the image to be used |
45+
| deployment.image.tag | string | `""` | overrides the image tag whose default is the chart appVersion. |
4646
| deployment.livenessProbe.failureThreshold | int | `3` | |
4747
| deployment.livenessProbe.initialDelaySeconds | int | `30` | |
4848
| deployment.livenessProbe.periodSeconds | int | `10` | |

charts/trusted-issuers-list/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
containers:
4343
- name: {{ .Chart.Name }}
4444
imagePullPolicy: {{ .Values.deployment.image.pullPolicy }}
45-
image: "{{ .Values.deployment.image.repository }}:{{ .Values.deployment.image.tag }}"
45+
image: "{{ .Values.deployment.image.repository }}:{{ .Values.deployment.image.tag | default .Chart.AppVersion }}"
4646
ports:
4747
- name: http
4848
containerPort: {{ .Values.port}}

charts/trusted-issuers-list/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ deployment:
4545
# -- til image name
4646
# ref: https://quay.io/repository/fiware/trusted-issuers-list
4747
repository: quay.io/fiware/trusted-issuers-list
48-
# -- tag of the image to be used
49-
tag: 0.6.0
48+
# -- overrides the image tag whose default is the chart appVersion.
49+
tag: ""
5050
# -- specification of the image pull policy
5151
pullPolicy: IfNotPresent
5252
# -- additional labels for the deployment, if required

charts/trusted-issuers-registry/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: trusted-issuers-registry
3-
version: 0.7.4
4-
appVersion: 0.6.0
3+
version: 0.11.0
4+
appVersion: 0.7.0
55
description: A Helm chart for running the trusted-issuers-registry on kubernetes.
66
icon: https://fiware.github.io/catalogue/img/fiware.png
77
keywords:

charts/trusted-issuers-registry/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# trusted-issuers-registry
22

3-
![Version: 0.7.4](https://img.shields.io/badge/Version-0.7.4-informational?style=flat-square) ![AppVersion: 0.6.0](https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square)
3+
![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![AppVersion: 0.7.0](https://img.shields.io/badge/AppVersion-0.7.0-informational?style=flat-square)
44

55
A Helm chart for running the trusted-issuers-registry on kubernetes.
66

@@ -32,7 +32,7 @@ A Helm chart for running the trusted-issuers-registry on kubernetes.
3232
| deployment.healthPort | int | `9090` | port to request health information at |
3333
| deployment.image.pullPolicy | string | `"IfNotPresent"` | specification of the image pull policy |
3434
| deployment.image.repository | string | `"quay.io/fiware/trusted-issuers-registry"` | tir image name ref: https://quay.io/repository/fiware/trusted-issuers-registry |
35-
| deployment.image.tag | string | `"0.6.0"` | tag of the image to be used |
35+
| deployment.image.tag | string | `""` | overrides the image tag whose default is the chart appVersion |
3636
| deployment.livenessProbe.failureThreshold | int | `3` | |
3737
| deployment.livenessProbe.initialDelaySeconds | int | `30` | |
3838
| deployment.livenessProbe.periodSeconds | int | `10` | |

0 commit comments

Comments
 (0)