Skip to content

Commit

Permalink
Update values.yaml (#271)
Browse files Browse the repository at this point in the history
* Update values.yaml

* Update helm documentation

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Stefan Wiedemann and github-actions[bot] authored Jun 10, 2024
1 parent 1fd52ac commit 13d1a5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/trusted-issuers-list/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: trusted-issuers-list
version: 0.6.2
version: 0.7.0
appVersion: 0.0.2
description: A Helm chart for running the trusted-issuers-list on kubernetes.
icon: https://fiware.github.io/catalogue/img/fiware.png
Expand Down
4 changes: 2 additions & 2 deletions charts/trusted-issuers-list/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# trusted-issuers-list

![Version: 0.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat-square) ![AppVersion: 0.0.2](https://img.shields.io/badge/AppVersion-0.0.2-informational?style=flat-square)
![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![AppVersion: 0.0.2](https://img.shields.io/badge/AppVersion-0.0.2-informational?style=flat-square)

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

Expand Down Expand Up @@ -39,7 +39,7 @@ A Helm chart for running the trusted-issuers-list on kubernetes.
| deployment.healthPort | int | `9090` | port to request health information at |
| deployment.image.pullPolicy | string | `"IfNotPresent"` | specification of the image pull policy |
| deployment.image.repository | string | `"quay.io/fiware/trusted-issuers-list"` | til image name ref: https://quay.io/repository/fiware/trusted-issuers-list |
| deployment.image.tag | string | `"0.0.2"` | tag of the image to be used |
| deployment.image.tag | string | `"0.2.1"` | tag of the image to be used |
| deployment.livenessProbe.initialDelaySeconds | int | `30` | |
| deployment.livenessProbe.periodSeconds | int | `10` | |
| deployment.livenessProbe.successThreshold | int | `1` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/trusted-issuers-list/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ deployment:
# ref: https://quay.io/repository/fiware/trusted-issuers-list
repository: quay.io/fiware/trusted-issuers-list
# -- tag of the image to be used
tag: 0.0.2
tag: 0.2.1
# -- specification of the image pull policy
pullPolicy: IfNotPresent
# -- additional labels for the deployment, if required
Expand Down

0 comments on commit 13d1a5a

Please sign in to comment.