Skip to content

Commit

Permalink
Lacework Agent: Support pre-release version of GKE
Browse files Browse the repository at this point in the history
GKE uses pre-release version to identify Kubernetes version. Unfortunately,
this does not work with the compatability version that we added as part of
OpenShift support, so our Helm Charts refuse to install the agent now that we
specify kubeVersion. See helm/helm#3810 for more discussion on the topic.

By adding `-0` to the end of kubeVersion, we tell Helm that pre-release
Kubernetes versions are okay.
  • Loading branch information
cirego committed Apr 18, 2022
1 parent 6629f05 commit e4f2ed9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.yaml
Expand Up @@ -197,9 +197,9 @@ entries:
lacework-agent:
- apiVersion: v2
appVersion: "1.0"
created: "2022-04-14T17:54:46.165585-04:00"
created: "2022-04-18T15:41:09.705164971-07:00"
description: Lacework Agent
digest: d11a79d7fcecc33e24cee3a4f5197ed2ba5c3ce109c8441b47afa966096fcf16
digest: 4ccaf43d39c6bdc31b03af0ebc09b0e34ced39b55a321c15fbd1b457fed9df98
home: https://www.lacework.com
icon: https://www.lacework.com/wp-content/uploads/2019/07/Lacework_Logo_color_2019.svg
keywords:
Expand All @@ -208,7 +208,7 @@ entries:
- run-time
- metric
- troubleshooting
kubeVersion: '> 1.9.0'
kubeVersion: '> 1.9.0-0'
maintainers:
- email: info@lacework.net
name: lacework-support
Expand Down Expand Up @@ -457,4 +457,4 @@ entries:
urls:
- proxy-scanner-0.2.1.tgz
version: 0.2.1
generated: "2022-04-14T17:54:46.137183-04:00"
generated: "2022-04-18T15:41:09.695012228-07:00"
Binary file modified lacework-agent-5.5.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion lacework-agent/Chart.yaml
Expand Up @@ -9,7 +9,7 @@ keywords:
- run-time
- metric
- troubleshooting
kubeVersion: '> 1.9.0'
kubeVersion: '> 1.9.0-0'
maintainers:
- email: info@lacework.net
name: lacework-support
Expand Down

0 comments on commit e4f2ed9

Please sign in to comment.