Skip to content

Commit 9e77771

Browse files
actions-userAhmedSeemalKvhpintelsgurunatjaswanth8888
committed
Release v1.5.0
Signed-off-by: amberjain1 <amber.jain@intel.com> Signed-off-by: psurabh <pradeep.surabhi@intel.com> Signed-off-by: mdfaheem-intel <mohammad.faheem@intel.com> Signed-off-by: vivekrsintc <vivek.rs@intel.com> Co-authored-by: AhmedSeemalK <ahmed.seemal@intel.com> Co-authored-by: vhpintel <vijay.kumar.h.p@intel.com> Co-authored-by: sgurunat <gurunath.s@intel.com> Co-authored-by: jaswanth8888 <jaswanth.karani@intel.com> Co-authored-by: sandeshk-intel <sandesh.kumar.s@intel.com> Co-authored-by: vinayK34 <vinay3.kumar@intel.com> Signed-off-by: Github Actions <actions@github.com>
1 parent 0bd9e8f commit 9e77771

File tree

217 files changed

+6774
-649
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+6774
-649
lines changed

core/helm-charts/apisix-helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024-2025 Intel Corporation
1+
# Copyright (C) 2025-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33
apiVersion: v2
44
name: auth-apisix

core/helm-charts/apisix-helm/openshift-values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024-2025 Intel Corporation
1+
# Copyright (C) 2025-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
# APISIX Namespace
@@ -33,9 +33,9 @@ apisix:
3333
requiredDuringSchedulingIgnoredDuringExecution:
3434
nodeSelectorTerms:
3535
- matchExpressions:
36-
- key: role
36+
- key: ei-infra-eligible
3737
operator: In
38-
values: ["infra"]
38+
values: ["true"]
3939
- matchExpressions:
4040
- key: node-role.kubernetes.io/control-plane
4141
operator: Exists
@@ -76,9 +76,9 @@ apisix:
7676
requiredDuringSchedulingIgnoredDuringExecution:
7777
nodeSelectorTerms:
7878
- matchExpressions:
79-
- key: role
79+
- key: ei-infra-eligible
8080
operator: In
81-
values: ["infra"]
81+
values: ["true"]
8282
- matchExpressions:
8383
- key: node-role.kubernetes.io/control-plane
8484
operator: Exists
@@ -105,9 +105,9 @@ apisix:
105105
requiredDuringSchedulingIgnoredDuringExecution:
106106
nodeSelectorTerms:
107107
- matchExpressions:
108-
- key: role
108+
- key: ei-infra-eligible
109109
operator: In
110-
values: ["infra"]
110+
values: ["true"]
111111
- matchExpressions:
112112
- key: node-role.kubernetes.io/control-plane
113113
operator: Exists

core/helm-charts/apisix-helm/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024-2025 Intel Corporation
1+
# Copyright (C) 2025-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
# APISIX Namespace
@@ -28,9 +28,9 @@ apisix:
2828
requiredDuringSchedulingIgnoredDuringExecution:
2929
nodeSelectorTerms:
3030
- matchExpressions:
31-
- key: role
31+
- key: ei-infra-eligible
3232
operator: In
33-
values: ["infra"]
33+
values: ["true"]
3434
- matchExpressions:
3535
- key: node-role.kubernetes.io/control-plane
3636
operator: Exists
@@ -64,9 +64,9 @@ apisix:
6464
requiredDuringSchedulingIgnoredDuringExecution:
6565
nodeSelectorTerms:
6666
- matchExpressions:
67-
- key: role
67+
- key: ei-infra-eligible
6868
operator: In
69-
values: ["infra"]
69+
values: ["true"]
7070
- matchExpressions:
7171
- key: node-role.kubernetes.io/control-plane
7272
operator: Exists
@@ -93,9 +93,9 @@ apisix:
9393
requiredDuringSchedulingIgnoredDuringExecution:
9494
nodeSelectorTerms:
9595
- matchExpressions:
96-
- key: role
96+
- key: ei-infra-eligible
9797
operator: In
98-
values: ["infra"]
98+
values: ["true"]
9999
- matchExpressions:
100100
- key: node-role.kubernetes.io/control-plane
101101
operator: Exists

core/helm-charts/ceph/operator-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024-2025 Intel Corporation
1+
# Copyright (C) 2025-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33
image:
44
repository: docker.io/rook/ceph

core/helm-charts/fluentbit/fluebit-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024-2025 Intel Corporation
1+
# Copyright (C) 2025-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
fluent-bit:

