We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06b9d0 commit 0f46a8cCopy full SHA for 0f46a8c
chart/Chart.yaml
@@ -3,5 +3,5 @@ name: vcluster-rancher-operator
3
description: Helm chart for vCluster Rancher Operator
4
type: application
5
6
-version: "0.0.1-rc.5"
+version: "0.0.2"
7
devspace.yaml
@@ -39,7 +39,7 @@ deployments:
39
dev:
40
app:
41
# Search for the container that runs this image
42
- imageSelector: ghcr.io/loft-sh/vcluster-rancher-operator:0.0.1-rc.5
+ imageSelector: ghcr.io/loft-sh/vcluster-rancher-operator:0.0.2
43
# Replace the container image with this dev-optimized image (allows to skip image building during development)
44
devImage: ghcr.io/loft-sh/devspace-containers/go:1.23-alpine
45
# Sync files between the local filesystem and the development container
0 commit comments