You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
I was using helmfile to apply the nexus chart, sometime ago I find the night apply failed. Closer check shows it was caused by a replacment of pvc, which was in turn caused by a change in label.
since nexus.label was added to the pvc, any changes to the nexus.label, e.g. chart name, would cause pvc to be replaced, which i don't think would be an expected behaviour:
Failure started from 7-Apr, which i assume was caused by a bump from to 1.27.0. I am falling back to 1.26.6.
`
default, sonatype-nexus-data, PersistentVolumeClaim (v1) has changed:
I'm not sure what changed to have caused that problem. Looking through the changes, I can't seem to pinpoint the issue. Feel free to take a look at this: sonatype-nexus-1.26.6...sonatype-nexus-2.1.0
charts/charts/sonatype-nexus/templates/pvc.yaml
I was using helmfile to apply the nexus chart, sometime ago I find the night apply failed. Closer check shows it was caused by a replacment of pvc, which was in turn caused by a change in label.
since nexus.label was added to the pvc, any changes to the nexus.label, e.g. chart name, would cause pvc to be replaced, which i don't think would be an expected behaviour:
Failure started from 7-Apr, which i assume was caused by a bump from to 1.27.0. I am falling back to 1.26.6.
`
default, sonatype-nexus-data, PersistentVolumeClaim (v1) has changed:
Source: sonatype-nexus/templates/pvc.yaml
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: sonatype-nexus-data
labels:
app: sonatype-nexus
fullname: sonatype-nexus
accessModes:
- "ReadWriteOnce"
resources:
requests:
storage: "8Gi"
Upgrading release=sonatype-nexus, chart=oteemocharts/sonatype-nexus
FAILED RELEASES:
NAME
sonatype-nexus
in ./helmfile.yaml: failed processing release sonatype-nexus: helm exited with status 1:
Error: UPGRADE FAILED: rendered manifests contain a new resource that already exists. Unable to continue with update: existing resource conflict: namespace: default, name: sonatype-nexus-backup, existing_kind: /v1, Kind=PersistentVolumeClaim, new_kind: /v1, Kind=PersistentVolumeClaim
`
The text was updated successfully, but these errors were encountered: