Skip to content

Commit 17c8244

Browse files
authored
Version 1.0.0-rc1 (#215)
1 parent 50f828b commit 17c8244

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
git config user.name "$GITHUB_ACTOR"
3232
git config user.email "[email protected]"
3333
- name: Release Helm Chart
34-
uses: unikorn-cloud/chart-release-action@v1
34+
uses: nscaledev/uni-chart-release-action@v2
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Release

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif
1616
BUILDX_PLATFORMS := $(shell echo $(patsubst %,linux/%,$(ARCHITECTURES)) | sed 's/ /,/g')
1717

1818
# This defines how docker containers are tagged.
19-
DOCKER_ORG = ghcr.io/unikorn-cloud
19+
DOCKER_ORG = ghcr.io/nscaledev
2020

2121
.PHONY: all
2222
all: images

charts/ui/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn UI
44

55
type: application
66

7-
version: v0.3.16
8-
appVersion: v0.3.16
7+
version: v1.0.0-rc1
8+
appVersion: v1.0.0-rc1
99

1010
icon: https://assets.unikorn-cloud.org/assets/images/logos/dark-on-light/icon.png
1111

charts/ui/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repository: ghcr.io
33

44
# Set the global container repo organization.
5-
organization: unikorn-cloud
5+
organization: nscaledev
66

77
# Set the global container tag.
88
# Defaults to the chart revision, which should be in lock-step with the

0 commit comments

Comments
 (0)