File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ARCH ?= amd64
25
25
OS ?= $(shell uname -s | tr A-Z a-z)
26
26
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
27
27
export CONTROLLER_IMG ?= $(REGISTRY ) /$(IMAGE_NAME )
28
- TAG ?= dev
28
+ TAG ?= main
29
29
30
30
# Get cluster-api version and build ldflags
31
31
clusterapi := $(shell go list -m sigs.k8s.io/cluster-api)
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ https://cluster-api.sigs.k8s.io/user/quick-start.html#initialize-the-management-
126
126
127
127
Third, install Sveltos applying this manifest YAML
128
128
```
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
130
130
```
131
131
132
132
# Understanding how to configure and use Sveltos
Original file line number Diff line number Diff line change @@ -1274,7 +1274,7 @@ spec:
1274
1274
- --v=5
1275
1275
command :
1276
1276
- /manager
1277
- image : gianlucam76/sveltos-manager-amd64:dev
1277
+ image : gianlucam76/sveltos-manager-amd64:main
1278
1278
livenessProbe :
1279
1279
httpGet :
1280
1280
path : /healthz
You can’t perform that action at this time.
0 commit comments