diff --git a/credentials-operator/Chart.yaml b/credentials-operator/Chart.yaml index 38dcab12..3de858a1 100644 --- a/credentials-operator/Chart.yaml +++ b/credentials-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: credentials-operator description: credentials-operator type: application -version: 3.0.2 -appVersion: v3.0.0 +version: 3.0.6 +appVersion: v3.0.2 home: https://github.com/otterize/credentials-operator sources: - https://github.com/otterize/credentials-operator diff --git a/intents-operator/Chart.yaml b/intents-operator/Chart.yaml index f9326313..c13dba49 100644 --- a/intents-operator/Chart.yaml +++ b/intents-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: intents-operator description: Otterize intents operator type: application -version: 3.0.22 -appVersion: v2.0.12 +version: 3.0.32 +appVersion: v2.0.18 home: https://github.com/otterize/intents-operator sources: - https://github.com/otterize/intents-operator diff --git a/intents-operator/templates/intents-operator-deployment.yaml b/intents-operator/templates/intents-operator-deployment.yaml index 078c0f8b..1155f5db 100644 --- a/intents-operator/templates/intents-operator-deployment.yaml +++ b/intents-operator/templates/intents-operator-deployment.yaml @@ -145,6 +145,8 @@ spec: {{ end }} - name: OTTERIZE_ENABLE_GCP_IAM_POLICY value: {{ .Values.global.gcp.enabled | quote }} + - name: OTTERIZE_INGRESS_CONTROLLERS_EXEMPT_ALB + value: {{ .Values.operator.ingressControllerAWSALBExempt | quote }} {{- if .Values.global.telemetry.errors.stage }} - name: OTTERIZE_TELEMETRY_ERRORS_STAGE value: {{ .Values.global.telemetry.errors.stage | quote }} diff --git a/intents-operator/templates/otterize-validating-webhook-configuration.yaml b/intents-operator/templates/otterize-validating-webhook-configuration.yaml index 92d55558..ea75032f 100644 --- a/intents-operator/templates/otterize-validating-webhook-configuration.yaml +++ b/intents-operator/templates/otterize-validating-webhook-configuration.yaml @@ -128,7 +128,7 @@ webhooks: service: name: intents-operator-webhook-service namespace: {{ .Release.Namespace }} - path: /validate-k8s-otterize-com-v1-mysqlserverconfig + path: /validate-k8s-otterize-com-v1beta1-mysqlserverconfig failurePolicy: Fail matchPolicy: Exact name: mysqlserverconfigv1.kb.io @@ -191,7 +191,7 @@ webhooks: service: name: intents-operator-webhook-service namespace: {{ .Release.Namespace }} - path: /validate-k8s-otterize-com-v1-postgresqlserverconfig + path: /validate-k8s-otterize-com-v1beta1-postgresqlserverconfig failurePolicy: Fail matchPolicy: Exact name: postgresqlserverconfigv1.kb.io @@ -254,7 +254,7 @@ webhooks: service: name: intents-operator-webhook-service namespace: {{ .Release.Namespace }} - path: /validate-k8s-otterize-com-v1-protectedservice + path: /validate-k8s-otterize-com-v1beta1-protectedservice failurePolicy: Fail matchPolicy: Exact name: protectedservicev1.kb.io diff --git a/intents-operator/values.yaml b/intents-operator/values.yaml index 67a1e827..1f3017bd 100644 --- a/intents-operator/values.yaml +++ b/intents-operator/values.yaml @@ -51,6 +51,7 @@ operator: enableIstioPolicyCreation: true enableDatabasePolicyCreation: true enableEgressNetworkPolicyCreation: false + ingressControllerAWSALBExempt: false extraEnvVars: resources: { } diff --git a/network-mapper/Chart.yaml b/network-mapper/Chart.yaml index 434f8067..4a3de53c 100644 --- a/network-mapper/Chart.yaml +++ b/network-mapper/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: network-mapper type: application -version: 2.0.13 -appVersion: v2.0.4 +version: 2.0.20 +appVersion: v2.0.8 home: https://github.com/otterize/network-mapper sources: - https://github.com/otterize/network-mapper diff --git a/network-mapper/templates/NOTES.txt b/network-mapper/templates/NOTES.txt index 65e91dcd..7577aacf 100644 --- a/network-mapper/templates/NOTES.txt +++ b/network-mapper/templates/NOTES.txt @@ -1,7 +1,7 @@ Thanks for deploying Otterize! Using the CLI (https://github.com/otterize/otterize-cli), you can now generate ClientIntents from your existing traffic in YAML format (`otterize mapper export`), your traffic in JSON or textual format, as well as an image (`otterize mapper visualize`). -A free graphical interface is available at https://app.otterize.com. +A free graphical interface is available at https://app.otterize.com Using OpenShift? Set `--set global.openshift=true` to enable the OpenShift-specific configuration that enables Otterize to run on your cluster. To learn more, visit https://docs.otterize.com and try out the tutorials. \ No newline at end of file diff --git a/otterize-kubernetes/Chart.yaml b/otterize-kubernetes/Chart.yaml index 477ab8ae..dbc0e23c 100644 --- a/otterize-kubernetes/Chart.yaml +++ b/otterize-kubernetes/Chart.yaml @@ -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.7 +version: 4.0.26 home: https://github.com/otterize/helm-charts kubeVersion: ">=1.19.0-0" dependencies: diff --git a/otterize-kubernetes/templates/NOTES.txt b/otterize-kubernetes/templates/NOTES.txt index 65e91dcd..7577aacf 100644 --- a/otterize-kubernetes/templates/NOTES.txt +++ b/otterize-kubernetes/templates/NOTES.txt @@ -1,7 +1,7 @@ Thanks for deploying Otterize! Using the CLI (https://github.com/otterize/otterize-cli), you can now generate ClientIntents from your existing traffic in YAML format (`otterize mapper export`), your traffic in JSON or textual format, as well as an image (`otterize mapper visualize`). -A free graphical interface is available at https://app.otterize.com. +A free graphical interface is available at https://app.otterize.com Using OpenShift? Set `--set global.openshift=true` to enable the OpenShift-specific configuration that enables Otterize to run on your cluster. To learn more, visit https://docs.otterize.com and try out the tutorials. \ No newline at end of file