Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: banzaicloud/banzai-charts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Pexeso/fork-banzai-charts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Apr 13, 2022

  1. v0.23.0-1: remove consistency default value

    Petr Tichý committed Apr 13, 2022
    Copy the full SHA
    0046459 View commit details

Commits on Apr 14, 2022

  1. Update cadence/Chart.yaml

    Co-authored-by: Márk Sági-Kazár <sagikazarmark@users.noreply.github.com>
    Petr Tichý and sagikazarmark authored Apr 14, 2022
    Copy the full SHA
    d26a336 View commit details

Commits on Sep 1, 2022

  1. Copy the full SHA
    bfb0182 View commit details
  2. Copy the full SHA
    a4caeb2 View commit details
Showing with 5 additions and 4 deletions.
  1. +1 −1 cadence/Chart.yaml
  2. +3 −0 cadence/templates/server-service.yaml
  3. +1 −3 cadence/values.yaml
2 changes: 1 addition & 1 deletion cadence/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cadence
version: 0.23.0
version: 0.23.1
appVersion: 0.23.2
description: Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
icon: https://raw.githubusercontent.com/uber/cadence-web/master/client/assets/logo.svg
3 changes: 3 additions & 0 deletions cadence/templates/server-service.yaml
Original file line number Diff line number Diff line change
@@ -15,6 +15,9 @@ metadata:
app.kubernetes.io/component: frontend
app.kubernetes.io/part-of: {{ .Chart.Name }}
spec:
{{- with .Values.server.frontend.service.loadBalancerIP }}
loadBalancerIP: {{.}}
{{- end }}
type: {{ .Values.server.frontend.service.type }}
ports:
- port: {{ .Values.server.frontend.service.port }}
4 changes: 1 addition & 3 deletions cadence/values.yaml
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ server:
# WARNING: This value **MUST NOT** be changed after launching the Cadence
# cluster.
currentClusterName: "cluster-0"

# clusterInformation contains the information about each Cadence cluster
# which participates in a Cadence cluster group.
#
@@ -158,7 +158,6 @@ server:
user: ""
password: ""
existingSecret: ""
consistency: One
# datacenter: "us-east-1a"
# maxConns: 2

@@ -189,7 +188,6 @@ server:
user: ""
password: ""
existingSecret: ""
consistency: One
# datacenter: "us-east-1a"
# maxConns: 2