Skip to content

Commit 32838ef

Browse files
committed
chore: bump version to 0.0.19
1 parent 3841dbc commit 32838ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.3)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.3)
6-
VERSION ?= 0.0.18
6+
VERSION ?= 0.0.19
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

config/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resources:
3636
images:
3737
- name: controller
3838
newName: ghcr.io/containeroo/agent-forge-operator
39-
newTag: v0.0.18
39+
newTag: v0.0.19
4040

4141
# Uncomment the patches line if you enable Metrics
4242
patches:

0 commit comments

Comments
 (0)