diff --git a/charts/default-resources/Chart.yaml b/charts/default-resources/Chart.yaml index 62bf81e..f6d29bd 100644 --- a/charts/default-resources/Chart.yaml +++ b/charts/default-resources/Chart.yaml @@ -3,6 +3,10 @@ apiVersion: v2 name: default-resources description: A Helm chart for Default Resources +maintainers: + - name: amartingarcia + email: adrianmg231189@gmail.com + # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives @@ -15,8 +19,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 1.0.0 +version: 1.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.0.0 +appVersion: 1.1.0 diff --git a/charts/default-resources/templates/_helpers.tpl b/charts/default-resources/templates/_helpers.tpl index c4a4c39..5d79683 100644 --- a/charts/default-resources/templates/_helpers.tpl +++ b/charts/default-resources/templates/_helpers.tpl @@ -24,4 +24,4 @@ app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- end -}} +{{- end -}} \ No newline at end of file diff --git a/charts/default-resources/values.yaml b/charts/default-resources/values.yaml index fb23fc2..d1ff801 100644 --- a/charts/default-resources/values.yaml +++ b/charts/default-resources/values.yaml @@ -91,7 +91,7 @@ limitRange: namespace: my-namespace labels: {} annotations: {} - spec: + spec: - type: "Pod" max: cpu: "2" @@ -99,7 +99,6 @@ limitRange: min: cpu: "200m" memory: "6Mi" - - type: "Container" max: cpu: "2"