Skip to content

Conversation

@nicu-da
Copy link
Contributor

@nicu-da nicu-da commented Jun 10, 2025

Will set it to false just for devnet/testnet/mainnet once I update splice on the deployments.

Pull Request Checklist

Cluster Testing

  • If a cluster test is required, comment /cluster_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.
  • If a hard-migration test is required (from the latest release), comment /hdm_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.

PR Guidelines

  • Include any change that might be observable by our partners or affect their deployment in the release notes.
  • Specify fixed issues with Fixes #n, and mention issues worked on using #n
  • Include a screenshot for frontend-related PRs - see README or use your favorite screenshot tool

Merge Guidelines

  • Make the git commit message look sensible when squash-merging on GitHub (most likely: just copy your PR description).

Signed-off-by: Nicu Reut <nicu.reut@digitalasset.com>
Co-authored-by: Itai Segall <itai.segall@digitalasset.com>
Signed-off-by: Nicu Reut <nicu.reut@digitalasset.com>
@nicu-da nicu-da enabled auto-merge (squash) June 10, 2025 15:55
}

/*https://github.com/pulumi/pulumi-kubernetes-operator/blob/master/docs/stacks.md*/
export function createStackCRV1(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume you tested this? I know it's basically a revert, but to see that you have everything...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just by updating the generated files locally. Also pushed to my internal branch now

Copy link
Contributor

@isegall-da isegall-da left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

export const OperatorDeploymentConfigSchema = z.object({
operatorDeployment: z.object({
reference: GitReferenceSchema,
// TODO(DACH-NY/canton-network-internal#544) - delete this and move the config back to the operator project
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we adding this now? I read the issue but it doesn't actually state what the problem is.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, didn't add the motivation to the issue.
Root cause is that the deployment stack follows main in our deployments, and the v2 CR is not compatible with the v2 definition.
So to first run it on our internal clusters we would need either to configure all the other clusters to not follow main or add a config flag.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah right makes sense, thx

@nicu-da nicu-da merged commit cff2f67 into main Jun 10, 2025
41 checks passed
@nicu-da nicu-da deleted the nicuda/pulumi/stack_v1_v2_compat branch June 10, 2025 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants