@@ -13,15 +13,16 @@ type: application
1313icon : https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
1414
1515# # Kubeversion due to "seccompProfile" in the controller deployment
16- kubeVersion : " >= 1.19.0"
16+ # # -0 is used to allow any patch version
17+ # # it is resolving GKE and EKS versioning
18+ # # Example of EKS version: v1.28.9-eks-036c24b
19+ kubeVersion : " >= 1.19.0-0"
1720
1821# This is the chart version. This version number should be incremented each time you make changes
1922# to the chart and its templates, including the app version.
2023# Versions are expected to follow Semantic Versioning (https://semver.org/)
2124version : 0.1.0 # Will be updated by CI pipeline
2225
23-
24-
2526# ArtifactHub.io annotations
2627annotations :
2728 artifacthub.io/crds : |
@@ -43,16 +44,14 @@ annotations:
4344 serverHostname: app.lightrun.com
4445 agentEnvVarName: JAVA_TOOL_OPTIONS
4546 initContainer:
46- image: "lightruncom/k8s-operator-init-java-agent-linux:1.8.5-init.1 "
47+ image: "lightruncom/k8s-operator-init-java-agent-linux:latest "
4748 sharedVolumeName: lightrun-agent-init
4849 sharedVolumeMountPath: "/lightrun"
4950 agentTags:
5051 - operator
5152 - example
5253 - 1.8.3
5354
54-
55-
5655 artifacthub.io/license : Apache-2.0
5756 artifacthub.io/links : |
5857 - name: Operator repo
@@ -63,8 +62,7 @@ annotations:
6362 - name: Lightrun devops team
6463 email: devopsdevops@lightrun.com
6564 - name: LeonidP
66- email: leonidp@lightrun.com
65+ email: leonidp@lightrun.com
6766 artifacthub.io/operator : " true"
6867 artifacthub.io/operatorCapabilities : Basic Install
6968 artifacthub.io/prerelease : " false"
70-
0 commit comments