MonkeyCanCode opened a new pull request, #2036: URL: https://github.com/apache/polaris/pull/2036
As per https://github.com/apache/polaris/pull/1957, we are now using `1.1.0-incubating-SNAPSHOT` for image tag as oppose to `latest` (the version image is out of box with current workflow is no overwrite provided). However, for all gradle commands we have that are building images, we are implicitly overwriting the image tag name to `postgres-latest` which then break the workflow in the doc (users who follow the doc will get image not found exception). Another issue fixed by this PR is to remove the `ci/simple-values.yaml` as it is not necessary (the overwrite values file only set image pull policy and set storage secret for AWS...which is causing issue as that is not necessary for a simple standard to some extends). If we do want to keep the `ci/simple-values.yaml`, we will need to ask user to implcitily create secret `polaris-storage` for this workflow to work. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org