Skip to content

Commit

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

* Update helm documentation

* 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] committed Jun 6, 2024
1 parent 17ff531 commit 13f2473
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/contract-management/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: contract-management
version: 0.6.2
version: 0.6.4
appVersion: 0.0.1
description: A Helm chart for running the contract-management on kubernetes.
icon: https://fiware.github.io/catalogue/img/fiware.png
Expand Down
4 changes: 2 additions & 2 deletions charts/contract-management/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# contract-management

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

A Helm chart for running the contract-management on kubernetes.

Expand Down Expand Up @@ -29,7 +29,7 @@ A Helm chart for running the contract-management on kubernetes.
| deployment.healthPort | int | `9090` | port to request health information at |
| deployment.image.pullPolicy | string | `"Always"` | specification of the image pull policy pullPolicy: IfNotPresent |
| deployment.image.repository | string | `"quay.io/fiware/contract-management"` | til image name ref: https://quay.io/repository/fiware/contract-management |
| deployment.image.tag | string | `"1.0.0-PRE-1"` | tag of the image to be used |
| deployment.image.tag | string | `"1.0.0"` | tag of the image to be used |
| deployment.livenessProbe.initialDelaySeconds | int | `30` | |
| deployment.livenessProbe.periodSeconds | int | `10` | |
| deployment.livenessProbe.successThreshold | int | `1` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/contract-management/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ deployment:
# ref: https://quay.io/repository/fiware/contract-management
repository: quay.io/fiware/contract-management
# -- tag of the image to be used
tag: 1.0.0-PRE-1
tag: 1.0.0
# -- specification of the image pull policy
#pullPolicy: IfNotPresent
pullPolicy: Always
Expand Down Expand Up @@ -164,4 +164,4 @@ services:
## URL of the TM Forum Service hosting the Party API
url: http://tm-forum-api-party-catalog:8080
## Read timeout in sec
read-timeout: 30
read-timeout: 30

0 comments on commit 13f2473

Please sign in to comment.