Skip to content

Commit cdab2a3

Browse files
committed
Update-2026-03-01_09:22:10
1 parent a58513b commit cdab2a3

5 files changed

Lines changed: 12 additions & 2 deletions

File tree

‎charts/netris-operator/Chart.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.0.0
18+
version: 3.0.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: v3.0.0
23+
appVersion: v4.0.1
2424
home: https://github.com/netrisai/netris-operator
2525
icon: https://www.netris.ai/wp-content/uploads/2021/01/logo-300.png # [todo] Change url to permalink
2626
keywords:

‎charts/netris-operator/README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,4 @@ The following table lists the configurable parameters of the netris-operator cha
111111
| `requeueInterval` | Requeue interval in seconds for the netris-operator | `15` |
112112
| `calicoASNRange` | Set Nodes ASN range. Used when Netris-Operator manages Calico CNI | `4230000000-4239999999` |
113113
| `l4lbTenant` | Set the default Tenant for L4LB resources. If set, a tenant autodetection for L4LB resources will be disabled | `""` |
114+
| `vpcid` | Set the VPC ID (integer) where to create LB | `1` |

‎charts/netris-operator/crds/k8s.netris.ai_l4lbmeta.yaml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ spec:
107107
type: string
108108
tenantId:
109109
type: integer
110+
vpcId:
111+
type: integer
112+
vpcName:
113+
type: string
110114
required:
111115
- automatic
112116
- backendIps

‎charts/netris-operator/templates/_helpers.tpl‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,6 @@ Create netris-opeator controller envs
119119
value: {{ .Values.calicoASNRange | default "4230000000-4239999999" }}
120120
- name: NOPERATOR_L4LB_TENANT
121121
value: {{ .Values.l4lbTenant | default "" | quote }}
122+
- name: NOPERATOR_VPC_ID
123+
value: {{ .Values.vpcid | default 1 | quote }}
122124
{{- end -}}

‎charts/netris-operator/values.yaml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ calicoASNRange: 4230000000-4239999999
4343
# Set the default Tenant for L4LB resources. If set, a tenant autodetection for L4LB resources will be disabled
4444
l4lbTenant: ""
4545

46+
# Set VPC ID to handle (integer)
47+
vpcid: 1
48+
4649
rbac:
4750
# Specifies whether RBAC resources should be created
4851
create: true

0 commit comments

Comments
 (0)