Skip to content

Commit

Permalink
Merge pull request #312 from gianlucam76/prep
Browse files Browse the repository at this point in the history
Update tag to v0.39.0
  • Loading branch information
gianlucam76 authored Oct 7, 2024
2 parents 264e0ec + 5ed6c33 commit 5401152
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ARCH ?= amd64
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 ?= main
TAG ?= v0.39.0

GOLANGCI_LINT_VERSION := "v1.59.0"
CLUSTERCTL_VERSION := "v1.8.3"
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:
- "--cluster-namespace="
- "--cluster-name="
- "--cluster-type="
- "--version=main"
- "--version=v0.39.0"
- "--current-cluster=managed-cluster"
- "--run-mode=do-not-send-reports"
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/sveltos-agent:main
- image: docker.io/projectsveltos/sveltos-agent:v0.39.0
name: manager
4 changes: 2 additions & 2 deletions manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ spec:
- --cluster-namespace=
- --cluster-name=
- --cluster-type=
- --version=main
- --version=v0.39.0
- --current-cluster=managed-cluster
- --run-mode=do-not-send-reports
command:
- /manager
image: docker.io/projectsveltos/sveltos-agent:main
image: docker.io/projectsveltos/sveltos-agent:v0.39.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions manifest/mgmt_cluster_manifest.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=main
- --version=v0.39.0
- --current-cluster=management-cluster
- --run-mode=do-not-send-reports
command:
- /manager
image: docker.io/projectsveltos/sveltos-agent:main
image: docker.io/projectsveltos/sveltos-agent:v0.39.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit 5401152

Please sign in to comment.