Skip to content

Commit

Permalink
Merge pull request #122 from canonical/MK-854/storage-limits
Browse files Browse the repository at this point in the history
Bump hostpath-provisioner to 1.4.2
  • Loading branch information
neoaggelos authored Nov 11, 2022
2 parents db393d1 + eaff33a commit f9d2f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ microk8s-addons:

- name: "hostpath-storage"
description: "Storage class; allocates storage from host directory"
version: "1.4.1"
version: "1.4.2"
check_status: "deployment.apps/hostpath-provisioner"
supported_architectures:
- arm64
Expand Down
2 changes: 1 addition & 1 deletion addons/hostpath-storage/storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
serviceAccountName: microk8s-hostpath
containers:
- name: hostpath-provisioner
image: cdkbot/hostpath-provisioner:1.4.1
image: cdkbot/hostpath-provisioner:1.4.2
env:
- name: NAMESPACE
valueFrom:
Expand Down

0 comments on commit f9d2f4b

Please sign in to comment.