Skip to content

Commit

Permalink
Merge pull request #10 from ccremer/renovate/docker-docker.io-ccremer…
Browse files Browse the repository at this point in the history
…-zfs-provisioner-0.x

Update docker.io/ccremer/zfs-provisioner Docker tag to v0.2.1
  • Loading branch information
ccremer authored Apr 22, 2020
2 parents 6fee0c7 + bdf5040 commit f3d9ed9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions kubernetes-zfs-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ 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: 0.2.1
version: 0.2.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.1.0
appVersion: 0.2.1
# Licensing of https://commons.wikimedia.org/wiki/File:Openzfs.svg applies
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/7/7f/Openzfs.svg/257px-Openzfs.svg.png
4 changes: 2 additions & 2 deletions kubernetes-zfs-provisioner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kubernetes-zfs-provisioner
==========================
Dynamic ZFS persistent volume provisioner for Kubernetes

Current chart version is `0.2.1`
Current chart version is `0.2.2`



Expand All @@ -17,7 +17,7 @@ Current chart version is `0.2.1`
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/ccremer/zfs-provisioner"` | Location of the container image |
| image.tag | string | `"v0.1.0"` | Container image tag |
| image.tag | string | `"v0.2.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 kubernetes-zfs-provisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
# image.repository -- Location of the container image
repository: docker.io/ccremer/zfs-provisioner
# image.tag -- Container image tag
tag: v0.1.0
tag: v0.2.1
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit f3d9ed9

Please sign in to comment.