Skip to content

Commit

Permalink
Charts CI
Browse files Browse the repository at this point in the history
```
Updated:
  crowdstrike/falcon-sensor:
    - 1.28.1
  haproxy/haproxy:
    - 1.39.3
  jenkins/jenkins:
    - 5.1.9
  pixie/pixie-operator-chart:
    - 0.1.5
```
  • Loading branch information
github-actions[bot] committed May 7, 2024
1 parent cd0c7df commit dad0a16
Show file tree
Hide file tree
Showing 20 changed files with 969 additions and 72 deletions.
Binary file added assets/crowdstrike/falcon-sensor-1.28.1.tgz
Binary file not shown.
Binary file added assets/haproxy/haproxy-1.39.3.tgz
Binary file not shown.
Binary file added assets/jenkins/jenkins-5.1.9.tgz
Binary file not shown.
Binary file added assets/pixie/pixie-operator-chart-0.1.501.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/crowdstrike/falcon-sensor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ annotations:
catalog.cattle.io/kube-version: '>1.22.0-0'
catalog.cattle.io/release-name: falcon-sensor
apiVersion: v2
appVersion: 1.27.1
appVersion: 1.28.1
description: A Helm chart to deploy CrowdStrike Falcon sensors into Kubernetes clusters.
home: https://crowdstrike.com
icon: https://raw.githubusercontent.com/CrowdStrike/falcon-helm/main/images/crowdstrike-logo.svg
Expand All @@ -24,4 +24,4 @@ name: falcon-sensor
sources:
- https://github.com/CrowdStrike/falcon-helm
type: application
version: 1.27.1
version: 1.28.1
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ spec:
operator: In
values:
- linux
- key: kubernetes.io/arch
operator: In
values:
- amd64
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
Expand Down Expand Up @@ -183,7 +187,7 @@ spec:
initialDelaySeconds: 5
periodSeconds: 10
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- toYaml .Values.container.resources | nindent 12 }}
{{- if .Values.container.tolerations }}
tolerations:
{{- with .Values.container.tolerations }}
Expand Down
1 change: 1 addition & 0 deletions charts/crowdstrike/falcon-sensor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ container:

tolerations: []

# Configure the requests and limits of the injector container
resources:
# limits:
# cpu: 100m
Expand Down
6 changes: 3 additions & 3 deletions charts/haproxy/haproxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
annotations:
artifacthub.io/changes: |
- Allow setting resources requests or limits on crdjob (#236)
- Use Ingress Controller 1.11.4 version for base image
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: HAProxy Kubernetes Ingress Controller
catalog.cattle.io/kube-version: '>=1.23.0-0'
catalog.cattle.io/release-name: haproxy
apiVersion: v2
appVersion: 1.11.3
appVersion: 1.11.4
description: A Helm chart for HAProxy Kubernetes Ingress Controller
home: https://github.com/haproxytech/helm-charts/tree/main/kubernetes-ingress
icon: https://raw.githubusercontent.com/haproxytech/helm-charts/main/kubernetes-ingress/chart-icon.png
Expand All @@ -21,4 +21,4 @@ name: haproxy
sources:
- https://github.com/haproxytech/kubernetes-ingress
type: application
version: 1.39.2
version: 1.39.3
4 changes: 4 additions & 0 deletions charts/jenkins/jenkins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
The changelog until v1.5.7 was auto-generated based on git commits.
Those entries include a reference to the git commit to be able to get more details.

## 5.1.9

Update `docker.io/kiwigrid/k8s-sidecar` to version `1.26.2`

## 5.1.8

Update `kubernetes` to version `4209.vc646b_71e5269`
Expand Down
6 changes: 3 additions & 3 deletions charts/jenkins/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
annotations:
artifacthub.io/category: integration-delivery
artifacthub.io/changes: |
- Update `kubernetes` to version `4209.vc646b_71e5269`
- Update `docker.io/kiwigrid/k8s-sidecar` to version `1.26.2`
artifacthub.io/images: |
- name: jenkins
image: docker.io/jenkins/jenkins:2.440.3-jdk17
- name: k8s-sidecar
image: docker.io/kiwigrid/k8s-sidecar:1.26.1
image: docker.io/kiwigrid/k8s-sidecar:1.26.2
- name: inbound-agent
image: jenkins/inbound-agent:3206.vb_15dcf73f6a_9-3
artifacthub.io/license: Apache-2.0
Expand Down Expand Up @@ -50,4 +50,4 @@ sources:
- https://github.com/maorfr/kube-tasks
- https://github.com/jenkinsci/configuration-as-code-plugin
type: application
version: 5.1.8
version: 5.1.9
2 changes: 1 addition & 1 deletion charts/jenkins/jenkins/VALUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
| [controller.sidecars.configAutoReload.folder](./values.yaml#L591) | string | | `"/var/jenkins_home/casc_configs"` |
| [controller.sidecars.configAutoReload.image.registry](./values.yaml#L553) | string | Registry for the image that triggers the reload | `"docker.io"` |
| [controller.sidecars.configAutoReload.image.repository](./values.yaml#L555) | string | Repository of the image that triggers the reload | `"kiwigrid/k8s-sidecar"` |
| [controller.sidecars.configAutoReload.image.tag](./values.yaml#L557) | string | Tag for the image that triggers the reload | `"1.26.1"` |
| [controller.sidecars.configAutoReload.image.tag](./values.yaml#L557) | string | Tag for the image that triggers the reload | `"1.26.2"` |
| [controller.sidecars.configAutoReload.imagePullPolicy](./values.yaml#L558) | string | | `"IfNotPresent"` |
| [controller.sidecars.configAutoReload.reqRetryConnect](./values.yaml#L573) | int | How many connection-related errors to retry on | `10` |
| [controller.sidecars.configAutoReload.resources](./values.yaml#L559) | object | | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ controller:
# -- Repository of the image that triggers the reload
repository: kiwigrid/k8s-sidecar
# -- Tag for the image that triggers the reload
tag: 1.26.1
tag: 1.26.2
imagePullPolicy: IfNotPresent
resources: {}
# limits:
Expand Down
2 changes: 1 addition & 1 deletion charts/pixie/pixie-operator-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ apiVersion: v2
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/pixie/icon/color/pixie-icon-color.svg
name: pixie-operator-chart
type: application
version: 0.1.401
version: 0.1.501
Loading

0 comments on commit dad0a16

Please sign in to comment.