Skip to content

Commit

Permalink
bump lpp to 0.0.29 (internal fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
rxbn committed May 29, 2024
1 parent 2811bc5 commit eabae18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/local-path-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Use HostPath for persistent local storage with Kubernetes
name: local-path-provisioner
version: 0.0.28
version: 0.0.29
appVersion: "v0.0.27"
keywords:
- storage
Expand Down
2 changes: 1 addition & 1 deletion charts/local-path-provisioner/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ data:
helperPod.yaml: |-
apiVersion: v1
kind: Pod
namespace: {{ default .Release.Namespace .Values.configmap.helperPod.namespaceOverride }}
metadata:
name: {{ .Values.configmap.helperPod.name }}
namespace: {{ default .Release.Namespace .Values.configmap.helperPod.namespaceOverride }}
{{- with .Values.configmap.helperPod.annotations }}
annotations:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit eabae18

Please sign in to comment.