Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update values.yaml #268

Merged
merged 3 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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