Open QualoZe0t opened 3 years ago
I have a similar issue. After upgrading from 9.6.4 to 9.8.2, I get a change for the password-secret on every run:
# Source: sonarqube/templates/secret.yaml
apiVersion: v1
kind: Secret
metadata:
labels:
app: sonarqube
chart: sonarqube-9.8.2
heritage: Helm
release: sonarqube
name: sonar-postgresql
data:
- postgresql-password: '-------- # (9 bytes)'
+ postgresql-password: '++++++++ # (16 bytes)'
type: Opaque
My values.yaml just activates the ingress
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
cert-manager.io/cluster-issuer: "acme-issuer"
hosts:
- name: sonarqube.foo.bar
...
Hi,
I am using helm chart version chart: sonarqube-9.6.3 but i am facing issue with upgrade to version 9.8.2 .. Concretely having issue with validation ( see below ) . Can you please help me what was chaneged in template's ?
I am using external secret which are working properly on version 9.6.3