Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release tag #110

Merged
merged 1 commit into from
Oct 29, 2024
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 @@ -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 ?= v0.41.0
TAG ?= v0.41.1

## Tool Binaries
CONTROLLER_GEN := $(TOOLS_BIN_DIR)/controller-gen
Expand Down
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/shard-controller:v0.41.0
- image: docker.io/projectsveltos/shard-controller:v0.41.1
name: manager
2 changes: 1 addition & 1 deletion manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ spec:
- --report-mode=0
command:
- /manager
image: docker.io/projectsveltos/shard-controller:v0.41.0
image: docker.io/projectsveltos/shard-controller:v0.41.1
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/ac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- --report-mode=0
- --shard-key={{.SHARD}}
- --v=5
- --version=v0.41.0
- --version=v0.41.1
command:
- /manager
env:
Expand All @@ -35,7 +35,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/addon-controller:v0.41.0
image: docker.io/projectsveltos/addon-controller:v0.41.1
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/addon-controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- --report-mode=0
- --shard-key={{.SHARD}}
- --v=5
- --version=v0.41.0
- --version=v0.41.1
command:
- /manager
env:
Expand All @@ -53,7 +53,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/projectsveltos/addon-controller:v0.41.0
image: docker.io/projectsveltos/addon-controller:v0.41.1
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/classifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ spec:
- --report-mode=0
- --shard-key={{.SHARD}}
- --v=5
- --version=v0.41.0
- --version=v0.41.1
command:
- /manager
image: docker.io/projectsveltos/classifier:v0.41.0
image: docker.io/projectsveltos/classifier:v0.41.1
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/classifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ spec:
- --report-mode=0
- --shard-key={{.SHARD}}
- --v=5
- --version=v0.41.0
- --version=v0.41.1
command:
- /manager
image: docker.io/projectsveltos/classifier:v0.41.0
image: docker.io/projectsveltos/classifier:v0.41.1
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/em.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ spec:
- --diagnostics-address=:8443
- --shard-key={{.SHARD}}
- --v=5
- --version=v0.41.0
- --version=v0.41.1
command:
- /manager
image: docker.io/projectsveltos/event-manager:v0.41.0
image: docker.io/projectsveltos/event-manager:v0.41.1
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/event-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ spec:
- --diagnostics-address=:8443
- --shard-key={{.SHARD}}
- --v=5
- --version=v0.41.0
- --version=v0.41.1
command:
- /manager
image: docker.io/projectsveltos/event-manager:v0.41.0
image: docker.io/projectsveltos/event-manager:v0.41.1
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/healthcheck-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ spec:
- --diagnostics-address=:8443
- --shard-key={{.SHARD}}
- --v=5
- --version=v0.41.0
- --version=v0.41.1
command:
- /manager
image: docker.io/projectsveltos/healthcheck-manager:v0.41.0
image: docker.io/projectsveltos/healthcheck-manager:v0.41.1
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sharding/hm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ spec:
- --diagnostics-address=:8443
- --shard-key={{.SHARD}}
- --v=5
- --version=v0.41.0
- --version=v0.41.1
command:
- /manager
image: docker.io/projectsveltos/healthcheck-manager:v0.41.0
image: docker.io/projectsveltos/healthcheck-manager:v0.41.1
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pkg/sharding/sc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- --v=5
command:
- /manager
image: docker.io/projectsveltos/sveltoscluster-manager:v0.41.0
image: docker.io/projectsveltos/sveltoscluster-manager:v0.41.1
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pkg/sharding/sveltoscluster-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- --v=5
command:
- /manager
image: docker.io/projectsveltos/sveltoscluster-manager:v0.41.0
image: docker.io/projectsveltos/sveltoscluster-manager:v0.41.1
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down