Skip to content
Snippets Groups Projects
Commit 9edb59d2 authored by Matteo Di Carlo's avatar Matteo Di Carlo
Browse files

st-1304 bump version before merging

parent d0a7c910
No related branches found
No related tags found
No related merge requests found
release=0.3.12
tag=0.3.12
release=0.3.13
tag=0.3.13
......@@ -2,9 +2,9 @@ apiVersion: v2
appVersion: 0.3.12
description: A Helm chart for deploying the TANGO base system on Kubernetes
name: ska-tango-base
version: 0.3.12
version: 0.3.13
icon: https://www.skatelescope.org/wp-content/uploads/2016/07/09545_NEW_LOGO_2014.png
dependencies:
- name: ska-tango-util
version: 0.3.12
version: 0.3.13
repository: file://../ska-tango-util
......@@ -6,10 +6,10 @@ version: 0.2.4
icon: https://www.skatelescope.org/wp-content/uploads/2016/07/09545_NEW_LOGO_2014.png
dependencies:
- name: ska-tango-base
version: 0.3.12
version: 0.3.13
repository: file://../ska-tango-base
condition: ska-tango-base.enabled,global.sub-system.ska-tango-base.enabled
- name: ska-tango-util
version: 0.3.12
version: 0.3.13
repository: file://../ska-tango-util
......@@ -2,8 +2,8 @@ apiVersion: v2
description: A Helm chart library of utilities for TANGO deployents
name: ska-tango-util
type: library
appVersion: 0.3.12
version: 0.3.12
appVersion: 0.3.13
version: 0.3.13
icon: https://www.skatelescope.org/wp-content/uploads/2016/07/09545_NEW_LOGO_2014.png
maintainers:
- name: Matteo Di Carlo
......
# Default values for tango-base.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# global:
# annotations:
# app.gitlab.com/app: CI_PROJECT_PATH_SLUG
# app.gitlab.com/env: CI_ENVIRONMENT_SLUG
# by setting this parameter we can disable the lower level sub-system tango-base, archiver and webjive
# sub-system:
# tango-base:
# enabled: false
# archiver:
# enabled: false
# webjive:
# enabled: false
# tango-base:
# enabled: true
# Default values for tango-base.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
display: ":0"
xauthority: "~/.Xauthority"
global:
minikube: false
exposeDatabaseDS: false
exposeAllDS: false
cluster_domain: cluster.local
tango_host: databaseds-tango-base:10000
databaseds_port: 10000
device_server_port: 45450
retry:
- "--sleep=1"
- "--tries=100"
homeDir: /home/ubuntu
system: SW-infrastructure
subsystem: ska-tango-base
telescope: SKA-mid
labels:
app: ska-tango-images
annotations:
app.gitlab.com/app: CI_PROJECT_PATH_SLUG
app.gitlab.com/env: CI_ENVIRONMENT_SLUG
dsconfig:
image:
registry: registry.gitlab.com/ska-telescope/ska-tango-images
image: ska-tango-images-tango-dsconfig-alpine
tag: 1.5.7
pullPolicy: IfNotPresent
itango:
enabled: false
component: itango-console
function: generic-tango-console
domain: interactive-testing
intent: enabling
image:
registry: registry.gitlab.com/ska-telescope/ska-tango-images
image: ska-tango-images-tango-itango-alpine
tag: 9.3.9
pullPolicy: IfNotPresent
resources:
requests:
cpu: 100m # 00m = 0.1 CPU
memory: 128Mi # 128Mi = 0.125 GB mem
ephemeral-storage: 512Mi
limits:
cpu: 100m # 00m = 0.1 CPU
memory: 128Mi # 128Mi = 0.125 GB mem
ephemeral-storage: 512Mi
databaseds:
component: databaseds
function: tangodb-interface
domain: tango-configuration
intent: production
image:
registry: registry.gitlab.com/ska-telescope/ska-tango-images
image: ska-tango-images-tango-cpp-alpine
tag: 9.3.13
pullPolicy: IfNotPresent
vault:
useVault: false
secretPath: stfc
role: kube-role
resources:
requests:
cpu: 100m # 100m = 0.1 CPU
memory: 128Mi # 128Mi = 0.125 GB mem
ephemeral-storage: 512Mi
limits:
cpu: 200m # 200m = 0.2 CPU
memory: 256Mi # 256Mi = 0.25 GB mem
ephemeral-storage: 1Gi
livenessProbe:
enabled: true
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 3
readinessProbe:
enabled: true
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 3
deviceServers:
tangotest:
name: tangotest
function: tango-test
domain: tango-base
command: "/usr/local/bin/TangoTest"
instances: ["test"]
depends_on:
- device: sys/database/2
environment_variables: []
server:
name: "TangoTest"
instances:
- name: "test"
classes:
- name: "TangoTest"
devices:
- name: "sys/tg_test/1"
image:
registry: registry.gitlab.com/ska-telescope/ska-tango-images
image: ska-tango-images-tango-java-alpine
tag: 9.3.9
pullPolicy: IfNotPresent
resources:
requests:
cpu: 200m # 200m = 0.2 CPU
memory: 256Mi # 256Mi = 0.25 GB mem
ephemeral-storage: 1Gi
limits:
cpu: 500m # 500m = 0.5 CPU
memory: 512Mi # 512Mi = 0.5 GB mem
ephemeral-storage: 1Gi
livenessProbe:
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 3
readinessProbe:
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 3
tangodb:
enabled: true
use_pv: false
component: tangodb
function: tango-device-configuration
domain: tango-configuration
intent: production
image:
registry: registry.gitlab.com/ska-telescope/ska-tango-images
image: ska-tango-images-tango-db-alpine
tag: 0.0.6
pullPolicy: IfNotPresent
db:
rootpw: secret
db: tango
user: tango
password: tango
vault:
useVault: false
secretPath: stfc
role: kube-role
resources:
requests:
cpu: 100m # 100m = 0.1 CPU
memory: 256Mi # 256Mi = 0.25 GB mem
ephemeral-storage: 1Gi
limits:
cpu: 200m # 200m = 0.2 CPU
memory: 256Mi # 256Mi = 0.25 GB mem
ephemeral-storage: 2Gi
livenessProbe:
enabled: false
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 3
readinessProbe:
enabled: false
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 3
vnc:
enabled: false
component: vnc-gui
function: generic-tango-vnc-gui
domain: interactive-testing
intent: enabling
nodeport_enabled: false
nodeport_vnc: 32081
nodeport_novnc: 32082
replicas: 3
image:
registry: registry.gitlab.com/ska-telescope/ska-tango-images
image: ska-tango-images-tango-vnc
tag: 0.1.6
pullPolicy: IfNotPresent
resources:
requests:
cpu: 100m # 100m = 0.1 CPU
memory: 256Mi # 256Mi = 0.25 GB mem
ephemeral-storage: 256Mi
limits:
cpu: 100m # 100m = 0.1 CPU
memory: 256Mi # 256Mi = 0.25 GB mem
ephemeral-storage: 256Mi
# Configure Ingress resource that allow you to access the Tango REST API
ingress:
enabled: true
nginx: true
nodeSelector: {}
affinity: {}
tolerations: []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment