Skip to content

Commit

Permalink
Version v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Jan 30, 2024
1 parent dd8da8c commit 212f497
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ REVISION := $(shell git rev-parse HEAD)
# Some constants to describe the repository.
SRCDIR = src
GENDIR = generated
CRDDIR = charts/unikorn-core/crds
CRDDIR = charts/core/crds

# Source files defining custom resource APIs
APISRC = $(shell find pkg/apis -name *types.go -type f)
Expand Down Expand Up @@ -91,7 +91,7 @@ touch:
lint: $(GENDIR)
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@$(LINT_VERSION)
$(GOBIN)/golangci-lint run ./...
helm lint --strict charts/unikorn-core
helm lint --strict charts/core

# Perform license checking.
# This must pass or you will be denied by CI.
Expand Down
6 changes: 3 additions & 3 deletions charts/unikorn-core/Chart.yaml → charts/core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
name: unikorn-core
name: core
description: A Helm chart for deploying Unikorn Core

type: application

version: v0.1.1
appVersion: v0.1.1
version: v0.1.0
appVersion: v0.1.0

icon: https://assets.unikorn-cloud.org/images/logos/dark-on-light/icon.svg
File renamed without changes.

0 comments on commit 212f497

Please sign in to comment.