diff --git a/charts/contract-management/Chart.yaml b/charts/contract-management/Chart.yaml index a092693..dcc4903 100644 --- a/charts/contract-management/Chart.yaml +++ b/charts/contract-management/Chart.yaml @@ -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 diff --git a/charts/contract-management/README.md b/charts/contract-management/README.md index 7b5b9e6..b546ffb 100644 --- a/charts/contract-management/README.md +++ b/charts/contract-management/README.md @@ -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. @@ -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` | | diff --git a/charts/contract-management/values.yaml b/charts/contract-management/values.yaml index e4178ad..1bad746 100644 --- a/charts/contract-management/values.yaml +++ b/charts/contract-management/values.yaml @@ -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 @@ -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 \ No newline at end of file + read-timeout: 30