diff --git a/charts/multiwoven/Chart.yaml b/charts/multiwoven/Chart.yaml index f2488f8..8ac9f10 100644 --- a/charts/multiwoven/Chart.yaml +++ b/charts/multiwoven/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: multiwoven description: Open-source reverse ETL, an alternative to Hightouch, Census etc. 🔥 type: application -version: 0.27.0 -appVersion: "0.27.0" +version: 0.28.0 +appVersion: "0.28.0" maintainers: - name: subintp - name: RafaelOAiSquared diff --git a/charts/multiwoven/values.yaml b/charts/multiwoven/values.yaml index 93075b5..1479398 100644 --- a/charts/multiwoven/values.yaml +++ b/charts/multiwoven/values.yaml @@ -268,20 +268,3 @@ temporalUi: repository: temporalio/ui tag: 2.22.3 type: ClusterIP -acmeChallenge: - ports: - - name: "80" - port: 80 - targetPort: 80 - replicas: 1 - acmeChallenge: - image: - repository: nginx - tag: alpine - resources: - limits: - cpu: "64Mi" - memory: "250m" - requests: - cpu: "128Mi" - memory: "500m"