Skip to content

Commit

Permalink
fix: makefile version set to v0.10.3 (#71)
Browse files Browse the repository at this point in the history
* fix: makefile version set to v0.10.3

Signed-off-by: Gergely Brautigam <[email protected]>

* run make prepare release stable again

Signed-off-by: Gergely Brautigam <[email protected]>

---------

Signed-off-by: Gergely Brautigam <[email protected]>
  • Loading branch information
Skarlso authored Sep 9, 2024
1 parent c8195e6 commit 881cfdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.10.2
VERSION ?= 0.10.3

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ metadata:
categories: Security
certified: "false"
containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.10.3
createdAt: "2024-09-09T16:45:30Z"
createdAt: "2024-09-09T19:28:48Z"
description: Operator to configure external-secrets helm-chart based operator
operatorframework.io/cluster-monitoring: "true"
operators.openshift.io/infrastructure-features: '["Disconnected"]'
Expand Down

0 comments on commit 881cfdd

Please sign in to comment.