Skip to content

Commit

Permalink
bump kubernetes-sync to fix "null"/empty string bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Taimoor Ahmad authored Mar 19, 2024
1 parent d713709 commit 3af5be8
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-20240318-164907.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
kind: Feature
body: Bump kubernetes-sync version to v2024.3.18 (fixes bug where fields are unexpectedly
set to "null")
time: 2024-03-18T16:49:07.169023-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.3
appVersion: "v2024.3.4"
version: 0.6.4
appVersion: "v2024.3.18"
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.4
image: public.ecr.aws/opslevel/kubectl-opslevel:v2024.3.18
```

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.4
image: public.ecr.aws/opslevel/kubectl-opslevel:v2024.3.18

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.4"
opslevel.com/tags.app_version: "v2024.3.18"
securityContext: {}
resources: {}
nodeSelector: {}
Expand Down

0 comments on commit 3af5be8

Please sign in to comment.