-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(helm): update chart democratic-csi to 0.14.7 #46
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/democratic-csi-0.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
--- kubernetes/apps/kube-system/democratic-csi/truenas-nfs Kustomization: flux-system/cluster-apps-democratic-csi-truenas-nfs HelmRelease: kube-system/truenas-nfs
+++ kubernetes/apps/kube-system/democratic-csi/truenas-nfs Kustomization: flux-system/cluster-apps-democratic-csi-truenas-nfs HelmRelease: kube-system/truenas-nfs
@@ -9,13 +9,13 @@
spec:
chart: democratic-csi
sourceRef:
kind: HelmRepository
name: democratic-csi
namespace: flux-system
- version: 0.14.1
+ version: 0.14.6
install:
createNamespace: true
remediation:
retries: 3
interval: 15m
upgrade:
--- kubernetes/apps/kube-system/democratic-csi/truenas-iscsi Kustomization: flux-system/cluster-apps-democratic-csi-truenas-iscsi HelmRelease: kube-system/truenas-iscsi
+++ kubernetes/apps/kube-system/democratic-csi/truenas-iscsi Kustomization: flux-system/cluster-apps-democratic-csi-truenas-iscsi HelmRelease: kube-system/truenas-iscsi
@@ -9,13 +9,13 @@
spec:
chart: democratic-csi
sourceRef:
kind: HelmRepository
name: democratic-csi
namespace: flux-system
- version: 0.14.1
+ version: 0.14.6
install:
createNamespace: true
remediation:
retries: 3
interval: 15m
upgrade: |
--- kubernetes HelmRelease: kube-system/truenas-nfs DaemonSet: kube-system/truenas-nfs-democratic-csi-node
+++ kubernetes HelmRelease: kube-system/truenas-nfs DaemonSet: kube-system/truenas-nfs-democratic-csi-node
@@ -18,14 +18,14 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/csi-role: node
app.kubernetes.io/component: node-linux
template:
metadata:
annotations:
- checksum/secret: 8dc27bd8c23e94242f0fdfde1dae304624c9b220d0135e2b96b43eb713f8f497
- checksum/configmap: c9b17c0c4d53dc2fe4d4101e623cec86d9e14525be92aa96c19bec2a6b4e137e
+ checksum/secret: 9a613fb0b85b198d60e14222f349260428d785a1b3ecaae0447722744898eeff
+ checksum/configmap: c6aeb5aac16ba31632c38f1b8a748e274080ed6684bbd5c02cc8520e2cd53cad
labels:
app.kubernetes.io/name: democratic-csi
app.kubernetes.io/instance: truenas-nfs
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/csi-role: node
app.kubernetes.io/component: node-linux
@@ -94,23 +94,23 @@
mountPath: /dev
- name: config
mountPath: /config
- name: extra-ca-certs
mountPath: /tmp/certs
- name: csi-proxy
- image: docker.io/democraticcsi/csi-grpc-proxy:v0.5.3
+ image: docker.io/democraticcsi/csi-grpc-proxy:v0.5.6
env:
- name: BIND_TO
value: unix:///csi-data/csi.sock
- name: PROXY_TO
value: unix:///csi-data/csi.sock.internal
volumeMounts:
- mountPath: /csi-data
name: socket-dir
- name: driver-registrar
- image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0
+ image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.0
args:
- --v=5
- --csi-address=/csi-data/csi.sock
- --kubelet-registration-path=/var/lib/kubelet/plugins/org.democratic-csi.nfs/csi.sock
env:
- name: KUBE_NODE_NAME
--- kubernetes HelmRelease: kube-system/truenas-nfs Deployment: kube-system/truenas-nfs-democratic-csi-controller
+++ kubernetes HelmRelease: kube-system/truenas-nfs Deployment: kube-system/truenas-nfs-democratic-csi-controller
@@ -19,14 +19,14 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/csi-role: controller
app.kubernetes.io/component: controller-linux
template:
metadata:
annotations:
- checksum/secret: 8dc27bd8c23e94242f0fdfde1dae304624c9b220d0135e2b96b43eb713f8f497
- checksum/configmap: c9b17c0c4d53dc2fe4d4101e623cec86d9e14525be92aa96c19bec2a6b4e137e
+ checksum/secret: 9a613fb0b85b198d60e14222f349260428d785a1b3ecaae0447722744898eeff
+ checksum/configmap: c6aeb5aac16ba31632c38f1b8a748e274080ed6684bbd5c02cc8520e2cd53cad
labels:
app.kubernetes.io/name: democratic-csi
app.kubernetes.io/instance: truenas-nfs
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/csi-role: controller
app.kubernetes.io/component: controller-linux
@@ -34,25 +34,25 @@
serviceAccount: truenas-nfs-democratic-csi-controller-sa
hostNetwork: false
hostAliases: []
hostIPC: false
containers:
- name: external-attacher
- image: registry.k8s.io/sig-storage/csi-attacher:v4.3.0
+ image: registry.k8s.io/sig-storage/csi-attacher:v4.4.0
args:
- --v=5
- --leader-election
- --leader-election-namespace=kube-system
- --timeout=90s
- --worker-threads=10
- --csi-address=/csi-data/csi.sock
volumeMounts:
- mountPath: /csi-data
name: socket-dir
- name: external-provisioner
- image: registry.k8s.io/sig-storage/csi-provisioner:v3.5.0
+ image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.0
args:
- --v=5
- --leader-election
- --leader-election-namespace=kube-system
- --timeout=90s
- --worker-threads=10
@@ -75,13 +75,13 @@
- name: POD_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
- name: external-resizer
- image: registry.k8s.io/sig-storage/csi-resizer:v1.8.0
+ image: registry.k8s.io/sig-storage/csi-resizer:v1.9.0
args:
- --v=5
- --leader-election
- --leader-election-namespace=kube-system
- --timeout=90s
- --workers=10
@@ -103,13 +103,13 @@
- name: POD_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
- name: external-snapshotter
- image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2
+ image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.0
args:
- --v=5
- --leader-election
- --leader-election-namespace=kube-system
- --timeout=90s
- --worker-threads=10
@@ -160,13 +160,13 @@
mountPath: /csi-data
- name: config
mountPath: /config
- name: extra-ca-certs
mountPath: /tmp/certs
- name: csi-proxy
- image: docker.io/democraticcsi/csi-grpc-proxy:v0.5.3
+ image: docker.io/democraticcsi/csi-grpc-proxy:v0.5.6
env:
- name: BIND_TO
value: unix:///csi-data/csi.sock
- name: PROXY_TO
value: unix:///csi-data/csi.sock.internal
volumeMounts:
--- kubernetes HelmRelease: kube-system/truenas-iscsi Deployment: kube-system/truenas-iscsi-democratic-csi-controller
+++ kubernetes HelmRelease: kube-system/truenas-iscsi Deployment: kube-system/truenas-iscsi-democratic-csi-controller
@@ -19,14 +19,14 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/csi-role: controller
app.kubernetes.io/component: controller-linux
template:
metadata:
annotations:
- checksum/secret: 3d0f2f4934881541bfca95429d142586b04245cfcbcb77e60b85ea7762c6ab82
- checksum/configmap: 530f464396f8cee4e775738ebe536cd2425f335626995c9e0706c7f0c450ca91
+ checksum/secret: 3eb037269dc2abc13d67ad636be64923c4ddd46bf4c327afd05edd28fcf0a31f
+ checksum/configmap: d8d42411966fff52b3f79e66787d1545612da2f59a9ebb4c6f86efdfd91d5eec
labels:
app.kubernetes.io/name: democratic-csi
app.kubernetes.io/instance: truenas-iscsi
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/csi-role: controller
app.kubernetes.io/component: controller-linux
@@ -34,25 +34,25 @@
serviceAccount: truenas-iscsi-democratic-csi-controller-sa
hostNetwork: false
hostAliases: []
hostIPC: false
containers:
- name: external-attacher
- image: registry.k8s.io/sig-storage/csi-attacher:v4.3.0
+ image: registry.k8s.io/sig-storage/csi-attacher:v4.4.0
args:
- --v=5
- --leader-election
- --leader-election-namespace=kube-system
- --timeout=90s
- --worker-threads=10
- --csi-address=/csi-data/csi.sock
volumeMounts:
- mountPath: /csi-data
name: socket-dir
- name: external-provisioner
- image: registry.k8s.io/sig-storage/csi-provisioner:v3.5.0
+ image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.0
args:
- --v=5
- --leader-election
- --leader-election-namespace=kube-system
- --timeout=90s
- --worker-threads=10
@@ -75,13 +75,13 @@
- name: POD_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
- name: external-resizer
- image: registry.k8s.io/sig-storage/csi-resizer:v1.8.0
+ image: registry.k8s.io/sig-storage/csi-resizer:v1.9.0
args:
- --v=5
- --leader-election
- --leader-election-namespace=kube-system
- --timeout=90s
- --workers=10
@@ -103,13 +103,13 @@
- name: POD_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
- name: external-snapshotter
- image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2
+ image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.0
args:
- --v=5
- --leader-election
- --leader-election-namespace=kube-system
- --timeout=90s
- --worker-threads=10
@@ -160,13 +160,13 @@
mountPath: /csi-data
- name: config
mountPath: /config
- name: extra-ca-certs
mountPath: /tmp/certs
- name: csi-proxy
- image: docker.io/democraticcsi/csi-grpc-proxy:v0.5.3
+ image: docker.io/democraticcsi/csi-grpc-proxy:v0.5.6
env:
- name: BIND_TO
value: unix:///csi-data/csi.sock
- name: PROXY_TO
value: unix:///csi-data/csi.sock.internal
volumeMounts:
--- kubernetes HelmRelease: kube-system/truenas-iscsi DaemonSet: kube-system/truenas-iscsi-democratic-csi-node
+++ kubernetes HelmRelease: kube-system/truenas-iscsi DaemonSet: kube-system/truenas-iscsi-democratic-csi-node
@@ -18,14 +18,14 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/csi-role: node
app.kubernetes.io/component: node-linux
template:
metadata:
annotations:
- checksum/secret: 3d0f2f4934881541bfca95429d142586b04245cfcbcb77e60b85ea7762c6ab82
- checksum/configmap: 530f464396f8cee4e775738ebe536cd2425f335626995c9e0706c7f0c450ca91
+ checksum/secret: 3eb037269dc2abc13d67ad636be64923c4ddd46bf4c327afd05edd28fcf0a31f
+ checksum/configmap: d8d42411966fff52b3f79e66787d1545612da2f59a9ebb4c6f86efdfd91d5eec
labels:
app.kubernetes.io/name: democratic-csi
app.kubernetes.io/instance: truenas-iscsi
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/csi-role: node
app.kubernetes.io/component: node-linux
@@ -100,23 +100,23 @@
mountPath: /dev
- name: config
mountPath: /config
- name: extra-ca-certs
mountPath: /tmp/certs
- name: csi-proxy
- image: docker.io/democraticcsi/csi-grpc-proxy:v0.5.3
+ image: docker.io/democraticcsi/csi-grpc-proxy:v0.5.6
env:
- name: BIND_TO
value: unix:///csi-data/csi.sock
- name: PROXY_TO
value: unix:///csi-data/csi.sock.internal
volumeMounts:
- mountPath: /csi-data
name: socket-dir
- name: driver-registrar
- image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0
+ image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.0
args:
- --v=5
- --csi-address=/csi-data/csi.sock
- --kubelet-registration-path=/var/lib/kubelet/plugins/org.democratic-csi.iscsi/csi.sock
env:
- name: KUBE_NODE_NAME |
renovate
bot
changed the title
fix(helm): update chart democratic-csi to 0.14.2
fix(helm): update chart democratic-csi to 0.14.3
Dec 23, 2023
renovate
bot
force-pushed
the
renovate/democratic-csi-0.x
branch
from
December 23, 2023 03:49
2df0c18
to
e3a29e1
Compare
renovate
bot
changed the title
fix(helm): update chart democratic-csi to 0.14.3
fix(helm): update chart democratic-csi to 0.14.4
Jan 3, 2024
renovate
bot
force-pushed
the
renovate/democratic-csi-0.x
branch
from
January 3, 2024 03:16
e3a29e1
to
1433a46
Compare
renovate
bot
changed the title
fix(helm): update chart democratic-csi to 0.14.4
fix(helm): update chart democratic-csi to 0.14.5
Jan 5, 2024
renovate
bot
force-pushed
the
renovate/democratic-csi-0.x
branch
from
January 5, 2024 21:35
1433a46
to
c39b49e
Compare
renovate
bot
force-pushed
the
renovate/democratic-csi-0.x
branch
from
March 26, 2024 16:09
c39b49e
to
bc0af9f
Compare
renovate
bot
changed the title
fix(helm): update chart democratic-csi to 0.14.5
fix(helm): update chart democratic-csi to 0.14.6
Mar 26, 2024
renovate
bot
changed the title
fix(helm): update chart democratic-csi to 0.14.6
fix(helm): update chart democratic-csi to 0.14.7
Nov 15, 2024
renovate
bot
force-pushed
the
renovate/democratic-csi-0.x
branch
from
November 15, 2024 19:30
bc0af9f
to
fc34fb2
Compare
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:
0.14.1
->0.14.7
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
democratic-csi/charts (democratic-csi)
v0.14.7
Compare Source
csi storage for container orchestration systems
v0.14.6
Compare Source
Released 2024-03-26
seLinuxMount
onCSIDriver
resourcev0.14.5
Compare Source
csi storage for container orchestration systems
v0.14.4
Compare Source
csi storage for container orchestration systems
v0.14.3
Compare Source
csi storage for container orchestration systems
v0.14.2
Compare Source
csi storage for container orchestration systems
Configuration
📅 Schedule: Branch creation - "on saturday" (UTC), 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 was generated by Mend Renovate. View the repository job log.