Skip to content

Commit

Permalink
Merge pull request #87 from ccremer/renovate/quay.io-ccremer-zfs-prov…
Browse files Browse the repository at this point in the history
…isioner-1.x

Update quay.io/ccremer/zfs-provisioner Docker tag to v1.0.1
  • Loading branch information
ccremer committed Nov 14, 2021
2 parents e784cc8 + 4449c22 commit 0a822b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/kubernetes-zfs-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: Dynamic ZFS persistent volume provisioner for Kubernetes

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.1.0
version: 1.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
4 changes: 2 additions & 2 deletions charts/kubernetes-zfs-provisioner/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kubernetes-zfs-provisioner

![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square)
![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square)

Dynamic ZFS persistent volume provisioner for Kubernetes

Expand Down Expand Up @@ -31,7 +31,7 @@ There are some breaking changes from 0.x to 1.x versions.
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"quay.io"` | Container image registry |
| image.repository | string | `"ccremer/zfs-provisioner"` | Location of the container image |
| image.tag | string | `"v1.0.0"` | Container image tag |
| image.tag | string | `"v1.0.1"` | Container image tag |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | Reminder: This has no effect on any PVs, but maybe you want the provisioner pod running on certain nodes. |
Expand Down
2 changes: 1 addition & 1 deletion charts/kubernetes-zfs-provisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- Container image registry
registry: quay.io
# -- Container image tag
tag: v1.0.0
tag: v1.0.1
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit 0a822b5

Please sign in to comment.