generated from onedr0p/cluster-template
-
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
feat(helm): update chart longhorn to 1.8.0 #1875
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/longhorn-1.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.
Open
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
github-actions
bot
added
area/kubernetes
Changes made in the kubernetes directory
area/bootstrap
Changes made in the bootstrap directory
labels
Jan 25, 2025
--- kubernetes/main/apps/storage/longhorn/app Kustomization: flux-system/longhorn HelmRelease: storage/longhorn
+++ kubernetes/main/apps/storage/longhorn/app Kustomization: flux-system/longhorn HelmRelease: storage/longhorn
@@ -13,13 +13,13 @@
spec:
chart: longhorn
sourceRef:
kind: HelmRepository
name: longhorn
namespace: flux-system
- version: 1.7.2
+ version: 1.8.0
install:
remediation:
retries: 3
interval: 30m
uninstall:
keepHistory: false |
--- HelmRelease: storage/longhorn DaemonSet: storage/longhorn-manager
+++ HelmRelease: storage/longhorn DaemonSet: storage/longhorn-manager
@@ -20,32 +20,32 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: longhorn
app: longhorn-manager
spec:
containers:
- name: longhorn-manager
- image: longhornio/longhorn-manager:v1.7.2
+ image: longhornio/longhorn-manager:v1.8.0
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
command:
- longhorn-manager
- -d
- daemon
- --engine-image
- - longhornio/longhorn-engine:v1.7.2
+ - longhornio/longhorn-engine:v1.8.0
- --instance-manager-image
- - longhornio/longhorn-instance-manager:v1.7.2
+ - longhornio/longhorn-instance-manager:v1.8.0
- --share-manager-image
- - longhornio/longhorn-share-manager:v1.7.2
+ - longhornio/longhorn-share-manager:v1.8.0
- --backing-image-manager-image
- - longhornio/backing-image-manager:v1.7.2
+ - longhornio/backing-image-manager:v1.8.0
- --support-bundle-manager-image
- - longhornio/support-bundle-kit:v0.0.45
+ - longhornio/support-bundle-kit:v0.0.49
- --manager-image
- - longhornio/longhorn-manager:v1.7.2
+ - longhornio/longhorn-manager:v1.8.0
- --service-account
- longhorn-service-account
- --upgrade-version-check
ports:
- containerPort: 9500
name: manager
@@ -60,16 +60,21 @@
path: /v1/healthz
port: 9501
scheme: HTTPS
volumeMounts:
- name: boot
mountPath: /host/boot/
+ readOnly: true
- name: dev
mountPath: /host/dev/
- name: proc
mountPath: /host/proc/
+ readOnly: true
+ - name: etc
+ mountPath: /host/etc/
+ readOnly: true
- name: longhorn
mountPath: /var/lib/longhorn/
mountPropagation: Bidirectional
- name: longhorn-grpc-tls
mountPath: /tls-files/
env:
@@ -88,13 +93,13 @@
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
- name: pre-pull-share-manager-image
imagePullPolicy: IfNotPresent
- image: longhornio/longhorn-share-manager:v1.7.2
+ image: longhornio/longhorn-share-manager:v1.8.0
command:
- sh
- -c
- echo share-manager image pulled && sleep infinity
volumes:
- name: boot
@@ -103,12 +108,15 @@
- name: dev
hostPath:
path: /dev/
- name: proc
hostPath:
path: /proc/
+ - name: etc
+ hostPath:
+ path: /etc/
- name: longhorn
hostPath:
path: /var/lib/longhorn/
- name: longhorn-grpc-tls
secret:
secretName: longhorn-grpc-tls
--- HelmRelease: storage/longhorn Deployment: storage/longhorn-driver-deployer
+++ HelmRelease: storage/longhorn Deployment: storage/longhorn-driver-deployer
@@ -20,28 +20,28 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: longhorn
app: longhorn-driver-deployer
spec:
initContainers:
- name: wait-longhorn-manager
- image: longhornio/longhorn-manager:v1.7.2
+ image: longhornio/longhorn-manager:v1.8.0
command:
- sh
- -c
- while [ $(curl -m 1 -s -o /dev/null -w "%{http_code}" http://longhorn-backend:9500/v1)
!= "200" ]; do echo waiting; sleep 2; done
containers:
- name: longhorn-driver-deployer
- image: longhornio/longhorn-manager:v1.7.2
+ image: longhornio/longhorn-manager:v1.8.0
imagePullPolicy: IfNotPresent
command:
- longhorn-manager
- -d
- deploy-driver
- --manager-image
- - longhornio/longhorn-manager:v1.7.2
+ - longhornio/longhorn-manager:v1.8.0
- --manager-url
- http://longhorn-backend:9500/v1
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
@@ -52,23 +52,23 @@
fieldPath: spec.nodeName
- name: SERVICE_ACCOUNT
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
- name: CSI_ATTACHER_IMAGE
- value: longhornio/csi-attacher:v4.7.0
+ value: longhornio/csi-attacher:v4.8.0
- name: CSI_PROVISIONER_IMAGE
- value: longhornio/csi-provisioner:v4.0.1-20241007
+ value: longhornio/csi-provisioner:v5.1.0-20241220
- name: CSI_NODE_DRIVER_REGISTRAR_IMAGE
- value: longhornio/csi-node-driver-registrar:v2.12.0
+ value: longhornio/csi-node-driver-registrar:v2.13.0
- name: CSI_RESIZER_IMAGE
- value: longhornio/csi-resizer:v1.12.0
+ value: longhornio/csi-resizer:v1.13.1
- name: CSI_SNAPSHOTTER_IMAGE
- value: longhornio/csi-snapshotter:v7.0.2-20241007
+ value: longhornio/csi-snapshotter:v8.2.0
- name: CSI_LIVENESS_PROBE_IMAGE
- value: longhornio/livenessprobe:v2.14.0
+ value: longhornio/livenessprobe:v2.15.0
- name: CSI_ATTACHER_REPLICA_COUNT
value: '1'
- name: CSI_PROVISIONER_REPLICA_COUNT
value: '1'
- name: CSI_RESIZER_REPLICA_COUNT
value: '1'
--- HelmRelease: storage/longhorn Deployment: storage/longhorn-ui
+++ HelmRelease: storage/longhorn Deployment: storage/longhorn-ui
@@ -34,13 +34,13 @@
operator: In
values:
- longhorn-ui
topologyKey: kubernetes.io/hostname
containers:
- name: longhorn-ui
- image: longhornio/longhorn-ui:v1.7.2
+ image: longhornio/longhorn-ui:v1.8.0
imagePullPolicy: IfNotPresent
volumeMounts:
- name: nginx-cache
mountPath: /var/cache/nginx/
- name: nginx-config
mountPath: /var/config/nginx/
--- HelmRelease: storage/longhorn Job: storage/longhorn-post-upgrade
+++ HelmRelease: storage/longhorn Job: storage/longhorn-post-upgrade
@@ -21,13 +21,13 @@
app.kubernetes.io/name: longhorn
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: longhorn
spec:
containers:
- name: longhorn-post-upgrade
- image: longhornio/longhorn-manager:v1.7.2
+ image: longhornio/longhorn-manager:v1.8.0
imagePullPolicy: IfNotPresent
command:
- longhorn-manager
- post-upgrade
env:
- name: POD_NAMESPACE
--- HelmRelease: storage/longhorn Job: storage/longhorn-pre-upgrade
+++ HelmRelease: storage/longhorn Job: storage/longhorn-pre-upgrade
@@ -21,13 +21,13 @@
app.kubernetes.io/name: longhorn
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: longhorn
spec:
containers:
- name: longhorn-pre-upgrade
- image: longhornio/longhorn-manager:v1.7.2
+ image: longhornio/longhorn-manager:v1.8.0
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
command:
- longhorn-manager
- pre-upgrade
--- HelmRelease: storage/longhorn Job: storage/longhorn-uninstall
+++ HelmRelease: storage/longhorn Job: storage/longhorn-uninstall
@@ -21,13 +21,13 @@
app.kubernetes.io/name: longhorn
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: longhorn
spec:
containers:
- name: longhorn-uninstall
- image: longhornio/longhorn-manager:v1.7.2
+ image: longhornio/longhorn-manager:v1.8.0
imagePullPolicy: IfNotPresent
command:
- longhorn-manager
- uninstall
- --force
env:
--- HelmRelease: storage/longhorn ConfigMap: storage/longhorn-default-resource
+++ HelmRelease: storage/longhorn ConfigMap: storage/longhorn-default-resource
@@ -0,0 +1,13 @@
+---
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: longhorn-default-resource
+ namespace: storage
+ labels:
+ app.kubernetes.io/name: longhorn
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/instance: longhorn
+data:
+ default-resource.yaml: ''
+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/bootstrap
Changes made in the bootstrap directory
area/kubernetes
Changes made in the kubernetes directory
renovate/helm
type/minor
0 participants
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:
1.7.2
->1.8.0
Release Notes
longhorn/charts (longhorn)
v1.8.0
Compare Source
Longhorn is a distributed block storage system for Kubernetes.
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.