Skip to content

Commit 57c43ba

Browse files
committed
Prepare to merge to main
1 parent 8a6d857 commit 57c43ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARCH ?= amd64
2525
OS ?= $(shell uname -s | tr A-Z a-z)
2626
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
2727
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
28-
TAG ?= dev
28+
TAG ?= main
2929

3030
# Get cluster-api version and build ldflags
3131
clusterapi := $(shell go list -m sigs.k8s.io/cluster-api)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ https://cluster-api.sigs.k8s.io/user/quick-start.html#initialize-the-management-
126126

127127
Third, install Sveltos applying this manifest YAML
128128
```
129-
kubectl create -f https://raw.githubusercontent.com/projectsveltos/cluster-api-feature-manager/dev/manifest/manifest.yaml
129+
kubectl create -f https://raw.githubusercontent.com/projectsveltos/cluster-api-feature-manager/main/manifest/manifest.yaml
130130
```
131131

132132
# Understanding how to configure and use Sveltos

manifest/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ spec:
12741274
- --v=5
12751275
command:
12761276
- /manager
1277-
image: gianlucam76/sveltos-manager-amd64:dev
1277+
image: gianlucam76/sveltos-manager-amd64:main
12781278
livenessProbe:
12791279
httpGet:
12801280
path: /healthz

0 commit comments

Comments
 (0)