Skip to content

Commit

Permalink
Update-2022-06-02_11:50:55
Browse files Browse the repository at this point in the history
  • Loading branch information
pogossian committed Jun 2, 2022
1 parent 2389b1a commit 0101d3c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions charts/netris-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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.0.13
version: 1.0.14

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 3.0.8
appVersion: 3.0.9
home: https://netris.ai
icon: https://www.netris.ai/wp-content/uploads/2021/01/logo-300.png # [todo] Change url to permalink
keywords:
Expand All @@ -36,13 +36,13 @@ maintainers:
dependencies:
- name: mariadb
version: 9.6.1
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami
- name: mongodb
version: 10.9.1
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami
- name: redis
version: 12.8.3
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami
- name: smtp
version: 1.0.1
repository: https://charts.ntppool.org
Expand Down
2 changes: 1 addition & 1 deletion charts/netris-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The following table lists the configurable parameters of the netris-controller c
| ------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- |
| `app.replicaCount` | Number of replicas in app deployment | `1` |
| `app.image.repository` | Image repository | `netrisai/controller-web-service` |
| `app.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"3.0.8-009"` |
| `app.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"3.0.9-014"` |
| `app.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `app.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
| `app.service.type` | Kubernetes service type | `ClusterIP` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ data:
INSERT INTO `global_settings` VALUES (36,'wireguard_port_range','59000-60999','VPN peers port range','true');
INSERT INTO `global_settings` VALUES (37,'k8s_lb_check_timeout','2000','K8s Layer 4 load-balancer timeout (ms)','true');
INSERT INTO `global_settings` VALUES (38,'vpn_measurement_wait_secs','30','Site Mesh measurement module wait interval (sec)','true');
INSERT INTO `global_settings` VALUES (39,'migration_version', '3.0.7', 'Database scheme version', 'false');
INSERT INTO `global_settings` VALUES (39,'migration_version', '3.0.9', 'Database scheme version', 'false');
INSERT INTO `global_settings` VALUES (40,'system_asn_range', '4200000000 - 4209999999', 'System ASN range', 'true');
INSERT INTO `global_settings` VALUES (41,'vpn_asn_range', '4210000000 - 4219999999', 'Site Mesh VPN ASN range', 'true');
INSERT INTO `global_settings` VALUES (42,'calico_asn_range', '4230000000 - 4239999999', 'Calico ASN range', 'true');
Expand All @@ -1547,6 +1547,7 @@ data:
INSERT INTO `mon_default_thresholds` VALUES (14,'check_port','Signal level for 40G','*.signal.40',-13,-12,4,3,NULL,'dbm','');
INSERT INTO `mon_default_thresholds` VALUES (15,'check_port','Signal level for 100G','*.signal.100',-12,-11,5,4,NULL,'dbm','');
INSERT INTO `mon_default_thresholds` VALUES (16,'check_ratio',NULL,'ratio',NULL,NULL,NULL,NULL,0,'','');
INSERT INTO `mon_default_thresholds` VALUES (17,'check_port','Signal level for 25G','*.signal.25',-13,-12,4,3,NULL,'dbm','');
nos_list.sql: |
USE {{ .Values.mariadb.auth.database }};
INSERT INTO `nos_list` VALUES (1,'Cumulus Linux','cumulus_linux');
Expand Down
4 changes: 2 additions & 2 deletions charts/netris-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ app:
repository: netrisai/controller-web-service
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "3.0.8-009"
tag: "3.0.9-014"

imagePullSecrets: []

Expand Down Expand Up @@ -324,4 +324,4 @@ migration:
image:
repository: netrisai/controller-web-service-migration
pullPolicy: IfNotPresent
tag: "3.0.7"
tag: "3.0.9"

0 comments on commit 0101d3c

Please sign in to comment.