-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(helm/csi-driver-nfs): update v4.6.0 ➼ v4.9.0 #841
Open
tinfoild
wants to merge
1
commit into
main
Choose a base branch
from
renovate/csi-driver-nfs-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploying jjgadgets-biohazard with Cloudflare Pages
|
--- kube/deploy/core/storage/csi-driver-nfs/app Kustomization: flux-system/1-core-storage-csi-driver-nfs-app HelmRelease: kube-system/csi-driver-nfs
+++ kube/deploy/core/storage/csi-driver-nfs/app Kustomization: flux-system/1-core-storage-csi-driver-nfs-app HelmRelease: kube-system/csi-driver-nfs
@@ -12,13 +12,13 @@
spec:
chart: csi-driver-nfs
sourceRef:
kind: HelmRepository
name: csi-driver-nfs
namespace: flux-system
- version: v4.6.0
+ version: v4.9.0
driftDetection:
ignore:
- paths:
- /spec/replicas
mode: warn
install: |
--- HelmRelease: kube-system/csi-driver-nfs ClusterRole: kube-system/nfs-external-provisioner-role
+++ HelmRelease: kube-system/csi-driver-nfs ClusterRole: kube-system/nfs-external-provisioner-role
@@ -14,12 +14,13 @@
- persistentvolumes
verbs:
- get
- list
- watch
- create
+ - patch
- delete
- apiGroups:
- ''
resources:
- persistentvolumeclaims
verbs:
--- HelmRelease: kube-system/csi-driver-nfs DaemonSet: kube-system/csi-nfs-node
+++ HelmRelease: kube-system/csi-driver-nfs DaemonSet: kube-system/csi-nfs-node
@@ -34,13 +34,13 @@
nodeSelector:
kubernetes.io/os: linux
tolerations:
- operator: Exists
containers:
- name: liveness-probe
- image: registry.k8s.io/sig-storage/livenessprobe:v2.12.0
+ image: registry.k8s.io/sig-storage/livenessprobe:v2.13.1
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
- --http-endpoint=localhost:29653
- --v=2
imagePullPolicy: IfNotPresent
@@ -56,13 +56,13 @@
securityContext:
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
- name: node-driver-registrar
- image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
+ image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.1
livenessProbe:
exec:
command:
- /csi-node-driver-registrar
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
- --mode=kubelet-registration-probe
@@ -101,13 +101,13 @@
capabilities:
add:
- SYS_ADMIN
drop:
- ALL
allowPrivilegeEscalation: true
- image: registry.k8s.io/sig-storage/nfsplugin:v4.6.0
+ image: registry.k8s.io/sig-storage/nfsplugin:v4.9.0
args:
- --v=5
- --nodeid=$(NODE_ID)
- --endpoint=$(CSI_ENDPOINT)
- --drivername=nfs.csi.k8s.io
- --mount-permissions=0
--- HelmRelease: kube-system/csi-driver-nfs Deployment: kube-system/csi-nfs-controller
+++ HelmRelease: kube-system/csi-driver-nfs Deployment: kube-system/csi-nfs-controller
@@ -41,19 +41,20 @@
operator: Exists
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Exists
containers:
- name: csi-provisioner
- image: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
+ image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.2
args:
- -v=2
- --csi-address=$(ADDRESS)
- --leader-election
- --leader-election-namespace=kube-system
- --extra-create-metadata=true
+ - --feature-gates=HonorPVReclaimPolicy=true
- --timeout=1200s
env:
- name: ADDRESS
value: /csi/csi.sock
imagePullPolicy: IfNotPresent
volumeMounts:
@@ -68,13 +69,13 @@
securityContext:
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
- name: csi-snapshotter
- image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.3
+ image: registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1
args:
- --v=2
- --csi-address=$(ADDRESS)
- --leader-election-namespace=kube-system
- --leader-election
- --timeout=1200s
@@ -93,13 +94,13 @@
mountPath: /csi
securityContext:
capabilities:
drop:
- ALL
- name: liveness-probe
- image: registry.k8s.io/sig-storage/livenessprobe:v2.12.0
+ image: registry.k8s.io/sig-storage/livenessprobe:v2.13.1
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
- --http-endpoint=localhost:29652
- --v=2
imagePullPolicy: IfNotPresent
@@ -115,13 +116,13 @@
securityContext:
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
- name: nfs
- image: registry.k8s.io/sig-storage/nfsplugin:v4.6.0
+ image: registry.k8s.io/sig-storage/nfsplugin:v4.9.0
securityContext:
privileged: true
capabilities:
add:
- SYS_ADMIN
drop:
@@ -155,14 +156,12 @@
volumeMounts:
- name: pods-mount-dir
mountPath: /var/lib/kubelet/pods
mountPropagation: Bidirectional
- mountPath: /csi
name: socket-dir
- - mountPath: /tmp
- name: tmp-dir
resources:
limits:
memory: 200Mi
requests:
cpu: 10m
memory: 20Mi
@@ -170,9 +169,7 @@
- name: pods-mount-dir
hostPath:
path: /var/lib/kubelet/pods
type: Directory
- name: socket-dir
emptyDir: {}
- - name: tmp-dir
- emptyDir: {}
|
JJGadgets
force-pushed
the
main
branch
2 times, most recently
from
May 27, 2024 02:31
a98348d
to
74b5ce6
Compare
tinfoild
bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
4 times, most recently
from
June 24, 2024 16:25
9f34459
to
5de0512
Compare
tinfoild
bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
14 times, most recently
from
July 12, 2024 11:06
69357a8
to
a89c902
Compare
tinfoild
bot
changed the title
feat(helm): update chart csi-driver-nfs to v4.7.0
feat(helm): update chart csi-driver-nfs to v4.8.0
Jul 18, 2024
tinfoild
bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
from
July 18, 2024 12:40
a89c902
to
434f59d
Compare
JJGadgets
force-pushed
the
main
branch
2 times, most recently
from
July 19, 2024 01:46
eb0aed0
to
fe60c32
Compare
tinfoild
bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
2 times, most recently
from
October 1, 2024 13:39
de08413
to
bba002e
Compare
tinfoild
bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
from
October 22, 2024 04:50
bba002e
to
dd6b553
Compare
tinfoild
bot
changed the title
feat(helm): update chart csi-driver-nfs to v4.9.0
feat(helm): update chart csi-driver-nfs to v4.9.0 - autoclosed
Nov 16, 2024
tinfoild
bot
changed the title
feat(helm): update chart csi-driver-nfs to v4.9.0 - autoclosed
feat(helm): update chart csi-driver-nfs to v4.9.0
Nov 16, 2024
tinfoild
bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
2 times, most recently
from
November 16, 2024 10:08
dd6b553
to
0d0724f
Compare
tinfoild
bot
changed the title
feat(helm): update chart csi-driver-nfs to v4.9.0
feat(helm/csi-driver-nfs): update helm release csi-driver-nfs ➼ v4.9.0
Dec 4, 2024
tinfoild
bot
changed the title
feat(helm/csi-driver-nfs): update helm release csi-driver-nfs ➼ v4.9.0
feat(helm/csi-driver-nfs): update ➼ v4.9.0
Dec 4, 2024
tinfoild
bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
from
December 4, 2024 11:44
dd6b553
to
8c48327
Compare
tinfoild
bot
changed the title
feat(helm/csi-driver-nfs): update ➼ v4.9.0
feat(helm/csi-driver-nfs): update v4.6.0 ➼ v4.9.0
Dec 4, 2024
tinfoild
bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
5 times, most recently
from
December 6, 2024 15:43
4a6c91a
to
bb81f07
Compare
tinfoild
bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
from
December 16, 2024 05:11
bb81f07
to
19f0f40
Compare
tinfoild
bot
changed the title
feat(helm/csi-driver-nfs): update v4.6.0 ➼ v4.9.0
chore(deps): update helm release csi-driver-nfs to v4.9.0
Dec 16, 2024
tinfoild
bot
added
kube/deploy/core
renovate/datasource/helm
renovate/type/minor
labels
Dec 16, 2024
tinfoild
bot
changed the title
chore(deps): update helm release csi-driver-nfs to v4.9.0
feat(helm/csi-driver-nfs): update v4.6.0 ➼ v4.9.0
Dec 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.6.0
->v4.9.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.