Skip to content

Commit

Permalink
🔖 Generate first release.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinemartin committed Jan 21, 2023
1 parent 3727448 commit fe221e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

<!-- prettier-ignore-start -->

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fe221e9

Please sign in to comment.