Skip to content

Commit

Permalink
bump lpp to 0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
rxbn committed Jun 19, 2024
1 parent affa99e commit 458eabf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
4 changes: 2 additions & 2 deletions charts/local-path-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Use HostPath for persistent local storage with Kubernetes
name: local-path-provisioner
version: 0.0.29
appVersion: "v0.0.27"
version: 0.0.30
appVersion: "v0.0.28"
keywords:
- storage
- hostpath
Expand Down
17 changes: 7 additions & 10 deletions charts/local-path-provisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ replicaCount: 1

image:
repository: rancher/local-path-provisioner
tag: v0.0.27
tag: v0.0.28
pullPolicy: IfNotPresent

helperImage:
Expand Down Expand Up @@ -90,15 +90,13 @@ nodePathMap:
# ## OR
# # See above
# nodePathMap: {}

podAnnotations: {}

podSecurityContext:
{}
podSecurityContext: {}
# runAsNonRoot: true

securityContext:
{}
securityContext: {}
# allowPrivilegeEscalation: false
# seccompProfile:
# type: RuntimeDefault
Expand All @@ -108,8 +106,7 @@ securityContext:
# runAsGroup: 65534
# readOnlyRootFilesystem: true

resources:
{}
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand All @@ -122,8 +119,7 @@ resources:
# memory: 128Mi

helperPod:
resources:
{}
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
Expand Down Expand Up @@ -165,6 +161,7 @@ configmap:
namespaceOverride: ""
name: "helper-pod"
annotations: {}

# Number of provisioner worker threads to call provision/delete simultaneously.
# workerThreads: 4

Expand Down

0 comments on commit 458eabf

Please sign in to comment.