Skip to content

Commit

Permalink
release v2024.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Taimoor Ahmad authored Apr 4, 2024
1 parent 3af5be8 commit e20573c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .changes/unreleased/Feature-20240404-105137.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
kind: Feature
body: Bump kubernetes-sync version to v2024.4.3 (fixes bug where service repository
error is logged unnecessarily)
time: 2024-04-04T10:51:37.963005-04:00
4 changes: 2 additions & 2 deletions charts/kubernetes-sync/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: kubernetes-sync
type: application
version: 0.6.4
appVersion: "v2024.3.18"
version: 0.6.5
appVersion: "v2024.4.3"
description: An agent for synchronizing Kubernetes data with OpsLevel
keywords:
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion charts/kubernetes-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ helm upgrade sync opslevel/kubernetes-sync \
To deploying using an image from your own registry, edit this line in [values.yaml](./values.yaml):

```
image: public.ecr.aws/opslevel/kubectl-opslevel:v2024.3.18
image: public.ecr.aws/opslevel/kubectl-opslevel:v2024.4.3
```

and then deploy using `helm`.
4 changes: 2 additions & 2 deletions charts/kubernetes-sync/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apitokenPath:
apitokenSecret:
name: opslevel-api-token

image: public.ecr.aws/opslevel/kubectl-opslevel:v2024.3.18
image: public.ecr.aws/opslevel/kubectl-opslevel:v2024.4.3

sync:
args:
Expand Down Expand Up @@ -66,7 +66,7 @@ annotations:
opslevel.com/description: "A tool that enables you to import & reconcile services with OpsLevel from your Kubernetes clusters."
opslevel.com/language: "go"
opslevel.com/framework: "client-go"
opslevel.com/tags.app_version: "v2024.3.18"
opslevel.com/tags.app_version: "v2024.4.3"
securityContext: {}
resources: {}
nodeSelector: {}
Expand Down

0 comments on commit e20573c

Please sign in to comment.