Skip to content

Commit

Permalink
Charts CI
Browse files Browse the repository at this point in the history
```
Updated:
  argo/argo-cd:
    - 6.7.15
  clastix/kamaji:
    - 0.15.3
  jfrog/artifactory-ha:
    - 107.77.10
  jfrog/artifactory-jcr:
    - 107.77.10
  new-relic/nri-bundle:
    - 5.0.74
  speedscale/speedscale-operator:
    - 2.1.270
```
  • Loading branch information
github-actions[bot] committed Apr 25, 2024
1 parent 07bc7ff commit aadfcef
Show file tree
Hide file tree
Showing 35 changed files with 330 additions and 40 deletions.
Binary file modified assets/argo/argo-cd-6.7.14.tgz
Binary file not shown.
Binary file added assets/argo/argo-cd-6.7.15.tgz
Binary file not shown.
Binary file added assets/clastix/kamaji-0.15.3.tgz
Binary file not shown.
Binary file added assets/jfrog/artifactory-ha-107.77.10.tgz
Binary file not shown.
Binary file added assets/jfrog/artifactory-jcr-107.77.10.tgz
Binary file not shown.
Binary file added assets/new-relic/nri-bundle-5.0.74.tgz
Binary file not shown.
Binary file added assets/speedscale/speedscale-operator-2.1.270.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/argo/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
artifacthub.io/changes: |
- kind: changed
description: Pre-set statusbadge.url value to global.domain value
description: Pre-set statusbadge.url to global.domain when statusbadge is enabled
artifacthub.io/signKey: |
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
Expand Down Expand Up @@ -33,4 +33,4 @@ name: argo-cd
sources:
- https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd
- https://github.com/argoproj/argo-cd
version: 6.7.14
version: 6.7.15
1 change: 1 addition & 0 deletions charts/argo/argo-cd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ NAME: my-release
| configs.cm."application.instanceLabelKey" | string | `"argocd.argoproj.io/instance"` | The name of tracking label used by Argo CD for resource pruning |
| configs.cm."exec.enabled" | bool | `false` | Enable exec feature in Argo UI |
| configs.cm."server.rbac.log.enforce.enable" | bool | `false` | Enable logs RBAC enforcement |
| configs.cm."statusbadge.enabled" | bool | `false` | Enable Status Badge |
| configs.cm."timeout.hard.reconciliation" | string | `"0s"` | Timeout to refresh application data as well as target manifests cache |
| configs.cm."timeout.reconciliation" | string | `"180s"` | Timeout to discover if a new manifests version got published to the repository |
| configs.cm.annotations | object | `{}` | Annotations to be added to argocd-cm configmap |
Expand Down
4 changes: 3 additions & 1 deletion charts/argo/argo-cd/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,14 @@ Create the name of the notifications service account to use
{{- end -}}

{{/*
Argo Configuration Preset Values (Incluenced by Values configuration)
Argo Configuration Preset Values (Influenced by Values configuration)
*/}}
{{- define "argo-cd.config.cm.presets" -}}
{{- $presets := dict -}}
{{- $_ := set $presets "url" (printf "https://%s" .Values.global.domain) -}}
{{- if index .Values.configs.cm "statusbadge.enabled" | eq true -}}
{{- $_ := set $presets "statusbadge.url" (printf "https://%s/" .Values.global.domain) -}}
{{- end -}}
{{- if .Values.configs.styles -}}
{{- $_ := set $presets "ui.cssurl" "./custom/custom.styles.css" -}}
{{- end -}}
Expand Down
4 changes: 4 additions & 0 deletions charts/argo/argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ configs:
# -- Timeout to refresh application data as well as target manifests cache
timeout.hard.reconciliation: 0s

# -- Enable Status Badge
## Ref: https://argo-cd.readthedocs.io/en/stable/user-guide/status-badge/
statusbadge.enabled: false

# Dex configuration
# dex.config: |
# connectors:
Expand Down
4 changes: 2 additions & 2 deletions charts/clastix/kamaji/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.21.0-0'
catalog.cattle.io/release-name: kamaji
apiVersion: v2
appVersion: v0.5.0
appVersion: v0.5.1
description: Kamaji is the Hosted Control Plane Manager for Kubernetes.
home: https://github.com/clastix/kamaji
icon: https://github.com/clastix/kamaji/raw/master/assets/logo-colored.png
Expand All @@ -22,4 +22,4 @@ name: kamaji
sources:
- https://github.com/clastix/kamaji
type: application
version: 0.15.2
version: 0.15.3
2 changes: 1 addition & 1 deletion charts/clastix/kamaji/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kamaji

