Skip to content

Commit

Permalink
Upgrade hostpath-provisioner (#2853)
Browse files Browse the repository at this point in the history
* Upgrade hostpath-provisioner image to 1.1.0

* Enable storage addon on s390x
  • Loading branch information
neoaggelos committed Jan 19, 2022
1 parent a575353 commit dd4fc12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion microk8s-resources/actions/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-$ARCH:1.0.0
image: cdkbot/hostpath-provisioner:1.1.0
env:
- name: NODE_NAME
valueFrom:
Expand Down
1 change: 0 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ parts:
rm actions/*.cilium.sh
rm actions/*.traefik.sh
rm actions/*.registry.sh
rm actions/*.storage.sh
rm actions/*.portainer.sh
rm actions/*.linkerd.sh
rm -rf "actions/kata"
Expand Down

0 comments on commit dd4fc12

Please sign in to comment.