Skip to content

Commit

Permalink
provisioner chart version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelgitlarskimdlz committed Oct 4, 2023
1 parent 8ea9285 commit f1afb18
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/nfs-server-provisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ replicaCount: 1
# imagePullSecrets:

image:
repository: registry.k8s.io/sig-storage/nfs-provisioner
tag: v4.0.8
repository: registry.k8s.io/pgitlarski/nfs-provisioner
tag: v5.5.0
# digest:
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
serviceAccount: nfs-provisioner
containers:
- name: nfs-provisioner
image: registry.k8s.io/sig-storage/nfs-provisioner:v4.0.8
image: registry.k8s.io/pgitlarski/nfs-provisioner:v5.5.0
ports:
- name: nfs
containerPort: 2049
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
serviceAccount: nfs-provisioner
containers:
- name: nfs-provisioner
image: registry.k8s.io/sig-storage/nfs-provisioner:v4.0.8
image: registry.k8s.io/pgitlarski/nfs-provisioner:v5.5.0
ports:
- name: nfs
containerPort: 2049
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: nfs-provisioner
image: registry.k8s.io/sig-storage/nfs-provisioner:v4.0.8
image: registry.k8s.io/sig-storage/nfs-provisioner:v5.5.0
ports:
- name: nfs
containerPort: 2049
Expand Down

0 comments on commit f1afb18

Please sign in to comment.