Skip to content

Commit 3c5ccb4

Browse files
author
Helm Updater
committed
Updated from ref: 2be38da
1 parent d7f41a2 commit 3c5ccb4

File tree

3 files changed

+71
-25
lines changed

3 files changed

+71
-25
lines changed

index.yaml

Lines changed: 71 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@ apiVersion: v1
22
entries:
33
lightrun-agents:
44
- apiVersion: v2
5-
created: "2025-04-20T12:48:40.082881168Z"
5+
created: "2025-05-22T11:40:48.97950649Z"
6+
description: A Helm chart for Kubernetes that deploy lightrun agents CRDs
7+
digest: 43693bcb5345c7ff208d9722fbd15f8d874048226e697b51e992486abb2233a2
8+
name: lightrun-agents
9+
type: application
10+
urls:
11+
- https://lightrun-platform.github.io/lightrun-k8s-operator/lightrun-agents-0.3.9.tgz
12+
version: 0.3.9
13+
- apiVersion: v2
14+
created: "2025-05-22T11:40:48.979272552Z"
615
description: A Helm chart for Kubernetes that deploy lightrun agents CRDs
716
digest: 391c2a9ae148b0c1c2a3e3773e038cc2ef400bc1613f3efeed6295247af30725
817
name: lightrun-agents
@@ -11,7 +20,7 @@ entries:
1120
- https://lightrun-platform.github.io/lightrun-k8s-operator/lightrun-agents-0.3.8.tgz
1221
version: 0.3.8
1322
- apiVersion: v2
14-
created: "2025-04-20T12:48:40.082644695Z"
23+
created: "2025-05-22T11:40:48.979026832Z"
1524
description: A Helm chart for Kubernetes that deploy lightrun agents CRDs
1625
digest: 9fb336a527d8e3ff4eb353b2ffcde7dfe9298fba0446d4ca0f30956a1a277c15
1726
name: lightrun-agents
@@ -20,7 +29,7 @@ entries:
2029
- https://lightrun-platform.github.io/lightrun-k8s-operator/lightrun-agents-0.3.7.tgz
2130
version: 0.3.7
2231
- apiVersion: v2
23-
created: "2025-04-20T12:48:40.082358739Z"
32+
created: "2025-05-22T11:40:48.978759251Z"
2433
description: A Helm chart for Kubernetes that deploy lightrun agents CRDs
2534
digest: 4529f0ec658512d697ac7a896302b82fce25325f7580ae58900dbba8b86a027b
2635
name: lightrun-agents
@@ -29,7 +38,7 @@ entries:
2938
- https://lightrun-platform.github.io/lightrun-k8s-operator/lightrun-agents-0.3.6.tgz
3039
version: 0.3.6
3140
- apiVersion: v2
32-
created: "2025-04-20T12:48:40.082102749Z"
41+
created: "2025-05-22T11:40:48.97850762Z"
3342
description: A Helm chart for Kubernetes that deploy lightrun agents CRDs
3443
digest: 6fbdedcf3ecee23407d77eb97246a201342c94455fd1a19bfe90f73fed26ff77
3544
name: lightrun-agents
@@ -38,7 +47,7 @@ entries:
3847
- https://lightrun-platform.github.io/lightrun-k8s-operator/lightrun-agents-0.3.5.tgz
3948
version: 0.3.5
4049
- apiVersion: v2
41-
created: "2025-04-20T12:48:40.081804982Z"
50+
created: "2025-05-22T11:40:48.978255648Z"
4251
description: A Helm chart for Kubernetes that deploy lightrun agents CRDs
4352
digest: fe044b1648171a52fc256d76bb495f494d1c403618693d390e1e6d6fa08ee20b
4453
name: lightrun-agents
@@ -74,7 +83,44 @@ entries:
7483
artifacthub.io/operatorCapabilities: Basic Install
7584
artifacthub.io/prerelease: "false"
7685
apiVersion: v2
77-
created: "2025-04-20T12:48:40.092643037Z"
86+
created: "2025-05-22T11:40:48.990923079Z"
87+
description: A Helm chart for Lightrun k8s operator
88+
digest: 435705556b28f2289e97ddaf0645c60116e12f3f1e28760bc80e6e6b699e8703
89+
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
90+
kubeVersion: '>= 1.19.0-0'
91+
name: lightrun-k8s-operator
92+
type: application
93+
urls:
94+
- https://lightrun-platform.github.io/lightrun-k8s-operator/lightrun-k8s-operator-0.3.9.tgz
95+
version: 0.3.9
96+
- annotations:
97+
artifacthub.io/crds: |
98+
- kind: LightrunJavaAgent
99+
version: v1beta
100+
name: lightrunjavaagent
101+
shortName: lrja
102+
description: Custom resource describing Lightrun agent version, configuration and deployment that will be patched. Dependend on secret with few Lightrun key
103+
artifacthub.io/crdsExamples: "- apiVersion: agents.lightrun.com/v1beta\n kind:
104+
LightrunJavaAgent\n metadata:\n name: example-cr \n spec:\n deploymentName:
105+
sample-deployment\n containerSelector:\n - app\n secretName: lightrun-secrets
106+
\n serverHostname: app.lightrun.com\n agentEnvVarName: JAVA_TOOL_OPTIONS\n
107+
\ initContainer: \n image: \"lightruncom/k8s-operator-init-java-agent-linux:latest\"\n
108+
\ sharedVolumeName: lightrun-agent-init\n sharedVolumeMountPath:
109+
\"/lightrun\"\n agentTags:\n - operator\n - example\n -
110+
1.8.3\n"
111+
artifacthub.io/license: Apache-2.0
112+
artifacthub.io/links: |
113+
- name: Operator repo
114+
url: https://github.com/lightrun-platform/lightrun-k8s-operator
115+
- name: CR example with explanation
116+
url: https://github.com/lightrun-platform/lightrun-k8s-operator/blob/main/examples/lightrunjavaagent.yaml
117+
artifacthub.io/maintainers: "- name: Lightrun devops team\n email: devopsdevops@lightrun.com
118+
\n- name: LeonidP\n email: leonidp@lightrun.com\n"
119+
artifacthub.io/operator: "true"
120+
artifacthub.io/operatorCapabilities: Basic Install
121+
artifacthub.io/prerelease: "false"
122+
apiVersion: v2
123+
created: "2025-05-22T11:40:48.990442859Z"
78124
description: A Helm chart for Lightrun k8s operator
79125
digest: f20f55f92c4bc676cfeaf686e7fbe7923cfe0a82de935d817097497322fb2f0b
80126
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -111,7 +157,7 @@ entries:
111157
artifacthub.io/operatorCapabilities: Basic Install
112158
artifacthub.io/prerelease: "false"
113159
apiVersion: v2
114-
created: "2025-04-20T12:48:40.092192253Z"
160+
created: "2025-05-22T11:40:48.989950207Z"
115161
description: A Helm chart for Lightrun k8s operator
116162
digest: aa35f91eff19f6225622a5f5c7d01ec69e52f94ce2eacc025d955ffb393b6ff9
117163
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -148,7 +194,7 @@ entries:
148194
artifacthub.io/operatorCapabilities: Basic Install
149195
artifacthub.io/prerelease: "false"
150196
apiVersion: v2
151-
created: "2025-04-20T12:48:40.09175836Z"
197+
created: "2025-05-22T11:40:48.989457404Z"
152198
description: A Helm chart for Lightrun k8s operator
153199
digest: ac4ee945c1ae1653e6da23d3929a1b87cfd7a0e010dcd26736dec32f99731c5d
154200
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -185,7 +231,7 @@ entries:
185231
artifacthub.io/operatorCapabilities: Basic Install
186232
artifacthub.io/prerelease: "false"
187233
apiVersion: v2
188-
created: "2025-04-20T12:48:40.091307114Z"
234+
created: "2025-05-22T11:40:48.989009305Z"
189235
description: A Helm chart for Lightrun k8s operator
190236
digest: cd210ca95a6a29d24b64f8c3d57011d56f064258f218f897d2199168ce030344
191237
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -222,7 +268,7 @@ entries:
222268
artifacthub.io/operatorCapabilities: Basic Install
223269
artifacthub.io/prerelease: "false"
224270
apiVersion: v2
225-
created: "2025-04-20T12:48:40.09086726Z"
271+
created: "2025-05-22T11:40:48.988535278Z"
226272
description: A Helm chart for Lightrun k8s operator
227273
digest: e431ddb887c7ee74520ec8c1f898956c97ff269b5df13656bb141516afb720f2
228274
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -259,7 +305,7 @@ entries:
259305
artifacthub.io/operatorCapabilities: Basic Install
260306
artifacthub.io/prerelease: "false"
261307
apiVersion: v2
262-
created: "2025-04-20T12:48:40.090405826Z"
308+
created: "2025-05-22T11:40:48.988061471Z"
263309
description: A Helm chart for Lightrun k8s operator
264310
digest: f78a57d58f8d32a5aec4a6462e07d8b9873a4f8e77b38fb7ef0436d7ce48767c
265311
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -296,7 +342,7 @@ entries:
296342
artifacthub.io/operatorCapabilities: Basic Install
297343
artifacthub.io/prerelease: "false"
298344
apiVersion: v2
299-
created: "2025-04-20T12:48:40.089966453Z"
345+
created: "2025-05-22T11:40:48.987567065Z"
300346
description: A Helm chart for Lightrun k8s operator
301347
digest: 01b8a5c1bab62137882deff41f0e340923d619b1cf73bdabb8adbf039cd8a56c
302348
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -333,7 +379,7 @@ entries:
333379
artifacthub.io/operatorCapabilities: Basic Install
334380
artifacthub.io/prerelease: "false"
335381
apiVersion: v2
336-
created: "2025-04-20T12:48:40.089508615Z"
382+
created: "2025-05-22T11:40:48.987062651Z"
337383
description: A Helm chart for Lightrun k8s operator
338384
digest: 3eaba6d5ff7f40d00503c29eac9bf4155a071f6e5a0fbddcbfd00ebdc672fe58
339385
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -370,7 +416,7 @@ entries:
370416
artifacthub.io/operatorCapabilities: Basic Install
371417
artifacthub.io/prerelease: "false"
372418
apiVersion: v2
373-
created: "2025-04-20T12:48:40.088989111Z"
419+
created: "2025-05-22T11:40:48.985830013Z"
374420
description: A Helm chart for Lightrun k8s operator
375421
digest: d597116c471774d0f5f9699647492523acdac4abe82f7c12b543584aa7d3e9f3
376422
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -407,7 +453,7 @@ entries:
407453
artifacthub.io/operatorCapabilities: Basic Install
408454
artifacthub.io/prerelease: "false"
409455
apiVersion: v2
410-
created: "2025-04-20T12:48:40.088447276Z"
456+
created: "2025-05-22T11:40:48.985327072Z"
411457
description: A Helm chart for Lightrun k8s operator
412458
digest: 78e696338db6e0836c357c2267d447124c7f7b44bbefce706904e7829f98cfaa
413459
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -444,7 +490,7 @@ entries:
444490
artifacthub.io/operatorCapabilities: Basic Install
445491
artifacthub.io/prerelease: "false"
446492
apiVersion: v2
447-
created: "2025-04-20T12:48:40.087215238Z"
493+
created: "2025-05-22T11:40:48.984859065Z"
448494
description: A Helm chart for Lightrun k8s operator
449495
digest: 87148f23cc13fb8e4c81c75ca5e01f3907a373197ddaef699c8e64ec4727becb
450496
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -481,7 +527,7 @@ entries:
481527
artifacthub.io/operatorCapabilities: Basic Install
482528
artifacthub.io/prerelease: "false"
483529
apiVersion: v2
484-
created: "2025-04-20T12:48:40.086693641Z"
530+
created: "2025-05-22T11:40:48.984367014Z"
485531
description: A Helm chart for Lightrun k8s operator
486532
digest: fe6b82ea2e37eda90f8ff6aa64a89f745ee24a1a76065a857890b53ebdcd5f1f
487533
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -518,7 +564,7 @@ entries:
518564
artifacthub.io/operatorCapabilities: Basic Install
519565
artifacthub.io/prerelease: "false"
520566
apiVersion: v2
521-
created: "2025-04-20T12:48:40.086208862Z"
567+
created: "2025-05-22T11:40:48.983859153Z"
522568
description: A Helm chart for Lightrun k8s operator
523569
digest: 40442ceacba5a1c86a1590c415c458bd9d1b53c28d9f118873044b1bd5e1a076
524570
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -555,7 +601,7 @@ entries:
555601
artifacthub.io/operatorCapabilities: Basic Install
556602
artifacthub.io/prerelease: "false"
557603
apiVersion: v2
558-
created: "2025-04-20T12:48:40.085679861Z"
604+
created: "2025-05-22T11:40:48.983354438Z"
559605
description: A Helm chart for Lightrun k8s operator
560606
digest: a34b2f48d1ad32bf308dc5e43f4a580cf3b0d676fb5f2e1c8e10f1abf9904522
561607
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -592,7 +638,7 @@ entries:
592638
artifacthub.io/operatorCapabilities: Basic Install
593639
artifacthub.io/prerelease: "false"
594640
apiVersion: v2
595-
created: "2025-04-20T12:48:40.085147414Z"
641+
created: "2025-05-22T11:40:48.982702878Z"
596642
description: A Helm chart for Lightrun k8s operator
597643
digest: 6af3433a96926096a6b2faab001a0f265af582604d35be32d9b500194db7bcca
598644
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -629,7 +675,7 @@ entries:
629675
artifacthub.io/operatorCapabilities: Basic Install
630676
artifacthub.io/prerelease: "false"
631677
apiVersion: v2
632-
created: "2025-04-20T12:48:40.084663968Z"
678+
created: "2025-05-22T11:40:48.982157307Z"
633679
description: A Helm chart for Lightrun k8s operator
634680
digest: f7d81894c3e392beeced4ea99da87a26ae6a912cdbd7d475a8cbd0017110c386
635681
icon: https://lightrun-public.s3.amazonaws.com/img/lightrun-logo.png
@@ -640,7 +686,7 @@ entries:
640686
- https://lightrun-platform.github.io/lightrun-k8s-operator/lightrun-k8s-operator-0.1.4.tgz
641687
version: 0.1.4
642688
- apiVersion: v2
643-
created: "2025-04-20T12:48:40.08412569Z"
689+
created: "2025-05-22T11:40:48.981617246Z"
644690
description: A Helm chart for Lightrun k8s operator
645691
digest: 29e7227bcd1ea30f6e345f3a1c895485cd17bf47d458c6ffeadf98d2385624f2
646692
kubeVersion: '>= 1.19.0'
@@ -650,7 +696,7 @@ entries:
650696
- https://lightrun-platform.github.io/lightrun-k8s-operator/lightrun-k8s-operator-0.1.3.tgz
651697
version: 0.1.3
652698
- apiVersion: v2
653-
created: "2025-04-20T12:48:40.083712736Z"
699+
created: "2025-05-22T11:40:48.981229941Z"
654700
description: A Helm chart for Lightrun k8s operator
655701
digest: 7e6e2cc9dc93e3fae371b087c8dbfcbe26ecb2ec04926113d845fc9ebfeb8a53
656702
kubeVersion: '>= 1.19.0'
@@ -660,7 +706,7 @@ entries:
660706
- https://lightrun-platform.github.io/lightrun-k8s-operator/lightrun-k8s-operator-0.1.2.tgz
661707
version: 0.1.2
662708
- apiVersion: v2
663-
created: "2025-04-20T12:48:40.083302137Z"
709+
created: "2025-05-22T11:40:48.979945351Z"
664710
description: A Helm chart for Lightrun k8s operator
665711
digest: 61b36251029952d7dae2524d53151677dfb4129fbc5ca8ab09bede9aed1b9abe
666712
kubeVersion: '>= 1.19.0'
@@ -669,4 +715,4 @@ entries:
669715
urls:
670716
- https://lightrun-platform.github.io/lightrun-k8s-operator/lightrun-k8s-operator-0.1.1.tgz
671717
version: 0.1.1
672-
generated: "2025-04-20T12:48:40.081088474Z"
718+
generated: "2025-05-22T11:40:48.977888681Z"

lightrun-agents-0.3.9.tgz

4.54 KB
Binary file not shown.

lightrun-k8s-operator-0.3.9.tgz

7.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)