Skip to content

Commit

Permalink
feat(default-resources): upgrade version (#11)
Browse files Browse the repository at this point in the history
* feat(default-resource): upgrade version
  • Loading branch information
amartingarcia authored May 12, 2023
1 parent 25aa29c commit 0934753
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions charts/default-resources/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ apiVersion: v2
name: default-resources
description: A Helm chart for Default Resources

maintainers:
- name: amartingarcia
email: [email protected]

# 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
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/default-resources/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
3 changes: 1 addition & 2 deletions charts/default-resources/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,14 @@ limitRange:
namespace: my-namespace
labels: {}
annotations: {}
spec:
spec:
- type: "Pod"
max:
cpu: "2"
memory: "1Gi"
min:
cpu: "200m"
memory: "6Mi"

- type: "Container"
max:
cpu: "2"
Expand Down

0 comments on commit 0934753

Please sign in to comment.