Skip to content

Commit

Permalink
Update chart to 24.3.3 (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <ian@tembo.io>
  • Loading branch information
ianstanton authored Sep 25, 2024
1 parent 27217d9 commit 97455e8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
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

0 comments on commit 97455e8

Please sign in to comment.