-
Notifications
You must be signed in to change notification settings - Fork 326
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 consul version to 1.10.4 #861
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💥
@@ -85,7 +85,7 @@ global: | |||
# image: "hashicorp/consul-enterprise:1.10.0-ent" | |||
# ``` | |||
# @default: hashicorp/consul:<latest version> | |||
image: "hashicorp/consul:1.10.3" | |||
image: "hashicorp/consul:1.10.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops! I think I forgot to update consul version in chart.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i assumed we would do that when we do the next release release 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…p#861) * Enable webhook-cert-manager whenever either controller or connectInject is enabled * Remove connectInject.certs values. This behavior was already broken, and we don't want to support it going forward with webhook-cert-manager. Co-authored-by: Iryna Shustava <iryna@hashicorp.com>
Changes proposed in this PR:
How I've tested this PR:
How I expect reviewers to test this PR:
Checklist: