diff --git a/charts/t-clo-902/Chart.yaml b/charts/t-clo-902/Chart.yaml index 432a5ff..efd0902 100644 --- a/charts/t-clo-902/Chart.yaml +++ b/charts/t-clo-902/Chart.yaml @@ -3,6 +3,6 @@ name: t-clo-902 description: A Helm chart to sell cats on Kubernetes type: application -version: 0.28.0 +version: 0.29.0 appVersion: "1.1.0" diff --git a/charts/t-clo-902/templates/elastic-definition.yaml b/charts/t-clo-902/templates/elastic-definition.yaml deleted file mode 100644 index 1b29535..0000000 --- a/charts/t-clo-902/templates/elastic-definition.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: elasticsearch.k8s.elastic.co/v1 -kind: Elasticsearch -metadata: - name: elasticsearch -spec: - version: 8.7.0 - http: - tls: - selfSignedCertificate: - disabled: true - nodeSets: - - name: default - count: 2 - volumeClaimTemplates: - - metadata: - name: elasticsearch-data - spec: - accessModes: - - ReadWriteOnce - resources: - {{- range $key, $value := .Values.elasticsearch.resources}} - {{- with $value }} - {{ $key }}: - cpu: {{ .cpu }} - memory: {{ .limits }} - {{- end }} - {{- end }} - storageClassName: standard \ No newline at end of file