core/helm-charts/fluentbit/fluentbit-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024-2025 Intel Corporation
1+
# Copyright (C) 2025-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33
apiVersion: v1
44
data:

core/helm-charts/genai-gateway-trace/charts/langfuse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024-2025 Intel Corporation
1+
# Copyright (C) 2025-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33
apiVersion: v2
44
name: langfuse

core/helm-charts/genai-gateway-trace/charts/langfuse/values.lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024-2025 Intel Corporation
1+
# Copyright (C) 2025-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33
# This file is used to validate the Chart and sets some values for required fields. It is not used for the deployment.
44
# Example usage: `helm lint . --values values.lint.yaml`

core/helm-charts/genai-gateway-trace/charts/langfuse/values.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024-2025 Intel Corporation
1+
# Copyright (C) 2025-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33
# Langfuse Helm Chart Configuration
44

@@ -148,9 +148,9 @@ langfuse:
148148
requiredDuringSchedulingIgnoredDuringExecution:
149149
nodeSelectorTerms:
150150
- matchExpressions:
151-
- key: role
151+
- key: ei-infra-eligible
152152
operator: In
153-
values: ["infra"]
153+
values: ["true"]
154154
- matchExpressions:
155155
- key: node-role.kubernetes.io/control-plane
156156
operator: Exists
@@ -509,9 +509,9 @@ postgresql:
509509
requiredDuringSchedulingIgnoredDuringExecution:
510510
nodeSelectorTerms:
511511
- matchExpressions:
512-
- key: role
512+
- key: ei-infra-eligible
513513
operator: In
514-
values: ["infra"]
514+
values: ["true"]
515515
- matchExpressions:
516516
- key: node-role.kubernetes.io/control-plane
517517
operator: Exists
@@ -536,9 +536,9 @@ postgresql:
536536
requiredDuringSchedulingIgnoredDuringExecution:
537537
nodeSelectorTerms:
538538
- matchExpressions:
539-
- key: role
539+
- key: ei-infra-eligible
540540
operator: In
541-
values: ["infra"]
541+
values: ["true"]
542542
- matchExpressions:
543543
- key: node-role.kubernetes.io/control-plane
544544
operator: Exists
@@ -596,9 +596,9 @@ redis:
596596
requiredDuringSchedulingIgnoredDuringExecution:
597597
nodeSelectorTerms:
598598
- matchExpressions:
599-
- key: role
599+
- key: ei-infra-eligible
600600
operator: In
601-
values: ["infra"]
601+
values: ["true"]
602602
- matchExpressions:
603603
- key: node-role.kubernetes.io/control-plane
604604
operator: Exists
@@ -625,9 +625,9 @@ redis:
625625
requiredDuringSchedulingIgnoredDuringExecution:
626626
nodeSelectorTerms:
627627
- matchExpressions:
628-
- key: role
628+
- key: ei-infra-eligible
629629
operator: In
630-
values: ["infra"]
630+
values: ["true"]
631631
- matchExpressions:
632632
- key: node-role.kubernetes.io/control-plane
633633
operator: Exists
@@ -660,9 +660,9 @@ clickhouse:
660660
requiredDuringSchedulingIgnoredDuringExecution:
661661
nodeSelectorTerms:
662662
- matchExpressions:
663-
- key: role
663+
- key: ei-infra-eligible
664664
operator: In
665-
values: ["infra"]
665+
values: ["true"]
666666
- matchExpressions:
667667
- key: node-role.kubernetes.io/control-plane
668668
operator: Exists
@@ -690,9 +690,9 @@ clickhouse:
690690
requiredDuringSchedulingIgnoredDuringExecution:
691691
nodeSelectorTerms:
692692
- matchExpressions:
693-
- key: role
693+
- key: ei-infra-eligible
694694
operator: In
695-
values: ["infra"]
695+
values: ["true"]
696696
- matchExpressions:
697697
- key: node-role.kubernetes.io/control-plane
698698
operator: Exists
@@ -887,9 +887,9 @@ s3:
887887
requiredDuringSchedulingIgnoredDuringExecution:
888888
nodeSelectorTerms:
889889
- matchExpressions:
890-
- key: role
890+
- key: ei-infra-eligible
891891
operator: In
892-
values: ["infra"]
892+
values: ["true"]
893893
- matchExpressions:
894894
- key: node-role.kubernetes.io/control-plane
895895
operator: Exists

core/helm-charts/genai-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024-2025 Intel Corporation
1+
# Copyright (C) 2025-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33
apiVersion: v2
44
name: genaigateway

0 commit comments

Comments
 (0)