aushakov

Results 11 comments of aushakov

Oh... there the solutions https://github.com/RocketChat/helm-charts/tree/master/rocketchat readme says "you need upgrade mongo your self" just do ` kubectl -n $NAMESPACE edit statefulsets.apps rocketchat-mongodb ` and set first image tag 5.0.15-debian-11-r7 after...

> To resolve the issue, I performed the following steps: > > * Dumped the old database > * Performed a clean reinstallation > * Restored the database from the...

@goatshags just update you dotnet sdk https://dotnet.microsoft.com/en-us/download/dotnet/6.0

I don't know GO very well and yes I need to include the 3rd version module in the code can I somehow get around this error?

so how i can use this provider? ``` module github.com/hbjydev/pulumi-netbox/provider go 1.21 replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20220824175045-450992f2f5b9 require ( github.com/sempervictus/terraform-provider-netbox v3.9.2 github.com/pulumi/pulumi-terraform-bridge/v3 v3.28.1 github.com/pulumi/pulumi/sdk/v3 v3.38.0 ) ``` i try update...

so... how fix that? @Ikke