Skip to content

Commit

Permalink
fix typo (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
galal-hussein authored Oct 6, 2021
1 parent 31f99e6 commit 362643f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
--- charts-original/templates/controller-deployment.yaml
+++ charts/templates/controller-deployment.yaml
@@ -23,7 +23,7 @@
replicas: {{ .Values.controller.replicaCount }}
{{- end }}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
- {{- if .Values.controller.updateStrategy }}
+ {{- if .Values.controller.updateStrfategy }}
strategy:
{{ toYaml .Values.controller.updateStrategy | nindent 4 }}
{{- end }}
@@ -71,9 +71,7 @@
{{- end }}
containers:
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-ingress-nginx/package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.0.3/ingress-nginx-4.0.3.tgz
packageVersion: 01
packageVersion: 02
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
releaseCandidateVersion: 00

0 comments on commit 362643f

Please sign in to comment.