Update Longhorn Helm chart version to 1.11.2 in Argo CD configuration and tasks, ensuring compatibility and consistency across deployments.
This commit is contained in:
@@ -21,6 +21,8 @@
|
|||||||
- -n
|
- -n
|
||||||
- longhorn-system
|
- longhorn-system
|
||||||
- --create-namespace
|
- --create-namespace
|
||||||
|
- --version
|
||||||
|
- "1.11.2"
|
||||||
- -f
|
- -f
|
||||||
- "{{ noble_repo_root }}/clusters/noble/bootstrap/longhorn/values.yaml"
|
- "{{ noble_repo_root }}/clusters/noble/bootstrap/longhorn/values.yaml"
|
||||||
- --force-conflicts
|
- --force-conflicts
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ spec:
|
|||||||
path: clusters/noble/bootstrap/longhorn
|
path: clusters/noble/bootstrap/longhorn
|
||||||
- repoURL: https://charts.longhorn.io
|
- repoURL: https://charts.longhorn.io
|
||||||
chart: longhorn
|
chart: longhorn
|
||||||
targetRevision: 1.11.1
|
targetRevision: 1.11.2
|
||||||
helm:
|
helm:
|
||||||
releaseName: longhorn
|
releaseName: longhorn
|
||||||
valueFiles:
|
valueFiles:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# kubectl apply -k clusters/noble/bootstrap/longhorn
|
# kubectl apply -k clusters/noble/bootstrap/longhorn
|
||||||
# helm repo add longhorn https://charts.longhorn.io && helm repo update
|
# helm repo add longhorn https://charts.longhorn.io && helm repo update
|
||||||
# helm upgrade --install longhorn longhorn/longhorn -n longhorn-system --create-namespace \
|
# helm upgrade --install longhorn longhorn/longhorn -n longhorn-system --create-namespace \
|
||||||
# -f clusters/noble/bootstrap/longhorn/values.yaml
|
# --version 1.11.2 -f clusters/noble/bootstrap/longhorn/values.yaml
|
||||||
# "helm upgrade --install" needs two arguments: RELEASE_NAME and CHART (e.g. longhorn longhorn/longhorn).
|
# "helm upgrade --install" needs two arguments: RELEASE_NAME and CHART (e.g. longhorn longhorn/longhorn).
|
||||||
#
|
#
|
||||||
# If you already installed Longhorn without this file: fix Default Settings in the UI or edit each
|
# If you already installed Longhorn without this file: fix Default Settings in the UI or edit each
|
||||||
|
|||||||
Reference in New Issue
Block a user