Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump conductor Image to Include Race Condition Fix #62

Merged
merged 3 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/tembo/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: tembo-operator
repository: https://tembo-io.github.io/tembo
version: 0.7.1
version: 0.7.2
- name: conductor
repository: https://tembo-io.github.io/tembo
version: 0.6.0
digest: sha256:53b41507ae2f944db816101d7fe5544f2443dc7a2621b0c147369b439848816f
generated: "2024-09-10T16:16:10.829097614-04:00"
digest: sha256:e90e56761f6a5db38349a52b7f9d79976863fa251198d84a4738f324419e1fbd
generated: "2024-09-12T12:01:28.949260794-04:00"
3 changes: 1 addition & 2 deletions charts/tembo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ keywords:
- tembo
dependencies:
- name: tembo-operator
version: 0.7.1
version: 0.7.2
repository: https://tembo-io.github.io/tembo
- name: conductor
version: 0.6.0
condition: global.conductorEnabled
repository: https://tembo-io.github.io/tembo
Binary file removed charts/tembo/charts/tembo-operator-0.7.1.tgz
Binary file not shown.
Binary file added charts/tembo/charts/tembo-operator-0.7.2.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions charts/tembo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ conductor:

image:
repository: quay.io/tembo/conductor
tag: "2295805"
tag: "0332295"
pullPolicy: IfNotPresent

# We should reconfigure the defaults
Expand Down Expand Up @@ -86,7 +86,7 @@ tembo-operator:
repository: quay.io/tembo/tembo-operator
pullPolicy: Always
# -- Overrides the image tag whose default is latest
tag: "2295805"
tag: "0332295"

crds:
# -- Specifies whether the CRDs should be created when installing the chart.
Expand Down Expand Up @@ -182,7 +182,7 @@ tembo-operator:
repository: quay.io/tembo/tembo-pod-init
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is latest
tag: "2295805"
tag: "0332295"

extraEnv: []

Expand Down Expand Up @@ -560,7 +560,7 @@ dataplaneWebserver:

image:
repository: quay.io/tembo/dataplane-webserver
tag: "2295805"
tag: "0332295"
pullPolicy: IfNotPresent

# We should reconfigure the defaults
Expand Down
1 change: 0 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ global:
certManagerEnabled: true
temboEnabled: true
monitoringEnabled: true
conductorEnabled: false
traefikEnabled: true
baseDomain: ~
tembo:
Expand Down