Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/tests/github.com/docke…
Browse files Browse the repository at this point in the history
…r/docker-25.0.6incompatible
  • Loading branch information
orishoshan authored Aug 30, 2024
2 parents 7aac74e + 6eb0b80 commit 1216a8f
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions credentials-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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
2 changes: 2 additions & 0 deletions intents-operator/templates/intents-operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions intents-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ operator:
enableIstioPolicyCreation: true
enableDatabasePolicyCreation: true
enableEgressNetworkPolicyCreation: false
ingressControllerAWSALBExempt: false
extraEnvVars:

resources: { }
Expand Down
4 changes: 2 additions & 2 deletions network-mapper/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion network-mapper/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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.
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.7
version: 4.0.26
home: https://github.com/otterize/helm-charts
kubeVersion: ">=1.19.0-0"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion otterize-kubernetes/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 1216a8f

Please sign in to comment.