Skip to content

Commit

Permalink
Update values.yaml (#284)
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
wistefan and github-actions[bot] authored Oct 15, 2024
1 parent 0a1fe5d commit 00f17de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/odrl-pap/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: odrl-pap
version: 0.2.0
version: 0.2.1
appVersion: 0.1.4
description: A Helm chart for running the odrl-pap on kubernetes.
icon: https://fiware.github.io/catalogue/img/fiware.png
Expand Down
4 changes: 2 additions & 2 deletions charts/odrl-pap/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# odrl-pap

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: 0.1.4](https://img.shields.io/badge/AppVersion-0.1.4-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![AppVersion: 0.1.4](https://img.shields.io/badge/AppVersion-0.1.4-informational?style=flat-square)

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

Expand Down Expand Up @@ -42,7 +42,7 @@ A Helm chart for running the odrl-pap on kubernetes.
| deployment.args | list | `[]` | arguments to be set for the container |
| deployment.command | list | `[]` | command to be used for starting the container |
| deployment.image.pullPolicy | string | `"IfNotPresent"` | specification of the image pull policy |
| deployment.image.repository | string | `"quay.io/wi_stefan/odrl-pap"` | til image name ref: https://quay.io/repository/wistefan/odrl-pap |
| deployment.image.repository | string | `"quay.io/fiware/odrl-pap"` | til image name ref: https://quay.io/repository/wistefan/odrl-pap |
| deployment.image.tag | string | `"0.1.4"` | tag of the image to be used |
| deployment.livenessProbe.initialDelaySeconds | int | `30` | |
| deployment.livenessProbe.periodSeconds | int | `10` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/odrl-pap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ deployment:
image:
# -- til image name
# ref: https://quay.io/repository/wistefan/odrl-pap
repository: quay.io/wi_stefan/odrl-pap
repository: quay.io/fiware/odrl-pap
# -- tag of the image to be used
tag: 0.1.4
# -- specification of the image pull policy
Expand Down

0 comments on commit 00f17de

Please sign in to comment.