We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85a9c9 commit 4106905Copy full SHA for 4106905
Makefile
@@ -12,7 +12,7 @@ VERSION ?= v0.0.0-dev
12
BUNDLE_VERSION ?= $(VERSION:v%=%)
13
14
# APPWRAPPER_VERSION defines the default version of the AppWrapper controller
15
-APPWRAPPER_VERSION ?= v0.7.0
+APPWRAPPER_VERSION ?= v0.7.2
16
APPWRAPPER_REPO ?= github.com/project-codeflare/appwrapper
17
# Upstream AppWrapper is currently only creating release tags of the form `vX.Y.Z` (i.e the version)
18
APPWRAPPER_CRD ?= ${APPWRAPPER_REPO}/config/crd?ref=${APPWRAPPER_VERSION}
config/crd/appwrapper/kustomization.yaml
@@ -1,4 +1,4 @@
1
apiVersion: kustomize.config.k8s.io/v1beta1
2
kind: Kustomization
3
resources:
4
-- github.com/project-codeflare/appwrapper/config/crd?ref=v0.7.0
+- github.com/project-codeflare/appwrapper/config/crd?ref=v0.7.2
0 commit comments