![Version: 0.15.2](https://img.shields.io/badge/Version-0.15.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.0](https://img.shields.io/badge/AppVersion-v0.5.0-informational?style=flat-square)
![Version: 0.15.3](https://img.shields.io/badge/Version-0.15.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.1](https://img.shields.io/badge/AppVersion-v0.5.1-informational?style=flat-square)

Kamaji is the Hosted Control Plane Manager for Kubernetes.

Expand Down
3 changes: 2 additions & 1 deletion charts/jfrog/artifactory-ha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# JFrog Artifactory-ha Chart Changelog
All changes to this chart will be documented in this file

## [107.77.9] - Feb 20, 2024
## [107.77.10] - April 22, 2024
* Removed integration service
* Added recommended postgresql sizing configurations under sizing directory
* Updated artifactory-federation (probes, port, embedded mode)
* Fixing broken nginx port [GH-1860](https://github.com/jfrog/charts/issues/1860)
* Added nginx.customCommand to use custom commands for the nginx container

## [107.76.0] - Dec 13, 2023
* Added connectionTimeout and socketTimeout paramaters under AWSS3 binarystore section
Expand Down
4 changes: 2 additions & 2 deletions charts/jfrog/artifactory-ha/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.19.0-0'
catalog.cattle.io/release-name: artifactory-ha
apiVersion: v2
appVersion: 7.77.9
appVersion: 7.77.10
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -26,4 +26,4 @@ name: artifactory-ha
sources:
- https://github.com/jfrog/charts
type: application
version: 107.77.9
version: 107.77.10
4 changes: 3 additions & 1 deletion charts/jfrog/artifactory-ha/files/migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,9 @@ setupScriptLogsRedirection() {

# Returns Y if this method is run inside a container
isRunningInsideAContainer() {
if [ -f "/.dockerenv" ]; then
local check1=$(grep -sq 'docker\|kubepods' /proc/1/cgroup; echo $?)
local check2=$(grep -sq 'containers' /proc/self/mountinfo; echo $?)
if [[ $check1 == 0 || $check2 == 0 || -f "/.dockerenv" ]]; then
echo -n "$FLAG_Y"
else
echo -n "$FLAG_N"
Expand Down
10 changes: 10 additions & 0 deletions charts/jfrog/artifactory-ha/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,16 @@ nginx scheme (http/https)
{{- end -}}
{{- end -}}


{{/*
nginx command
*/}}
{{- define "nginx.command" -}}
{{- if .Values.nginx.customCommand }}
{{ toYaml .Values.nginx.customCommand }}
{{- end }}
{{- end -}}

{{/*
nginx port (8080/8443) based on http/https enabled
*/}}
Expand Down
4 changes: 4 additions & 0 deletions charts/jfrog/artifactory-ha/templates/nginx-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ spec:
imagePullPolicy: {{ .Values.nginx.image.pullPolicy }}
{{- if .Values.nginx.containerSecurityContext.enabled }}
securityContext: {{- omit .Values.nginx.containerSecurityContext "enabled" | toYaml | nindent 10 }}
{{- end }}
{{- if .Values.nginx.customCommand }}
command:
{{- tpl (include "nginx.command" .) . | indent 10 }}
{{- end }}
ports:
{{ if .Values.nginx.customPorts }}
Expand Down
2 changes: 1 addition & 1 deletion charts/jfrog/artifactory-jcr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JFrog Container Registry Chart Changelog
All changes to this chart will be documented in this file.

## [107.77.9] - Nov 23, 2023
## [107.77.10] - Nov 23, 2023
* **IMPORTANT**
* Added min kubeVersion ">= 1.19.0-0" in chart.yaml

Expand Down
6 changes: 3 additions & 3 deletions charts/jfrog/artifactory-jcr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ annotations:
catalog.cattle.io/kube-version: '>= 1.19.0-0'
catalog.cattle.io/release-name: artifactory-jcr
apiVersion: v2
appVersion: 7.77.9
appVersion: 7.77.10
dependencies:
- name: artifactory
repository: file://./charts/artifactory
version: 107.77.9
version: 107.77.10
description: JFrog Container Registry
home: https://jfrog.com/container-registry/
icon: https://raw.githubusercontent.com/jfrog/charts/ea5c3112c24a973f64f3ccd99747323db292a369/stable/artifactory-jcr/logo/jcr-logo.png
Expand All @@ -27,4 +27,4 @@ name: artifactory-jcr
sources:
- https://github.com/jfrog/charts
type: application
version: 107.77.9
version: 107.77.10
3 changes: 2 additions & 1 deletion charts/jfrog/artifactory-jcr/charts/artifactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# JFrog Artifactory Chart Changelog
All changes to this chart will be documented in this file.

## [107.77.9] - Feb 20, 2024
## [107.77.10] - April 22, 2024
* Removed integration service
* Added recommended postgresql sizing configurations under sizing directory
* Updated artifactory-federation (probes, port, embedded mode)
* Fixed - Removed duplicate keys of the sizing yaml file
* Fixing broken nginx port [GH-1860](https://github.com/jfrog/charts/issues/1860)
* Added nginx.customCommand to use custom commands for the nginx container

## [107.76.0] - Dec 13, 2023
* Added connectionTimeout and socketTimeout paramaters under AWSS3 binarystore section
Expand Down
4 changes: 2 additions & 2 deletions charts/jfrog/artifactory-jcr/charts/artifactory/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 7.77.9
appVersion: 7.77.10
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -21,4 +21,4 @@ name: artifactory
sources:
- https://github.com/jfrog/charts
type: application
version: 107.77.9
version: 107.77.10
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,9 @@ setupScriptLogsRedirection() {

# Returns Y if this method is run inside a container
isRunningInsideAContainer() {
if [ -f "/.dockerenv" ]; then
local check1=$(grep -sq 'docker\|kubepods' /proc/1/cgroup; echo $?)
local check2=$(grep -sq 'containers' /proc/self/mountinfo; echo $?)
if [[ $check1 == 0 || $check2 == 0 || -f "/.dockerenv" ]]; then
echo -n "$FLAG_Y"
else
echo -n "$FLAG_N"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,15 @@ nginx scheme (http/https)
{{- end -}}
{{- end -}}

{{/*
nginx command
*/}}
{{- define "nginx.command" -}}
{{- if .Values.nginx.customCommand }}
{{ toYaml .Values.nginx.customCommand }}
{{- end }}
{{- end -}}

{{/*
nginx port (8080/8443) based on http/https enabled
*/}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ spec:
imagePullPolicy: {{ .Values.nginx.image.pullPolicy }}
{{- if .Values.nginx.containerSecurityContext.enabled }}
securityContext: {{- omit .Values.nginx.containerSecurityContext "enabled" | toYaml | nindent 10 }}
{{- end }}
{{- if .Values.nginx.customCommand }}
command:
{{- tpl (include "nginx.command" .) . | indent 10 }}
{{- end }}
ports:
{{ if .Values.nginx.customPorts }}
Expand Down
8 changes: 4 additions & 4 deletions charts/new-relic/nri-bundle/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: newrelic-infrastructure
repository: https://newrelic.github.io/nri-kubernetes
version: 3.33.2
version: 3.33.3
- name: nri-prometheus
repository: https://newrelic.github.io/nri-prometheus
version: 2.1.17
Expand All @@ -19,7 +19,7 @@ dependencies:
version: 5.12.1
- name: nri-kube-events
repository: https://newrelic.github.io/nri-kube-events
version: 3.9.4
version: 3.9.5
- name: newrelic-logging
repository: https://newrelic.github.io/helm-charts
version: 1.21.2
Expand All @@ -32,5 +32,5 @@ dependencies:
- name: newrelic-infra-operator
repository: https://newrelic.github.io/newrelic-infra-operator
version: 2.10.0
digest: sha256:9021d097f98f30a65409c8496ed09e8e5456a9f11bb30129c29d1021c96ba14d
generated: "2024-04-15T18:49:39.947112549Z"
digest: sha256:0c565318deb31a2ec54376d6ca173c4a2bcd44c3904ad5d9fbe315eabbbceeb2
generated: "2024-04-22T14:27:28.039217268Z"
6 changes: 3 additions & 3 deletions charts/new-relic/nri-bundle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- condition: infrastructure.enabled,newrelic-infrastructure.enabled
name: newrelic-infrastructure
repository: file://./charts/newrelic-infrastructure
version: 3.33.2
version: 3.33.3
- condition: prometheus.enabled,nri-prometheus.enabled
name: nri-prometheus
repository: file://./charts/nri-prometheus
Expand All @@ -31,7 +31,7 @@ dependencies:
- condition: kubeEvents.enabled,nri-kube-events.enabled
name: nri-kube-events
repository: file://./charts/nri-kube-events
version: 3.9.4
version: 3.9.5
- condition: logging.enabled,newrelic-logging.enabled
name: newrelic-logging
repository: file://./charts/newrelic-logging
Expand Down Expand Up @@ -77,4 +77,4 @@ sources:
- https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-logging
- https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-pixie
- https://github.com/newrelic/newrelic-infra-operator/tree/master/charts/newrelic-infra-operator
version: 5.0.73
version: 5.0.74
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.28.2
appVersion: 3.28.3
dependencies:
- name: common-library
repository: https://helm-charts.newrelic.com
Expand All @@ -23,4 +23,4 @@ sources:
- https://github.com/newrelic/nri-kubernetes/
- https://github.com/newrelic/nri-kubernetes/tree/main/charts/newrelic-infrastructure
- https://github.com/newrelic/infrastructure-agent/
version: 3.33.2
version: 3.33.3
4 changes: 2 additions & 2 deletions charts/new-relic/nri-bundle/charts/nri-kube-events/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.9.4
appVersion: 2.9.5
dependencies:
- name: common-library
repository: https://helm-charts.newrelic.com
Expand All @@ -23,4 +23,4 @@ sources:
- https://github.com/newrelic/nri-kube-events/
- https://github.com/newrelic/nri-kube-events/tree/main/charts/nri-kube-events
- https://github.com/newrelic/infrastructure-agent/
version: 3.9.4
version: 3.9.5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nri-kube-events

![Version: 3.9.4](https://img.shields.io/badge/Version-3.9.4-informational?style=flat-square) ![AppVersion: 2.9.4](https://img.shields.io/badge/AppVersion-2.9.4-informational?style=flat-square)
![Version: 3.9.5](https://img.shields.io/badge/Version-3.9.5-informational?style=flat-square) ![AppVersion: 2.9.5](https://img.shields.io/badge/AppVersion-2.9.5-informational?style=flat-square)

A Helm chart to deploy the New Relic Kube Events router

Expand Down
4 changes: 2 additions & 2 deletions charts/speedscale/speedscale-operator/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.17.0-0'
catalog.cattle.io/release-name: speedscale-operator
apiVersion: v1
appVersion: 2.1.260
appVersion: 2.1.270
description: Stress test your APIs with real world scenarios. Collect and replay
traffic without scripting.
home: https://speedscale.com
Expand All @@ -24,4 +24,4 @@ maintainers:
- email: [email protected]
name: Speedscale Support
name: speedscale-operator
version: 2.1.20
version: 2.1.270
4 changes: 2 additions & 2 deletions charts/speedscale/speedscale-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ _See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documen
A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an
incompatible breaking change needing manual actions.

### Upgrade to 2.1.20
### Upgrade to 2.1.270

```bash
kubectl apply --server-side -f https://raw.githubusercontent.com/speedscale/operator-helm/main/2.1.20/templates/crds/trafficreplays.yaml
kubectl apply --server-side -f https://raw.githubusercontent.com/speedscale/operator-helm/main/2.1.270/templates/crds/trafficreplays.yaml
```

### Upgrade to 1.1.0
Expand Down
4 changes: 2 additions & 2 deletions charts/speedscale/speedscale-operator/app-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ _See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documen
A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an
incompatible breaking change needing manual actions.

### Upgrade to 2.1.20
### Upgrade to 2.1.270

```bash
kubectl apply --server-side -f https://raw.githubusercontent.com/speedscale/operator-helm/main/2.1.20/templates/crds/trafficreplays.yaml
kubectl apply --server-side -f https://raw.githubusercontent.com/speedscale/operator-helm/main/2.1.270/templates/crds/trafficreplays.yaml
```

### Upgrade to 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion charts/speedscale/speedscale-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clusterName: "my-cluster"
# Speedscale components image settings.
image:
registry: gcr.io/speedscale
tag: v2.1.260
tag: v2.1.270
pullPolicy: Always

# Log level for Speedscale components.
Expand Down
Loading

0 comments on commit aadfcef

Please sign in to comment.