Skip to content

Commit

Permalink
Merge branch 'main' into david/agent-deamonset-hostproc
Browse files Browse the repository at this point in the history
  • Loading branch information
otterobert authored Nov 19, 2024
2 parents e80756b + e5b935c commit cd8bc6c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions intents-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: intents-operator
description: Otterize intents operator
type: application
version: 3.0.46
appVersion: v2.0.27
version: 3.0.49
appVersion: v2.0.29
home: https://github.com/otterize/intents-operator
sources:
- https://github.com/otterize/intents-operator
4 changes: 4 additions & 0 deletions intents-operator/templates/intents-operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ spec:
- name: OTTERIZE_SEPARATE_NETPOLS_FOR_INGRESS_AND_EGRESS
value: "true"
{{- end }}
{{- if eq true .Values.operator.enableGroupIPsByCIDR }}
- name: OTTERIZE_ENABLE_GROUP_INTERNET_IPS_BY_CIDR
value: "true"
{{- end }}
{{- if .Values.global.aws.rolesAnywhere.enabled }}
- name: OTTERIZE_ENABLE_AWS_IAM_ROLESANYWHERE
value: "true"
Expand Down
4 changes: 4 additions & 0 deletions intents-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ operator:
# If set to true, the operator will create separate network policies for ingress and egress traffic.
# (Only available with enableEgressNetworkPolicyCreation set to true)
separateNetpolsForIngressAndEgress: false

# If set to true, the operator will try to consolidate IPs into /24 networks when creating egress network policies to the internet.
enableGroupIPsByCIDR: false

ingressControllerAWSALBExempt: false
extraEnvVars:

Expand Down
2 changes: 1 addition & 1 deletion otterize-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: otterize-kubernetes
description: |
This chart contains the Otterize credentials-operator, SPIRE (server+agent), the Otterize intents operator, and the Otterize network mapper.
type: application
version: 4.0.62
version: 4.0.65
home: https://github.com/otterize/helm-charts
kubeVersion: ">=1.19.0-0"
dependencies:
Expand Down

0 comments on commit cd8bc6c

Please sign in to comment.