diff --git a/README.md b/README.md index ba5a1d9..308283e 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ metadata: path: krmfnbuiltin # Can also be: # container: - # image: ghcr.io/kaweezle/krmfnbuiltin:v0.0.1 + # image: ghcr.io/kaweezle/krmfnbuiltin:v0.0.2 patch: |- - op: replace path: /spec/source/repoURL @@ -139,7 +139,8 @@ source: targetRevision: feature/experiment ``` -You now can commit the 10 modified manifests in your branch. +You now can commit the 10 modified manifests in your branch and deploy the +applications. diff --git a/main.go b/main.go index 1784c80..6a1d950 100644 --- a/main.go +++ b/main.go @@ -139,7 +139,7 @@ func main() { cmd := command.Build(processor, command.StandaloneDisabled, false) command.AddGenerateDockerfile(cmd) - cmd.Version = "v0.0.1" // <---VERSION---> + cmd.Version = "v0.0.2" // <---VERSION---> if err := cmd.Execute(); err != nil { os.Exit(1)