Skip to content

Commit

Permalink
bump helm
Browse files Browse the repository at this point in the history
Signed-off-by: wild-endeavor <[email protected]>
  • Loading branch information
wild-endeavor committed Jul 16, 2021
1 parent 4978868 commit 8d45224
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions deployment/eks/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,8 @@ metadata:
name: flyte
namespace: flyte
annotations:
alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}'
alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig":
{ "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}'
alb.ingress.kubernetes.io/certificate-arn: <CERTIFICATE_ARN>
alb.ingress.kubernetes.io/group.name: flyte
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]'
Expand Down Expand Up @@ -2081,7 +2082,8 @@ metadata:
name: flyte-grpc
namespace: flyte
annotations:
alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}'
alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig":
{ "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}'
alb.ingress.kubernetes.io/certificate-arn: <CERTIFICATE_ARN>
alb.ingress.kubernetes.io/group.name: flyte
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]'
Expand Down
7 changes: 4 additions & 3 deletions deployment/sandbox/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,8 @@ data:
logs:
cloudwatch-enabled: false
kubernetes-enabled: true
kubernetes-template-uri: http://localhost:30082/#/log/{{ .namespace }}/{{ .podName }}/pod?namespace={{ .namespace }}
kubernetes-template-uri: http://localhost:30082/#/log/{{ .namespace }}/{{ .podName
}}/pod?namespace={{ .namespace }}
---
# Source: flyte/charts/contour/templates/00-crds.yaml
apiVersion: apiextensions.k8s.io/v1
Expand Down Expand Up @@ -3674,7 +3675,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "cfbaa304d7e24679665db495c56b7f99a7bca805a98efce58066d51c1e0dbc0"
configChecksum: "f7c6c0a2de3d0778cd355241c59de9a50775f2b8eb609aa6b01932fe6171022"
labels:
app.kubernetes.io/name: flytepropeller
app.kubernetes.io/instance: flyte
Expand Down Expand Up @@ -3739,7 +3740,7 @@ spec:
app.kubernetes.io/name: flyte-pod-webhook
app.kubernetes.io/version: v0.12.9
annotations:
configChecksum: "cfbaa304d7e24679665db495c56b7f99a7bca805a98efce58066d51c1e0dbc0"
configChecksum: "f7c6c0a2de3d0778cd355241c59de9a50775f2b8eb609aa6b01932fe6171022"
spec:
serviceAccountName: flyte-pod-webhook
initContainers:
Expand Down

0 comments on commit 8d45224

Please sign in to comment.