agentdanger commented on issue #29444:
URL: https://github.com/apache/airflow/issues/29444#issuecomment-1452620409
I was able to resolve this issue.
Upgrading also refers to upgrading the existing 1.8 instance. You have to
follow @potiuk suggestion within the release notes.
`kubectl delete secret {RELEASE_NAME}-postgresql`
`kubectl delete statefulset {RELEASE_NAME}-postgresql`
Then in your values.yaml file. You must set the username and password in
the postgresql subchart configuration:
postgresql:
enabled: true
image:
tag: "11"
auth:
enablePostgresUser: true
postgresPassword: postgres
username: **YOUR_USERNAME**
password: **YOUR_PASSWORD**
No issues once I did all of those steps.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]