Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ARCH ?= $(shell go env GOARCH)
OS ?= $(shell uname -s | tr A-Z a-z)
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
TAG ?= v1.3.0
TAG ?= main

## Tool Binaries
CONTROLLER_GEN := $(TOOLS_BIN_DIR)/controller-gen
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spec:
- "--shard-key="
- --capi-onboard-annotation=
- "--v=5"
- "--version=v1.3.0"
- "--version=main"
- "--registry="
- "--agent-in-mgmt-cluster=false"
2 changes: 1 addition & 1 deletion config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: docker.io/projectsveltos/classifier:v1.3.0
- image: docker.io/projectsveltos/classifier:main
name: manager
4 changes: 2 additions & 2 deletions manifest/deployment-agentless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ spec:
- --shard-key=
- --capi-onboard-annotation=
- --v=5
- --version=v1.3.0
- --version=main
- --registry=
- --agent-in-mgmt-cluster=true
command:
- /manager
image: docker.io/projectsveltos/classifier:v1.3.0
image: docker.io/projectsveltos/classifier:main
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions manifest/deployment-shard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ spec:
- --shard-key={{.SHARD}}
- --capi-onboard-annotation=
- --v=5
- --version=v1.3.0
- --version=main
- --registry=
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/classifier:v1.3.0
image: docker.io/projectsveltos/classifier:main
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,12 @@ spec:
- --shard-key=
- --capi-onboard-annotation=
- --v=5
- --version=v1.3.0
- --version=main
- --registry=
- --agent-in-mgmt-cluster=false
command:
- /manager
image: docker.io/projectsveltos/classifier:v1.3.0
image: docker.io/projectsveltos/classifier:main
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/agent/sveltos-agent-in-mgmt-cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ spec:
- --cluster-namespace=
- --cluster-name=
- --cluster-type=
- --version=v1.3.0
- --version=main
- --current-cluster=management-cluster
- --run-mode=do-not-send-reports
command:
- /manager
image: docker.io/projectsveltos/sveltos-agent@sha256:7eafa77a1a470748b1f99c3ac766330e23a1439f59ac09f856c7bfb0ebf7fbb3
image: docker.io/projectsveltos/sveltos-agent@sha256:a619d423001dd8e50797bdbb01e0a5fb4478e130e689e42d78f87f43bcbd0416
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/agent/sveltos-agent-in-mgmt-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ spec:
- --cluster-namespace=
- --cluster-name=
- --cluster-type=
- --version=v1.3.0
- --version=main
- --current-cluster=management-cluster
- --run-mode=do-not-send-reports
command:
- /manager
image: docker.io/projectsveltos/sveltos-agent@sha256:7eafa77a1a470748b1f99c3ac766330e23a1439f59ac09f856c7bfb0ebf7fbb3
image: docker.io/projectsveltos/sveltos-agent@sha256:a619d423001dd8e50797bdbb01e0a5fb4478e130e689e42d78f87f43bcbd0416
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/agent/sveltos-agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ spec:
- --cluster-namespace=
- --cluster-name=
- --cluster-type=
- --version=v1.3.0
- --version=main
- --current-cluster=managed-cluster
- --run-mode=do-not-send-reports
command:
- /manager
image: docker.io/projectsveltos/sveltos-agent@sha256:7eafa77a1a470748b1f99c3ac766330e23a1439f59ac09f856c7bfb0ebf7fbb3
image: docker.io/projectsveltos/sveltos-agent@sha256:a619d423001dd8e50797bdbb01e0a5fb4478e130e689e42d78f87f43bcbd0416
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/agent/sveltos-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ spec:
- --cluster-namespace=
- --cluster-name=
- --cluster-type=
- --version=v1.3.0
- --version=main
- --current-cluster=managed-cluster
- --run-mode=do-not-send-reports
command:
- /manager
image: docker.io/projectsveltos/sveltos-agent@sha256:7eafa77a1a470748b1f99c3ac766330e23a1439f59ac09f856c7bfb0ebf7fbb3
image: docker.io/projectsveltos/sveltos-agent@sha256:a619d423001dd8e50797bdbb01e0a5fb4478e130e689e42d78f87f43bcbd0416
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pkg/agent/sveltos-applier.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
- --cluster-type=
- --secret-with-kubeconfig=
- --v=5
- --version=v1.3.0
- --version=main
command:
- /manager
env:
Expand Down
2 changes: 1 addition & 1 deletion pkg/agent/sveltos-applier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
- --cluster-type=
- --secret-with-kubeconfig=
- --v=5
- --version=v1.3.0
- --version=main
command:
- /manager
env:
Expand Down