Skip to content

Commit

Permalink
fix(deploy): initial resource status should be "unknown" instead of "…
Browse files Browse the repository at this point in the history
…created"

Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Dec 6, 2024
1 parent 5753ef9 commit 7985a5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ require (
github.com/spf13/pflag v1.0.5
github.com/werf/3p-helm v0.0.0-20241205082853-108ebc6258fe
github.com/werf/copy-recurse v0.2.7
github.com/werf/kubedog v0.12.4-0.20240625172905-6d4f29eae23b
github.com/werf/kubedog v0.12.4-0.20241206094259-0fc2d1a1aff7
github.com/werf/lockgate v0.1.1
github.com/werf/logboek v0.6.1
github.com/werf/nelm v0.0.0-20241205083040-574ff2180dcf
github.com/werf/nelm v0.0.0-20241206094449-594f756fe02f
go.opentelemetry.io/otel v1.24.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1397,14 +1397,14 @@ github.com/werf/3p-oras v0.9.1-0.20240115121544-03962ecbd40a h1:PsU9szHZlIH+Cjcu
github.com/werf/3p-oras v0.9.1-0.20240115121544-03962ecbd40a/go.mod h1:XTePf8biMMCkqbuuWBZ24xOwo3hZej+BBM0uvd8aGqk=
github.com/werf/copy-recurse v0.2.7 h1:3FTOarbJ9uhFLi75oeUCioK9zxZwuV7o28kuUBPDZPM=
github.com/werf/copy-recurse v0.2.7/go.mod h1:6Ypb+qN+hRBJgoCgEkX1vpbqcQ+8q69BQ3hi8s8Y6Qc=
github.com/werf/kubedog v0.12.4-0.20240625172905-6d4f29eae23b h1:LXR8CmGortI6SkTSy+Pkn4iDwGYGTFNs1WNVv7v5j9s=
github.com/werf/kubedog v0.12.4-0.20240625172905-6d4f29eae23b/go.mod h1:Y6pesrIN5uhFKqmHnHSoeW4jmVyZlWPFWv5SjB0rUPg=
github.com/werf/kubedog v0.12.4-0.20241206094259-0fc2d1a1aff7 h1:aK5J2MVuaRxBs+ZlPTK7Nylv78nvrHEP1G1IW1uR718=
github.com/werf/kubedog v0.12.4-0.20241206094259-0fc2d1a1aff7/go.mod h1:Y6pesrIN5uhFKqmHnHSoeW4jmVyZlWPFWv5SjB0rUPg=
github.com/werf/lockgate v0.1.1 h1:S400JFYjtWfE4i4LY9FA8zx0fMdfui9DPrBiTciCrx4=
github.com/werf/lockgate v0.1.1/go.mod h1:0yIFSLq9ausy6ejNxF5uUBf/Ib6daMAfXuCaTMZJzIE=
github.com/werf/logboek v0.6.1 h1:oEe6FkmlKg0z0n80oZjLplj6sXcBeLleCkjfOOZEL2g=
github.com/werf/logboek v0.6.1/go.mod h1:Gez5J4bxekyr6MxTmIJyId1F61rpO+0/V4vjCIEIZmk=
github.com/werf/nelm v0.0.0-20241205083040-574ff2180dcf h1:YtIZrCbHmSVa3PNw67WV6XE8mPwnyLRgdz3ClRZ3GVM=
github.com/werf/nelm v0.0.0-20241205083040-574ff2180dcf/go.mod h1:5gOkplkDNgm7MSw4Axzh7LlR8w1W7fzsJu8PwtQvogM=
github.com/werf/nelm v0.0.0-20241206094449-594f756fe02f h1:XntLBQAtAxvYu/ee3fXLofAn8kM2PpSWMG1q8RR+Gxk=
github.com/werf/nelm v0.0.0-20241206094449-594f756fe02f/go.mod h1:O4MgO0ugXJaGnwGLGzxutnvHALoop40RMtnTKXfpwSM=
github.com/xanzy/go-gitlab v0.31.0/go.mod h1:sPLojNBn68fMUWSxIJtdVVIP8uSBYqesTfDUseX11Ug=
github.com/xanzy/ssh-agent v0.2.1/go.mod h1:mLlQY/MoOhWBj+gOGMQkOeiEvkx+8pJSI+0Bx9h2kr4=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
Expand Down

0 comments on commit 7985a5a

Please sign in to comment.