Skip to content
Snippets Groups Projects
Commit 4c9ebb31 authored by Thaddeus Kenny's avatar Thaddeus Kenny
Browse files

REL-324: bumped version to 1.4.0

parent d5882d6c
No related branches found
No related tags found
No related merge requests found
Pipeline #690798471 passed
release=1.3.0
tag=1.3.0
release=1.4.0
tag=1.4.0
pre_tag_command=sed -i"" -e 's/^\([[:blank:]]*\)version=.*/\1version="@@RELEASE@@",/' setup.py; sed -i"" -e 's/^\([[:blank:]]*\)appVersion: .*/\1appVersion: @@RELEASE@@/' charts/ska-db-oda/Chart.yaml charts/ska-db-oda-umbrella/Chart.yaml; sed -i"" -e 's/^\([[:blank:]]*\)tag: .*/\1tag: @@RELEASE@@/' charts/ska-db-oda/values.yaml
......@@ -2,10 +2,10 @@ apiVersion: v2
name: ska-db-oda-umbrella
description: Helm umbrella chart for ska-db-oda
type: application
version: 1.3.0
appVersion: 1.3.0
version: 1.4.0
appVersion: 1.4.0
icon: https://www.skatelescope.org/wp-content/uploads/2016/07/09545_NEW_LOGO_2014.png
dependencies:
- name: ska-db-oda
version: 1.3.0
version: 1.4.0
repository: file://../ska-db-oda
......@@ -2,8 +2,8 @@ apiVersion: v2
name: ska-db-oda
description: A Helm chart for deploying the OSO Data Archive on Kubernetes
type: application
version: 1.3.0
appVersion: 1.3.0
version: 1.4.0
appVersion: 1.4.0
icon: https://www.skatelescope.org/wp-content/uploads/2016/07/09545_NEW_LOGO_2014.png
dependencies:
- name: postgresql
......
......@@ -23,7 +23,7 @@ rest:
image:
registry: artefact.skao.int
image: ska-db-oda
tag: 1.3.0
tag: 1.4.0
pullPolicy: IfNotPresent
backend:
type: postgres
......
[tool.poetry]
name = "ska-db-oda"
version = "1.3.0"
version = "1.4.0"
description = "SKA Database OSO Data Archive"
authors = ["Team Buttons"]
license = "BSD-3-Clause"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment