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

Update chart to 24.3.3 #72

Merged
merged 1 commit into from
Sep 25, 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
10 changes: 5 additions & 5 deletions Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 1.14.4
- name: tembo
repository: ""
version: 24.3.2
version: 24.3.3
- name: monitoring
repository: ""
version: 24.3.2
version: 24.3.3
- name: traefik
repository: ""
version: 24.3.2
digest: sha256:2e92187b6df09e78bdaf7929a6066bec56b6ba65985353693c39654f779dd41a
generated: "2024-09-16T11:26:25.180352352-04:00"
version: 24.3.3
digest: sha256:1c3e0b7b0c60a5c8bc5d93f9eac59f59a9847a72fecfb0552b08cd364ef7bec2
generated: "2024-09-25T13:49:43.573315695-04:00"
8 changes: 4 additions & 4 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tembo
version: 24.3.2
version: 24.3.3
appVersion: 1.0.0
description: Helm chart to deploy the Tembo Platform
keywords:
Expand All @@ -11,10 +11,10 @@ dependencies:
condition: global.certManagerEnabled
- name: tembo
condition: global.temboEnabled
version: 24.3.2
version: 24.3.3
- name: monitoring
condition: global.monitoringEnabled
version: 24.3.2
version: 24.3.3
- name: traefik
condition: global.traefikEnabled
version: 24.3.2
version: 24.3.3
2 changes: 1 addition & 1 deletion charts/monitoring/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: monitoring
description: A Helm chart for the Tembo monitoring stack
version: 24.3.2
version: 24.3.3
dependencies:
- name: kube-prometheus-stack
version: "44.4.1"
Expand Down
2 changes: 1 addition & 1 deletion charts/tembo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tembo
version: 24.3.2
version: 24.3.3
description: A Helm chart to deploy the Tembo platform
keywords:
- tembo
Expand Down
2 changes: 1 addition & 1 deletion charts/traefik/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: traefik
description: A Helm chart for the traefik ingress controller
version: 24.3.2
version: 24.3.3
dependencies:
- name: traefik
version: 29.0.1
Expand Down