-
Notifications
You must be signed in to change notification settings - Fork 44
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
Kube deploy refactor #679
Kube deploy refactor #679
Conversation
3bc95aa
to
85364a0
Compare
48ee010
to
6883d4c
Compare
annotations: | ||
app.oam.dev/publishVersion: {{ $.Chart.AppVersion }} | ||
meta.helm.sh/release-name: {{ $.Values.releaseName }} |
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.
Why are these needed? What do they mean?
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.
The deployments were failing without the annotations being present; seems they are for KubeVela to track Helm deployments.
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.
Is there any documentation on them? Is this why chart changes weren't always propagating?
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 don't think that is why chart changes weren't propagating. There are no documentations in Kubevela itself, but this SO answer captures an explanation for it: https://stackoverflow.com/a/69005327
@@ -35,7 +37,7 @@ spec: | |||
- type: https-route | |||
properties: | |||
domains: | |||
- marlowe-runtime-{{ . }}-web.scdev.aws.iohkdev.io | |||
- marlowe-runtime-{{ . }}-refactor-web.scdev.aws.iohkdev.io |
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.
Should we remove this now?
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.
Yes, I will update the values now.
deploy/marlowe-runtime/values.yaml
Outdated
repo: ghcr.io | ||
org: input-output-hk | ||
|
||
namespace: marlowe-staging-refactor |
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.
Back to marlowe-staging
?
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.
Yes.
Pre-submit checklist: