diff --git a/charts/rm-resource-catalogue/Chart.yaml b/charts/rm-resource-catalogue/Chart.yaml index 26faa4f..fe124ab 100644 --- a/charts/rm-resource-catalogue/Chart.yaml +++ b/charts/rm-resource-catalogue/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.3.0 +version: 1.3.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/rm-resource-catalogue/values.yaml b/charts/rm-resource-catalogue/values.yaml index efc0aed..7dadb6d 100644 --- a/charts/rm-resource-catalogue/values.yaml +++ b/charts/rm-resource-catalogue/values.yaml @@ -69,7 +69,7 @@ pycsw: repository: geopython/pycsw pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "eoepca-1.3.0" + tag: "eoepca-1.3.1" container_port: 8000 service_name: resource-catalogue-service service_type: ClusterIP