EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 9bcac237 authored by Nikola Jankovic's avatar Nikola Jankovic :computer:
Browse files

added resources and maintainers

updated version
added bumpcfg
parent d89954b2
No related branches found
No related tags found
No related merge requests found
Pipeline #17969 passed
[bumpversion]
current_version = 2.0.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{release}.{build}
{major}.{minor}.{patch}
tag_name = release-{new_version}
[bumpversion:part:release]
optional_value = final
first_value = alpha
values =
alpha
beta
rc
final
[bumpversion:file:.bumpversion.cfg]
search = current_version = {current_version}
[bumpversion:file:Dockerfile]
search = version="{current_version}"
replace = version="{new_version}"
[bumpversion:file:setup.py]
search = version="{current_version}"
replace = version="{new_version}"
[bumpversion:glob:chart/vs-registrar/Chart.yaml]
search = appVersion: "{current_version}"
replace = appVersion: "{new_version}"
[bumpversion:glob:chart/vs-renderer/Chart.yaml]
search = appVersion: "{current_version}"
replace = appVersion: "{new_version}"
......@@ -2,7 +2,6 @@
*~
*.py[cod]
*.so
*.cfg
!.isort.cfg
!setup.cfg
*.orig
......
......@@ -12,6 +12,10 @@ description: A Helm chart for the View server registrar
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application
maintainers:
- name: EOX IT Services GmbH
url: https://eox.at
# 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/)
......@@ -21,4 +25,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.16.0"
appVersion: "2.0.0"
......@@ -7,7 +7,13 @@ image:
imagePullSecrets: []
resources: {}
resources:
limits:
cpu: 1.5
memory: 6Gi
requests:
cpu: 0.5
memory: 0.5Gi
affinity: {}
......@@ -30,9 +36,8 @@ global:
POSTGRES_DB: dbname
POSTGRES_PASSWORD: dbpw
POSTGRES_USER: dbuser
dataScheme:
collections: {}
productTypes: []
coverageTypes: []
collections: {}
productTypes: []
coverageTypes: []
storage:
data: {}
......@@ -12,6 +12,10 @@ description: A Helm chart for the View server renderer
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application
maintainers:
- name: EOX IT Services GmbH
url: https://eox.at
# 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/)
......
......@@ -21,7 +21,13 @@ service:
type: ClusterIP
port: 80
resources: {}
resources:
limits:
cpu: 1.5
memory: 6Gi
requests:
cpu: 0.5
memory: 0.5Gi
affinity: {}
......@@ -41,7 +47,6 @@ global:
POSTGRES_DB: dbname
POSTGRES_PASSWORD: dbpw
POSTGRES_USER: dbuser
dataScheme:
collections: {}
productTypes: []
coverageTypes: []
collections: {}
productTypes: []
coverageTypes: []
......@@ -6,7 +6,7 @@ long_description = ""
setup(
name="registrar", # Replace with your own username
version="2.0.0-alpha.2",
version="2.0.0",
author="",
author_email="",
description="registrar for PVS",
......
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