We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d927db6 + 6628299 commit aa4fb55Copy full SHA for aa4fb55
Makefile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-VERSION ?= 1.0.0-alpha
+VERSION ?= 1.0.0-rc.0
16
GIT_COMMIT_HASH ?= $(shell git rev-parse HEAD)
17
GIT_TREESTATE=$(shell if [ -n "$(git status --porcelain)" ]; then echo "dirty"; else echo "clean"; fi)
18
BUILD_DATE = $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
@@ -253,7 +253,7 @@ clean:
253
254
CHARTS_FOLDER := deploy/charts
255
CHARTS := $(wildcard $(CHARTS_FOLDER)/*)
256
-CHART_VERSION ?= v1.0.0-alpha
+CHART_VERSION ?= v1.0.0-rc.0
257
CHART_OCI_REGISTRY ?= oci://$(HUB)
258
CHART_OUTPUT_DIR ?= out/charts
259
0 commit comments