-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Ingress API Version #140
Comments
Here is the relevant documentation https://kubernetes.io/docs/reference/using-api/deprecation-guide/#ingress-v122. Since we still support 1.19, we'll need to branch based on the k8s version. |
the change in Apache Pulsar Helm chart: apache/pulsar-helm-chart@83bb8bd6 . It's more than just changing the apiVersion. it looks like the schema has changed slightly. |
resolved by #154 |
pgier
pushed a commit
to pgier/datastax-pulsar-helm-chart
that referenced
this issue
Jul 13, 2022
Fixes datastax#125 ### Motivation The default images in the values.yaml are in docker hub. This PR allows us to provide image pull secrets for the containers which will allow us to get around Docker Hub's rate limiting if the nodes are not logged into Docker Hub. ### Modifications Added a new template to generate `imagePullSecrets`, and included them in the deployments and statefulsets. This will only add them if they are specified under `images.imagePullSecrets` ### Verifying this change - [] Make sure that the change passes the CI checks.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample warning when using the Ingress for PulsarSQL:
The text was updated successfully, but these errors were encountered: