Skip to content

Commit dfc1370

Browse files
committed
chore(helm): remove cloud related stuff
Signed-off-by: Fatih Acar <[email protected]>
1 parent 98e13f3 commit dfc1370

File tree

6 files changed

+1
-57
lines changed

6 files changed

+1
-57
lines changed

helm/Chart.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 3.0.1
18+
version: 3.1.0
1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.
@@ -47,10 +47,6 @@ dependencies:
4747
version: "1.1.12"
4848
repository: "https://nats-io.github.io/k8s/helm/charts/"
4949
condition: nats.enabled
50-
- name: traefik
51-
version: "28.2.0"
52-
repository: "https://traefik.github.io/charts"
53-
condition: traefik.enabled
5450
- name: prefect-server
5551
version: "2024.7.25191224"
5652
repository: "https://prefecthq.github.io/prefect-helm"

helm/templates/cloud/network-policies.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

helm/templates/cloud/proxy-classes.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

helm/templates/cloud/secrets.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

helm/templates/cloud/traefik-middlewares.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

helm/values.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,3 @@ prefect-server:
198198
primary:
199199
persistence:
200200
enabled: false
201-
202-
# -------------- Cloud --------------
203-
traefik:
204-
enabled: false
205-
cloud:
206-
enabled: false

0 commit comments

Comments
 (0)