Closed AndersRunningen closed 1 year ago
Worked fine when adding the rest of the settings we used in the 8.2.16 version of the chart in Elasticsearch:
values.yaml
elasticsearch:
master:
persistence:
size: 30Gi
storageClass: managed-premium-retain
accessModes: [ "ReadWriteOnce" ]
My mistake.
Describe the issue:
When trying to
upgrade --dry-run
from 8.2.16 to 8.3.1 we get the following message from helm:Do you have any ideas on why the chart asks for
pullSecrets
to the public repository?Actual behavior:
upgrade --dry-run
gives the error above.Expected behavior:
We expect the
upgrade --dry-run
to succeed.How to reproduce:
Using the default values from the helmchart together with custom values below:
We upgrade the helmchart with the command:
and get the error below:
Logs:
Environment:
Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.