Charts CI

```
Updated:
  bitnami/redis:
    - 17.11.5
  bitnami/wordpress:
    - 16.1.15
  btp/chronicle:
    - 0.1.18
  cert-manager/cert-manager:
    - v1.12.2
  jenkins/jenkins:
    - 4.3.28
  kubecost/cost-analyzer:
    - 1.104.1
  loft/loft:
    - 3.2.0
  nats/nats:
    - 0.19.15
  new-relic/nri-bundle:
    - 5.0.19
  pixie/pixie-operator-chart:
    - 0.1.2
  redpanda/redpanda:
    - 4.0.38
```
pull/798/head
github-actions[bot] 2023-06-16 17:00:07 +00:00
parent cf0cd98ffa
commit 21bb620e2a
66 changed files with 696 additions and 94 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/loft/loft-3.2.0.tgz Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -28,4 +28,4 @@ maintainers:
name: redis
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redis
version: 17.11.4
version: 17.11.5

View File

@ -99,7 +99,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------- |
| `image.registry` | Redis® image registry | `docker.io` |
| `image.repository` | Redis® image repository | `bitnami/redis` |
| `image.tag` | Redis® image tag (immutable tags are recommended) | `7.0.11-debian-11-r12` |
| `image.tag` | Redis® image tag (immutable tags are recommended) | `7.0.11-debian-11-r20` |
| `image.digest` | Redis® image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Redis® image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Redis® image pull secrets | `[]` |
@ -333,7 +333,7 @@ The command removes all the Kubernetes components associated with the chart and
| `sentinel.enabled` | Use Redis® Sentinel on Redis® pods. | `false` |
| `sentinel.image.registry` | Redis® Sentinel image registry | `docker.io` |
| `sentinel.image.repository` | Redis® Sentinel image repository | `bitnami/redis-sentinel` |
| `sentinel.image.tag` | Redis® Sentinel image tag (immutable tags are recommended) | `7.0.11-debian-11-r10` |
| `sentinel.image.tag` | Redis® Sentinel image tag (immutable tags are recommended) | `7.0.11-debian-11-r18` |
| `sentinel.image.digest` | Redis® Sentinel image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `sentinel.image.pullPolicy` | Redis® Sentinel image pull policy | `IfNotPresent` |
| `sentinel.image.pullSecrets` | Redis® Sentinel image pull secrets | `[]` |
@ -451,7 +451,7 @@ The command removes all the Kubernetes components associated with the chart and
| `metrics.enabled` | Start a sidecar prometheus exporter to expose Redis® metrics | `false` |
| `metrics.image.registry` | Redis® Exporter image registry | `docker.io` |
| `metrics.image.repository` | Redis® Exporter image repository | `bitnami/redis-exporter` |
| `metrics.image.tag` | Redis® Exporter image tag (immutable tags are recommended) | `1.50.0-debian-11-r13` |
| `metrics.image.tag` | Redis® Exporter image tag (immutable tags are recommended) | `1.50.0-debian-11-r21` |
| `metrics.image.digest` | Redis® Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `metrics.image.pullPolicy` | Redis® Exporter image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Redis® Exporter image pull secrets | `[]` |
@ -517,7 +517,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r118` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r125` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
@ -527,7 +527,7 @@ The command removes all the Kubernetes components associated with the chart and
| `sysctl.enabled` | Enable init container to modify Kernel settings | `false` |
| `sysctl.image.registry` | Bitnami Shell image registry | `docker.io` |
| `sysctl.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
| `sysctl.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r118` |
| `sysctl.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r125` |
| `sysctl.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `sysctl.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
| `sysctl.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |

View File

@ -88,7 +88,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/redis
tag: 7.0.11-debian-11-r12
tag: 7.0.11-debian-11-r20
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@ -1001,7 +1001,7 @@ sentinel:
image:
registry: docker.io
repository: bitnami/redis-sentinel
tag: 7.0.11-debian-11-r10
tag: 7.0.11-debian-11-r18
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@ -1443,7 +1443,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/redis-exporter
tag: 1.50.0-debian-11-r13
tag: 1.50.0-debian-11-r21
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@ -1697,7 +1697,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r118
tag: 11-debian-11-r125
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@ -1745,7 +1745,7 @@ sysctl:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r118
tag: 11-debian-11-r125
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.

View File

@ -40,4 +40,4 @@ maintainers:
name: wordpress
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/wordpress
version: 16.1.14
version: 16.1.15

View File

@ -80,7 +80,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------- | --------------------------------------------------------------------------------------------------------- | --------------------- |
| `image.registry` | WordPress image registry | `docker.io` |
| `image.repository` | WordPress image repository | `bitnami/wordpress` |
| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.2.2-debian-11-r11` |
| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.2.2-debian-11-r13` |
| `image.digest` | WordPress image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | WordPress image pull policy | `IfNotPresent` |
| `image.pullSecrets` | WordPress image pull secrets | `[]` |
@ -247,7 +247,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r124` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r126` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
@ -279,7 +279,7 @@ The command removes all the Kubernetes components associated with the chart and
| `metrics.enabled` | Start a sidecar prometheus exporter to expose metrics | `false` |
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
| `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.13.4-debian-11-r2` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.13.4-debian-11-r5` |
| `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `metrics.image.pullPolicy` | Apache exporter image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Apache exporter image pull secrets | `[]` |

View File

@ -73,7 +73,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/wordpress
tag: 6.2.2-debian-11-r11
tag: 6.2.2-debian-11-r13
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@ -763,7 +763,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r124
tag: 11-debian-11-r126
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@ -857,7 +857,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.13.4-debian-11-r2
tag: 0.13.4-debian-11-r5
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.

View File

@ -22,4 +22,4 @@ keywords:
- blockchain
name: chronicle
type: application
version: 0.1.16
version: 0.1.18

View File

@ -55,10 +55,14 @@ chronicle: {{ include "common.names.fullname" . }}
{{ include "common.names.fullname" . }}-test-id-provider
{{- end -}}
{{- define "chronicle.id-provider.service.url" -}}
{{- define "chronicle.id-provider.service.jwks.url" -}}
http://{{ include "chronicle.id-provider.service" . }}:8090/jwks
{{- end -}}
{{- define "chronicle.id-provider.service.userinfo.url" -}}
http://{{ include "chronicle.id-provider.service" . }}:8090/userinfo
{{- end -}}
{{- define "chronicle.id-claims" -}}
{{- if .Values.auth.id.claims -}}
--id-claims {{ .Values.auth.id.claims }} \
@ -77,18 +81,21 @@ http://{{ include "chronicle.id-provider.service" . }}:8090/jwks
{{- end -}}
{{- else -}}
{{- if .Values.devIdProvider.enabled -}}
{{ include "chronicle.id-provider.service.url" . }}
{{- else -}}
{{/* Do nothing */}}
{{ include "chronicle.id-provider.service.jwks.url" . }}
{{- end -}}
{{- end -}}
{{- end -}}
{{- define "chronicle.jwks-url.cli" -}}
{{- if or (.Values.auth.jwks.url) (.Values.devIdProvider.enabled) -}}
{{- if or (.Values.auth.jwks.url) (.Values.auth.userinfo.url) -}}
{{- if .Values.auth.jwks.url -}}
--jwks-address {{ include "chronicle.jwks-url.url" . }} \
{{- end -}}
{{/* Do nothing */}}
{{- else -}}
{{- if .Values.devIdProvider.enabled -}}
--jwks-address {{ include "chronicle.jwks-url.url" . }} \
{{- end -}}
{{- end -}}
{{- end -}}
{{/* The JWKS and userinfo URLs are connected. */}}
@ -101,18 +108,21 @@ http://{{ include "chronicle.id-provider.service" . }}:8090/jwks
{{- end -}}
{{- else -}}
{{- if .Values.devIdProvider.enabled -}}
{{ include "chronicle.id-provider.service.url" . }}
{{- else -}}
{{/* Do nothing */}}
{{ include "chronicle.id-provider.service.userinfo.url" . }}
{{- end -}}
{{- end -}}
{{- end -}}
{{- define "chronicle.userinfo-url.cli" -}}
{{- if or (.Values.auth.userinfo.url) (.Values.devIdProvider.enabled) -}}
{{- if or (.Values.auth.jwks.url) (.Values.auth.userinfo.url) -}}
{{- if .Values.auth.userinfo.url -}}
--userinfo-address {{ include "chronicle.userinfo-url" . }} \
{{- end -}}
{{/* Do nothing */}}
{{- else -}}
{{- if .Values.devIdProvider.enabled -}}
--userinfo-address {{ include "chronicle.userinfo-url" . }} \
{{- end -}}
{{- end -}}
{{- end -}}
{{- define "chronicle.root-key.secret" -}}

View File

@ -25,7 +25,7 @@ spec:
command: [ "sh", "-c" ]
args:
- |
URL="{{ include "chronicle.id-provider.service.url" . }}"
URL="{{ include "chronicle.id-provider.service.jwks.url" . }}"
wait_for_url() {
local url=$1

View File

@ -9,7 +9,7 @@ annotations:
catalog.cattle.io/namespace: cert-manager
catalog.cattle.io/release-name: cert-manager
apiVersion: v1
appVersion: v1.12.1
appVersion: v1.12.2
description: A Helm chart for cert-manager
home: https://github.com/cert-manager/cert-manager
icon: https://raw.githubusercontent.com/cert-manager/cert-manager/d53c0b9270f8cd90d908460d69502694e1838f5f/logo/logo-small.png
@ -26,4 +26,4 @@ maintainers:
name: cert-manager
sources:
- https://github.com/cert-manager/cert-manager
version: v1.12.1
version: v1.12.2

View File

@ -19,7 +19,7 @@ Before installing the chart, you must first install the cert-manager CustomResou
This is performed in a separate step to allow you to easily uninstall and reinstall cert-manager without deleting your installed custom resources.
```bash
$ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.12.1/cert-manager.crds.yaml
$ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.12.2/cert-manager.crds.yaml
```
To install the chart with the release name `my-release`:
@ -29,7 +29,7 @@ To install the chart with the release name `my-release`:
$ helm repo add jetstack https://charts.jetstack.io
## Install the cert-manager helm chart
$ helm install my-release --namespace cert-manager --version v1.12.1 jetstack/cert-manager
$ helm install my-release --namespace cert-manager --version v1.12.2 jetstack/cert-manager
```
In order to begin issuing certificates, you will need to set up a ClusterIssuer
@ -65,7 +65,7 @@ If you want to completely uninstall cert-manager from your cluster, you will als
delete the previously installed CustomResourceDefinition resources:
```console
$ kubectl delete -f https://github.com/cert-manager/cert-manager/releases/download/v1.12.1/cert-manager.crds.yaml
$ kubectl delete -f https://github.com/cert-manager/cert-manager/releases/download/v1.12.2/cert-manager.crds.yaml
```
## Configuration
@ -86,7 +86,7 @@ The following table lists the configurable parameters of the cert-manager chart
| `global.leaderElection.retryPeriod` | The duration the clients should wait between attempting acquisition and renewal of a leadership | |
| `installCRDs` | If true, CRD resources will be installed as part of the Helm chart. If enabled, when uninstalling CRD resources will be deleted causing all installed custom resources to be DELETED | `false` |
| `image.repository` | Image repository | `quay.io/jetstack/cert-manager-controller` |
| `image.tag` | Image tag | `v1.12.1` |
| `image.tag` | Image tag | `v1.12.2` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `replicaCount` | Number of cert-manager replicas | `1` |
| `clusterResourceNamespace` | Override the namespace used to store DNS provider credentials etc. for ClusterIssuer resources | Same namespace as cert-manager pod |
@ -169,7 +169,7 @@ The following table lists the configurable parameters of the cert-manager chart
| `webhook.tolerations` | Node tolerations for webhook pod assignment | `[]` |
| `webhook.topologySpreadConstraints` | Topology spread constraints for webhook pod assignment | `[]` |
| `webhook.image.repository` | Webhook image repository | `quay.io/jetstack/cert-manager-webhook` |
| `webhook.image.tag` | Webhook image tag | `v1.12.1` |
| `webhook.image.tag` | Webhook image tag | `v1.12.2` |
| `webhook.image.pullPolicy` | Webhook image pull policy | `IfNotPresent` |
| `webhook.securePort` | The port that the webhook should listen on for requests. | `10250` |
| `webhook.securityContext` | Security context for webhook pod assignment | refer to [Default Security Contexts](#default-security-contexts) |
@ -207,12 +207,12 @@ The following table lists the configurable parameters of the cert-manager chart
| `cainjector.tolerations` | Node tolerations for cainjector pod assignment | `[]` |
| `cainjector.topologySpreadConstraints` | Topology spread constraints for cainjector pod assignment | `[]` |
| `cainjector.image.repository` | cainjector image repository | `quay.io/jetstack/cert-manager-cainjector` |
| `cainjector.image.tag` | cainjector image tag | `v1.12.1` |
| `cainjector.image.tag` | cainjector image tag | `v1.12.2` |
| `cainjector.image.pullPolicy` | cainjector image pull policy | `IfNotPresent` |
| `cainjector.securityContext` | Security context for cainjector pod assignment | refer to [Default Security Contexts](#default-security-contexts) |
| `cainjector.containerSecurityContext` | Security context to be set on cainjector component container | refer to [Default Security Contexts](#default-security-contexts) |
| `acmesolver.image.repository` | acmesolver image repository | `quay.io/jetstack/cert-manager-acmesolver` |
| `acmesolver.image.tag` | acmesolver image tag | `v1.12.1` |
| `acmesolver.image.tag` | acmesolver image tag | `v1.12.2` |
| `acmesolver.image.pullPolicy` | acmesolver image pull policy | `IfNotPresent` |
| `startupapicheck.enabled` | Toggles whether the startupapicheck Job should be installed | `true` |
| `startupapicheck.securityContext` | Security context for startupapicheck pod assignment | refer to [Default Security Contexts](#default-security-contexts) |
@ -228,7 +228,7 @@ The following table lists the configurable parameters of the cert-manager chart
| `startupapicheck.tolerations` | Node tolerations for startupapicheck pod assignment | `[]` |
| `startupapicheck.podLabels` | Optional additional labels to add to the startupapicheck Pods | `{}` |
| `startupapicheck.image.repository` | startupapicheck image repository | `quay.io/jetstack/cert-manager-ctl` |
| `startupapicheck.image.tag` | startupapicheck image tag | `v1.12.1` |
| `startupapicheck.image.tag` | startupapicheck image tag | `v1.12.2` |
| `startupapicheck.image.pullPolicy` | startupapicheck image pull policy | `IfNotPresent` |
| `startupapicheck.serviceAccount.create` | If `true`, create a new service account for the startupapicheck component | `true` |
| `startupapicheck.serviceAccount.name` | Service account for the startupapicheck component to be used. If not set and `startupapicheck.serviceAccount.create` is `true`, a name is generated using the fullname template | |

View File

@ -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.
## 4.3.28
Allow the kubernetes API server URL to be configurable.
## 4.3.27
Bump kiwigrid/k8s-sidecar from 1.23.1 to 1.24.4 and jenkins/inbound-agent from 3107.v665000b_51092-5 to 3107.v665000b_51092-15.

View File

@ -49,4 +49,4 @@ sources:
- https://github.com/jenkinsci/docker-inbound-agent
- https://github.com/maorfr/kube-tasks
- https://github.com/jenkinsci/configuration-as-code-plugin
version: 4.3.27
version: 4.3.28

View File

@ -10,6 +10,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
|---------------------------------------------|--------------------------------------------------------------------------|----------------------------------------------------------------------|
| `checkDeprecation` | Checks for deprecated values used | `true` |
| `clusterZone` | Override the cluster name for FQDN resolving | `cluster.local` |
| `kubernetesURL` | Override the Kubernetes API server URL | `https://kubernetes.default` |
| `nameOverride` | Override the resource name prefix | `jenkins` |
| `renderHelmLabels` | Enables rendering of the helm.sh/chart label to the annotations | `true` |
| `fullnameOverride` | Override the full resource names | `jenkins-{release-name}` (or `jenkins` if release-name is `jenkins`) |

View File

@ -164,7 +164,7 @@ jenkins:
maxRequestsPerHostStr: {{ .Values.agent.maxRequestsPerHostStr | quote }}
name: "{{ .Values.controller.cloudName }}"
namespace: "{{ template "jenkins.agent.namespace" . }}"
serverUrl: "https://kubernetes.default"
serverUrl: "{{ .Values.kubernetesURL }}"
{{- if .Values.agent.enabled }}
podLabels:
- key: "jenkins/{{ .Release.Name }}-{{ .Values.agent.componentName }}"

View File

@ -13,6 +13,9 @@
# ref: https://github.com/kubernetes/dns/blob/master/docs/specification.md
clusterZone: "cluster.local"
# The URL of the Kubernetes API server
kubernetesURL: "https://kubernetes.default"
renderHelmLabels: true
controller:

View File

@ -7,7 +7,7 @@ annotations:
catalog.cattle.io/featured: "2"
catalog.cattle.io/release-name: cost-analyzer
apiVersion: v2
appVersion: 1.104.0
appVersion: 1.104.1
dependencies:
- condition: global.grafana.enabled
name: grafana
@ -25,4 +25,4 @@ description: A Helm chart that sets up Kubecost, Prometheus, and Grafana to moni
cloud costs.
icon: https://partner-charts.rancher.io/assets/logos/kubecost.png
name: cost-analyzer
version: 1.104.0
version: 1.104.1

View File

@ -805,6 +805,10 @@ spec:
- name: FEDERATED_FEDERATOR_ENABLED
value: "true"
{{- end}}
{{- if .Values.federatedETL.federator.useMultiClusterDB }}
- name: CURRENT_CLUSTER_ID_FILTER_ENABLED
value: "true"
{{- end}}
- name: ETL_STORE_READ_ONLY
value: {{ (quote .Values.kubecostModel.etlStoreReadOnly) | default (quote false) }}
- name : ETL_CLOUD_USAGE_ENABLED

View File

@ -177,9 +177,9 @@ data:
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
location /model/ {
proxy_connect_timeout 180;
proxy_send_timeout 180;
proxy_read_timeout 180;
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
proxy_pass http://model/;
proxy_redirect off;
proxy_http_version 1.1;
@ -294,9 +294,9 @@ data:
{{- if and (.Values.kubecostDeployment) (.Values.kubecostDeployment.queryServiceReplicas) (gt (.Values.kubecostDeployment.queryServiceReplicas | toString | atoi) 0) }}
location /model/allocation {
proxy_connect_timeout 180;
proxy_send_timeout 180;
proxy_read_timeout 180;
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
proxy_pass http://queryservice/allocation;
proxy_redirect off;
proxy_http_version 1.1;
@ -306,9 +306,9 @@ data:
}
location /model/assets {
proxy_connect_timeout 180;
proxy_send_timeout 180;
proxy_read_timeout 180;
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
proxy_pass http://queryservice/assets;
proxy_redirect off;
proxy_http_version 1.1;
@ -317,5 +317,10 @@ data:
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
{{- end }}
{{- if .Values.kubecostFrontend.trendsDisabled }}
location /model/allocation/trends {
return 204 'endpoint disabled';
}
{{ end }}
}
{{- end }}

View File

@ -1,7 +1,7 @@
{{- if and (not .Values.agent) (not .Values.cloudAgent) (.Values.kubecostDeployment) (.Values.kubecostDeployment.queryServiceReplicas) }}
{{- if gt (.Values.kubecostDeployment.queryServiceReplicas | toString | atoi) 0 }}
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: {{ template "query-service.fullname" . }}
namespace: {{ .Release.Namespace }}
@ -9,11 +9,29 @@ metadata:
{{ include "query-service.commonLabels" . | nindent 4 }}
spec:
replicas: {{ .Values.kubecostDeployment.queryServiceReplicas }}
serviceName: "query-service"
selector:
matchLabels:
app.kubernetes.io/name: query-service
app.kubernetes.io/instance: {{ .Release.Name }}
app: query-service
volumeClaimTemplates:
- metadata:
name: database-storage
spec:
accessModes: [ "ReadWriteOnce" ]
storageClassName: {{ .Values.kubecostDeployment.queryService.storageClass }}
resources:
requests:
storage: {{ .Values.kubecostDeployment.queryService.databaseVolumeSize }}
- metadata:
name: persistent-configs
spec:
accessModes: [ "ReadWriteOnce" ]
storageClassName: {{ .Values.kubecostDeployment.queryService.storageClass }}
resources:
requests:
storage: {{ .Values.kubecostDeployment.queryService.configVolumeSize }}
template:
metadata:
labels:
@ -22,14 +40,15 @@ spec:
app: query-service
spec:
restartPolicy: Always
serviceAccountName: {{ template "query-service.serviceAccountName" . }}
volumes:
- name: persistent-configs
emptyDir: {}
- name: persistent-db
emptyDir: {}
{{- $etlBackupBucketSecret := "" }}
{{- if .Values.kubecostModel.etlBucketConfigSecret }}
{{- if .Values.kubecostModel.queryServiceConfigSecret }}
{{- $etlBackupBucketSecret = .Values.kubecostModel.queryServiceConfigSecret }}
{{- else if .Values.kubecostModel.federatedStorageConfigSecret }}
{{- $etlBackupBucketSecret = .Values.kubecostModel.federatedStorageConfigSecret }}
{{- else if .Values.kubecostModel.etlBucketConfigSecret }}
{{- $etlBackupBucketSecret = .Values.kubecostModel.etlBucketConfigSecret }}
{{- else if and .Values.global.thanos.enabled (ne (typeOf .Values.kubecostModel.etlBucketConfigSecret) "string") }}
{{- $etlBackupBucketSecret = .Values.thanos.storeSecretName }}
@ -47,7 +66,7 @@ spec:
volumeMounts:
- name: persistent-configs
mountPath: /var/configs
- name: persistent-db
- name: database-storage
mountPath: /var/db
securityContext:
runAsUser: 0
@ -84,7 +103,7 @@ spec:
mountPath: /var/configs
- name: etl-bucket-config
mountPath: /var/configs/etl
- name: persistent-db
- name: database-storage
mountPath: /var/db
env:
- name: CONFIG_PATH
@ -95,7 +114,21 @@ spec:
value: "true"
{{- if $etlBackupBucketSecret }}
- name: ETL_BUCKET_CONFIG
{{- if not .Values.kubecostModel.federatedStorageConfigSecret}}
value: "/var/configs/etl/object-store.yaml"
{{- else }}
value: "/var/configs/etl/federated-store.yaml"
- name: CLUSTER_ID
value: "combined"
- name: FEDERATED_STORE_CONFIG
value: "/var/configs/etl/federated-store.yaml"
- name: FEDERATED_CLUSTER
value: "true"
- name: FEDERATED_PRIMARY_CLUSTER
value: "true"
- name: FEDERATED_REDIRECT_BACKUP
value: "true"
{{- end }}
{{- end }}
- name: ETL_TO_DISK_ENABLED
value: "true"

View File

@ -823,6 +823,11 @@ kubecostDeployment:
# maxUnavailable: 1
# type: RollingUpdate
queryServiceReplicas: 0
queryService:
# default storage class
storageClass: ""
databaseVolumeSize: 100Gi
configVolumeSize: 1Gi
# Kubecost Cluster Controller for Right Sizing and Cluster Turndown
clusterController:
@ -931,6 +936,8 @@ federatedETL:
redirectS3Backup: false
# useExistingS3Config will attempt to use existing object-store.yaml configs for S3 backup/Thanos as config for the Federated store
useExistingS3Config: false
# useMultiClusterDB should be set to true if you have a single federated PromQL DB with metrics from all monitored clusters but want to use federation for performance
useMultiClusterDB: false
federator:
# federationCutoffDate is an RFC 3339-formatted string. All ETL files with windows that fall before this time are not processed by the Federator.
# If this is not set, the Federator will process all files regardless of date.

View File

@ -28,4 +28,4 @@ name: loft
sources:
- https://github.com/loft-sh/loft
type: application
version: 3.1.1
version: 3.2.0

View File

@ -4,7 +4,7 @@ annotations:
catalog.cattle.io/kube-version: '>=1.16-0'
catalog.cattle.io/release-name: nats
apiVersion: v2
appVersion: 2.9.17
appVersion: 2.9.18
description: A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications
Technology.
home: http://github.com/nats-io/k8s
@ -18,4 +18,4 @@ maintainers:
name: The NATS Authors
url: https://github.com/nats-io
name: nats
version: 0.19.14
version: 0.19.15

View File

@ -246,7 +246,7 @@ bootconfig:
### Using LoadBalancers
In case of using a load balancer for external access, it is recommended to disable no advertise
In case of using a load balancer for external access, it is recommended to disable advertise
so that internal ips from the NATS Servers are not advertised to the clients connecting through
the load balancer.

View File

@ -6,7 +6,7 @@
nats:
image:
repository: nats
tag: 2.9.17-alpine
tag: 2.9.18-alpine
pullPolicy: IfNotPresent
# registry: docker.io

View File

@ -7,13 +7,13 @@ dependencies:
version: 2.1.16
- name: newrelic-prometheus-agent
repository: https://newrelic.github.io/newrelic-prometheus-configurator
version: 1.2.1
version: 1.2.2
- name: nri-metadata-injection
repository: https://newrelic.github.io/k8s-metadata-injection
version: 4.3.1
- name: newrelic-k8s-metrics-adapter
repository: https://newrelic.github.io/newrelic-k8s-metrics-adapter
version: 1.2.0
version: 1.2.1
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 4.23.0
@ -28,9 +28,9 @@ dependencies:
version: 2.1.1
- name: pixie-operator-chart
repository: https://pixie-operator-charts.storage.googleapis.com
version: 0.1.1
version: 0.1.2
- name: newrelic-infra-operator
repository: https://newrelic.github.io/newrelic-infra-operator
version: 2.2.1
digest: sha256:58f2b44b9c186d8451aed7ac7ef0d694e1915d84f8f9a86a90c9ab518ba514c2
generated: "2023-06-06T04:25:33.278168682Z"
digest: sha256:50ecd96c0b1c50e2aae3f2e2511ce2d109e56ea3622dfdc440fe74524ebb9b1e
generated: "2023-06-15T22:40:52.687794112Z"

View File

@ -15,7 +15,7 @@ dependencies:
- condition: newrelic-prometheus-agent.enabled
name: newrelic-prometheus-agent
repository: file://./charts/newrelic-prometheus-agent
version: 1.2.1
version: 1.2.2
- condition: webhook.enabled,nri-metadata-injection.enabled
name: nri-metadata-injection
repository: file://./charts/nri-metadata-injection
@ -23,7 +23,7 @@ dependencies:
- condition: metrics-adapter.enabled,newrelic-k8s-metrics-adapter.enabled
name: newrelic-k8s-metrics-adapter
repository: file://./charts/newrelic-k8s-metrics-adapter
version: 1.2.0
version: 1.2.1
- condition: ksm.enabled,kube-state-metrics.enabled
name: kube-state-metrics
repository: file://./charts/kube-state-metrics
@ -44,7 +44,7 @@ dependencies:
condition: pixie-chart.enabled
name: pixie-operator-chart
repository: file://./charts/pixie-operator-chart
version: 0.1.1
version: 0.1.2
- condition: newrelic-infra-operator.enabled
name: newrelic-infra-operator
repository: file://./charts/newrelic-infra-operator
@ -89,4 +89,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.18
version: 5.0.19

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.4.2
appVersion: 0.4.3
dependencies:
- name: common-library
repository: https://helm-charts.newrelic.com
@ -34,4 +34,4 @@ name: newrelic-k8s-metrics-adapter
sources:
- https://github.com/newrelic/newrelic-k8s-metrics-adapter
- https://github.com/newrelic/newrelic-k8s-metrics-adapter/tree/main/charts/newrelic-k8s-metrics-adapter
version: 1.2.0
version: 1.2.1

View File

@ -29,6 +29,7 @@ A Helm chart to deploy the New Relic Kubernetes Metrics Adapter.
| config.accountID | string | `nil` | New Relic [Account ID](https://docs.newrelic.com/docs/accounts/accounts-billing/account-structure/account-id/) where the configured metrics are sourced from. (**Required**) |
| config.cacheTTLSeconds | int | `30` | Period of time in seconds in which a cached value of a metric is consider valid. |
| config.externalMetrics | string | See `values.yaml` | Contains all the external metrics definition of the adapter. Each key of the externalMetric entry represents the metric name and contains the parameters that defines it. |
| config.nrdbClientTimeoutSeconds | int | 30 | Defines the NRDB client timeout. The maximum allowed value is 120. |
| config.region | string | Automatically detected from `licenseKey`. | New Relic account region. If not set, it will be automatically derived from the License Key. |
| containerSecurityContext | string | `nil` | Configure containerSecurityContext |
| extraEnv | list | `[]` | Array to add extra environment variables |

View File

@ -7,6 +7,7 @@ verboseLog: false
config:
accountID: 111
region: EU
nrdbClientTimeoutSeconds: 30
image:
repository: e2e/newrelic-metrics-adapter

View File

@ -16,3 +16,4 @@ data:
externalMetrics:
{{- toYaml . | nindent 6 }}
{{- end }}
nrdbClientTimeoutSeconds: {{ .Values.config.nrdbClientTimeoutSeconds | default "30" }}

View File

@ -19,6 +19,7 @@ tests:
accountID: 111
region: A-REGION
cacheTTLSeconds: 30
nrdbClientTimeoutSeconds: 30
- it: has the correct region when global staging
set:
personalAPIKey: 21321
@ -34,6 +35,7 @@ tests:
accountID: 111
region: Staging
cacheTTLSeconds: 30
nrdbClientTimeoutSeconds: 30
- it: has the correct region when global values and licenseKey is from eu
set:
personalAPIKey: 21321
@ -50,6 +52,7 @@ tests:
accountID: 111
region: EU
cacheTTLSeconds: 30
nrdbClientTimeoutSeconds: 30
- it: has the correct region when no global values exist and licenseKey is from eu
set:
personalAPIKey: 21321
@ -64,6 +67,7 @@ tests:
accountID: 111
region: EU
cacheTTLSeconds: 30
nrdbClientTimeoutSeconds: 30
- it: has no region when not defined and licenseKey is not from eu
set:
personalAPIKey: 21321
@ -77,6 +81,7 @@ tests:
value: |
accountID: 111
cacheTTLSeconds: 30
nrdbClientTimeoutSeconds: 30
- it: has externalMetrics when defined
set:
personalAPIKey: 21321
@ -96,3 +101,4 @@ tests:
externalMetrics:
nginx_average_requests:
query: FROM Metric SELECT average(nginx.server.net.requestsPerSecond)
nrdbClientTimeoutSeconds: 30

View File

@ -50,6 +50,10 @@ config:
# If metrics are not from the cluster use removeClusterFilter. Default value for this parameter is false.
# removeClusterFilter: false
# config.nrdbClientTimeoutSeconds -- Defines the NRDB client timeout. The maximum allowed value is 120.
# @default -- 30
nrdbClientTimeoutSeconds: 30
# image -- Registry, repository, tag, and pull policy for the container image.
# @default -- See `values.yaml`.
image:

View File

@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## v1.2.2 - 2023-06-15
### ⛓️ Dependencies
- Updated newrelic/newrelic-prometheus-configurator to v1.4.2 - [Changelog 🔗](https://github.com/newrelic/newrelic-prometheus-configurator/releases/tag/1.4.2)
## v1.2.1 - 2023-06-06
### ⛓️ Dependencies

View File

@ -1,5 +1,5 @@
annotations:
configuratorVersion: 1.4.1
configuratorVersion: 1.4.2
apiVersion: v2
appVersion: v2.37.8
dependencies:
@ -31,4 +31,4 @@ maintainers:
url: https://github.com/xqi-nr
name: newrelic-prometheus-agent
type: application
version: 1.2.1
version: 1.2.2

View File

@ -1,2 +1,2 @@
### ⛓️ Dependencies
- Updated newrelic/newrelic-prometheus-configurator to v1.4.1 - [Changelog 🔗](https://github.com/newrelic/newrelic-prometheus-configurator/releases/tag/1.4.1)
- Updated newrelic/newrelic-prometheus-configurator to v1.4.2 - [Changelog 🔗](https://github.com/newrelic/newrelic-prometheus-configurator/releases/tag/1.4.2)

View File

@ -1,4 +1,4 @@
apiVersion: v2
name: pixie-operator-chart
type: application
version: 0.1.1
version: 0.1.2

View File

@ -19,7 +19,7 @@ spec:
fieldPath: metadata.namespace
- name: PL_VIZIER_NAME
value: '{{ .Values.name }}'
image: gcr.io/pixie-oss/pixie-prod/operator/vizier_deleter:0.1.1
image: gcr.io/pixie-oss/pixie-prod/operator/vizier_deleter:0.1.2
name: delete-job
restartPolicy: Never
serviceAccountName: pl-deleter-service-account

View File

@ -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.1
version: 0.1.201

View File

@ -162,6 +162,27 @@ spec:
description: Resources is the resource requirements for a container.
This field cannot be updated once the cluster is created.
properties:
claims:
description: "Claims lists the names of resources, defined
in spec.resourceClaims, that are used by this container.
\n This is an alpha field and requires enabling the DynamicResourceAllocation
feature gate. \n This field is immutable."
items:
description: ResourceClaim references one entry in PodSpec.ResourceClaims.
properties:
name:
description: Name must match the name of one entry in
pod.spec.resourceClaims of the Pod where this field
is used. It makes that resource available inside a
container.
type: string
required:
- name
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:

View File

@ -3,6 +3,12 @@ kind: CatalogSource
metadata:
name: pixie-operator-index
namespace: {{ .Values.olmOperatorNamespace }}
{{- if .Values.olmCatalogSource.annotations }}
annotations: {{ .Values.olmCatalogSource.annotations | toYaml | nindent 4 }}
{{- end }}
{{- if .Values.olmCatalogSource.labels }}
labels: {{ .Values.olmCatalogSource.labels | toYaml | nindent 4 }}
{{- end }}
spec:
sourceType: grpc
image: {{ if .Values.registry }}{{ .Values.registry }}/gcr.io-pixie-oss-pixie-prod-operator-bundle_index:0.0.1{{ else }}gcr.io/pixie-oss/pixie-prod/operator/bundle_index:0.0.1{{ end }}
@ -11,3 +17,21 @@ spec:
updateStrategy:
registryPoll:
interval: 10m
grpcPodConfig:
tolerations:
- key: "kubernetes.io/arch"
operator: "Equal"
value: "amd64"
effect: "NoSchedule"
- key: "kubernetes.io/arch"
operator: "Equal"
value: "amd64"
effect: "NoExecute"
- key: "kubernetes.io/arch"
operator: "Equal"
value: "arm64"
effect: "NoSchedule"
- key: "kubernetes.io/arch"
operator: "Equal"
value: "arm64"
effect: "NoExecute"

View File

@ -19,7 +19,7 @@ spec:
fieldPath: metadata.namespace
- name: PL_VIZIER_NAME
value: '{{ .Values.name }}'
image: gcr.io/pixie-oss/pixie-prod/operator/vizier_deleter:0.1.0
image: gcr.io/pixie-oss/pixie-prod/operator/vizier_deleter:0.1.2
name: delete-job
restartPolicy: Never
serviceAccountName: pl-deleter-service-account

View File

@ -15,7 +15,12 @@ olmOperatorNamespace: "px-operator"
# The bundle channel which OLM should listen to for the Vizier operator bundles.
# Should be "stable" for production-versions of the operator, and "test" for release candidates.
olmBundleChannel: "stable"
# Optional annotations and labels for CatalogSource.
olmCatalogSource:
# Optional custom annotations to add to deployed pods managed by CatalogSource object.
annotations: {}
# Optional custom labels to add to deployed pods managed by CatalogSource object.
labels: {}
## Vizier configuration
# The name of the Vizier instance deployed to the cluster.
name: "pixie"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://charts.redpanda.com
version: 0.6.6
digest: sha256:af20a82c5cb646895892b783bdcfc50ca41f3f67ec14606c40236969c6a166e4
generated: "2023-06-13T13:11:04.974481059Z"
generated: "2023-06-15T19:55:20.454996416Z"

View File

@ -31,4 +31,4 @@ name: redpanda
sources:
- https://github.com/redpanda-data/helm-charts
type: application
version: 4.0.33
version: 4.0.38

View File

@ -23,6 +23,7 @@ auth:
users:
- name: admin
password: hunter2
mechanism: SCRAM-SHA-256
storage:
persistentVolume:

View File

@ -20,6 +20,10 @@ auth:
sasl:
enabled: true
secretRef: "redpanda-users"
users:
- name: admin
password: change-me
mechanism: SCRAM-SHA-256
storage:
persistentVolume:

View File

@ -21,7 +21,7 @@ auth:
users:
- name: admin
password: badpassword
mechanism: SCRAM-SHA-512
mechanism: SCRAM-SHA-256
- name: user1
password: pass1word
mechanism: SCRAM-SHA-512

View File

@ -0,0 +1,22 @@
storage:
tieredConfig:
cloud_storage_enabled: true
cloud_storage_api_endpoint: storage.googleapis.com
cloud_storage_credentials_source: config_file
cloud_storage_region: "US-WEST1"
cloud_storage_bucket: "${TEST_BUCKET}"
cloud_storage_segment_max_upload_interval_sec: 1
cloud_storage_access_key: "${GCP_ACCESS_KEY_ID}"
cloud_storage_secret_key: "${GCP_SECRET_ACCESS_KEY}"
license_key: "${REDPANDA_SAMPLE_LICENSE}"
resources:
cpu:
cores: 400m
memory:
container:
max: 2.0Gi
redpanda:
memory: 1Gi
reserveMemory: 100Mi

View File

@ -29,8 +29,8 @@ metadata:
{{- . | nindent 4 }}
{{- end }}
spec:
publishNotReadyAddresses: true
type: ClusterIP
publishNotReadyAddresses: true
clusterIP: None
selector:
app.kubernetes.io/name: {{ template "redpanda.name" . }}

View File

@ -40,6 +40,7 @@ metadata:
{{- end }}
spec:
type: LoadBalancer
publishNotReadyAddresses: true
{{- if not ( empty $root.Values.external.sourceRanges ) }}
loadBalancerSourceRanges:
{{- range $values.external.sourceRanges }}

View File

@ -32,6 +32,7 @@ metadata:
{{- end }}
spec:
type: NodePort
publishNotReadyAddresses: true
externalTrafficPolicy: Local
sessionAffinity: None
ports:

View File

@ -44,7 +44,7 @@ spec:
- bash
- -c
- |
curl -svm3 --fail --retry 120 --retry-max-time 120 --retry-all-errors http://{{ include "redpanda.fullname" . }}-console.{{ .Release.Namespace }}.svc:{{ include "console.containerPort" (dict "Values" .Values.console) }}/api/cluster | grep 'Redpanda {{ include "redpanda.tag" . }}'
curl -svm3 --fail --retry 120 --retry-max-time 120 --retry-all-errors http://{{ include "redpanda.fullname" . }}-console.{{ .Release.Namespace }}.svc:{{ include "console.containerPort" (dict "Values" .Values.console) }}/api/cluster
volumeMounts:
- name: {{ template "redpanda.fullname" . }}
mountPath: /tmp/base-config

View File

@ -7384,6 +7384,39 @@ entries:
- assets/softiron/ceph-csi-rbd-1.3.1.tgz
version: 1.3.1
cert-manager:
- annotations:
artifacthub.io/prerelease: "false"
artifacthub.io/signKey: |
fingerprint: 1020CF3C033D4F35BAE1C19E1226061C665DF13E
url: https://cert-manager.io/public-keys/cert-manager-keyring-2021-09-20-1020CF3C033D4F35BAE1C19E1226061C665DF13E.gpg
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: cert-manager
catalog.cattle.io/kube-version: '>= 1.22.0-0'
catalog.cattle.io/namespace: cert-manager
catalog.cattle.io/release-name: cert-manager
apiVersion: v1
appVersion: v1.12.2
created: "2023-06-16T16:58:23.163770089Z"
description: A Helm chart for cert-manager
digest: 5372144a4e59b1c7c0731dcf82d93a7d96578365fb263b6c1209c473683b8284
home: https://github.com/cert-manager/cert-manager
icon: https://raw.githubusercontent.com/cert-manager/cert-manager/d53c0b9270f8cd90d908460d69502694e1838f5f/logo/logo-small.png
keywords:
- cert-manager
- kube-lego
- letsencrypt
- tls
kubeVersion: '>= 1.22.0-0'
maintainers:
- email: cert-manager-maintainers@googlegroups.com
name: cert-manager-maintainers
url: https://cert-manager.io
name: cert-manager
sources:
- https://github.com/cert-manager/cert-manager
urls:
- assets/cert-manager/cert-manager-v1.12.2.tgz
version: v1.12.2
- annotations:
artifacthub.io/prerelease: "false"
artifacthub.io/signKey: |
@ -7865,6 +7898,35 @@ entries:
- assets/codefresh/cf-runtime-0.1.401.tgz
version: 0.1.401
chronicle:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Chronicle
catalog.cattle.io/release-name: chronicle
apiVersion: v2
appVersion: 0.7.3
created: "2023-06-16T16:58:23.101651834Z"
dependencies:
- name: standard-defs
repository: https://btp-charts-stable.s3.amazonaws.com/charts/
version: ~0.1.0
- name: sawtooth
repository: https://btp-charts-unstable.s3.amazonaws.com/charts/
version: ~0.2.0
description: 'Chronicle is an open-source, blockchain-backed, domain-agnostic
provenance product. Chronicle makes it easy for users to record and query immutable
provenance information on a distributed ledger - about any asset, in any domain,
and across multiple parties. '
digest: 4d525fad8105e3c03b82f3d81ecf7e81529cc8c3a40630cc636a1fcf216c7316
home: https://docs.btp.works/chronicle
icon: https://chronicle-resources.s3.amazonaws.com/icons/chronicle-transparent-bg-dark.png
keywords:
- provenance
- blockchain
name: chronicle
type: application
urls:
- assets/btp/chronicle-0.1.18.tgz
version: 0.1.18
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Chronicle
@ -9866,8 +9928,8 @@ entries:
catalog.cattle.io/featured: "2"
catalog.cattle.io/release-name: cost-analyzer
apiVersion: v2
appVersion: 1.104.0
created: "2023-06-08T14:16:11.015311448Z"
appVersion: 1.104.1
created: "2023-06-16T16:58:39.645534836Z"
dependencies:
- condition: global.grafana.enabled
name: grafana
@ -9883,7 +9945,38 @@ entries:
version: ~0.29.0
description: A Helm chart that sets up Kubecost, Prometheus, and Grafana to monitor
cloud costs.
digest: 5385b1623596072d7828723486e98bc339fd638b3752d903ba609ac00e3636b9
digest: 13853df90cf15710c11a3390c159d2baae49f8e09a6c8fd5d7b90cc9c4a4ad3c
icon: https://partner-charts.rancher.io/assets/logos/kubecost.png
name: cost-analyzer
urls:
- assets/kubecost/cost-analyzer-1.104.1.tgz
version: 1.104.1
- annotations:
artifacthub.io/links: |
- name: Homepage
url: https://www.kubecost.com
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Kubecost
catalog.cattle.io/release-name: cost-analyzer
apiVersion: v2
appVersion: 1.104.0
created: "2023-06-16T16:58:26.461693158Z"
dependencies:
- condition: global.grafana.enabled
name: grafana
repository: file://./charts/grafana
version: ~1.17.2
- condition: global.prometheus.enabled
name: prometheus
repository: file://./charts/prometheus
version: ~11.0.2
- condition: global.thanos.enabled
name: thanos
repository: file://./charts/thanos
version: ~0.29.0
description: A Helm chart that sets up Kubecost, Prometheus, and Grafana to monitor
cloud costs.
digest: 56427499b8bc1dbc8e27d3f5437ef6a17216e924b7074c657f91a6ddaa3d2aa1
icon: https://partner-charts.rancher.io/assets/logos/kubecost.png
name: cost-analyzer
urls:
@ -17891,6 +17984,62 @@ entries:
- assets/jaeger/jaeger-operator-2.36.0.tgz
version: 2.36.0
jenkins:
- annotations:
artifacthub.io/category: integration-delivery
artifacthub.io/images: |
- name: jenkins
image: jenkins/jenkins:2.401.1-jdk11
- name: k8s-sidecar
image: kiwigrid/k8s-sidecar:1.24.4
- name: inbound-agent
image: jenkins/inbound-agent:3107.v665000b_51092-15
- name: backup
image: maorfr/kube-tasks:0.2.0
artifacthub.io/license: Apache-2.0
artifacthub.io/links: |
- name: Chart Source
url: https://github.com/jenkinsci/helm-charts/tree/main/charts/jenkins
- name: Jenkins
url: https://www.jenkins.io/
- name: support
url: https://github.com/jenkinsci/helm-charts/issues
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Jenkins
catalog.cattle.io/kube-version: '>=1.14-0'
catalog.cattle.io/release-name: jenkins
apiVersion: v2
appVersion: 2.401.1
created: "2023-06-16T16:58:24.728861719Z"
description: Jenkins - Build great things at any scale! The leading open source
automation server, Jenkins provides hundreds of plugins to support building,
deploying and automating any project.
digest: f2db6ffe4897330cc6eb41ec2881fdafd4bad202733b88cb3a20dc7d8b7615a0
home: https://jenkins.io/
icon: https://get.jenkins.io/art/jenkins-logo/logo.svg
keywords:
- jenkins
- ci
- devops
maintainers:
- email: maor.friedman@redhat.com
name: maorfr
- email: mail@torstenwalter.de
name: torstenwalter
- email: garridomota@gmail.com
name: mogaal
- email: wmcdona89@gmail.com
name: wmcdona89
- email: timjacomb1@gmail.com
name: timja
name: jenkins
sources:
- https://github.com/jenkinsci/jenkins
- https://github.com/jenkinsci/docker-inbound-agent
- https://github.com/maorfr/kube-tasks
- https://github.com/jenkinsci/configuration-as-code-plugin
urls:
- assets/jenkins/jenkins-4.3.28.tgz
version: 4.3.28
- annotations:
artifacthub.io/category: integration-delivery
artifacthub.io/images: |
@ -23511,6 +23660,41 @@ entries:
- assets/linkerd/linkerd2-2.11.0.tgz
version: 2.11.0
loft:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Loft
catalog.cattle.io/kube-version: '>=1.22-0'
catalog.cattle.io/release-name: loft
apiVersion: v2
created: "2023-06-16T16:58:39.787921467Z"
description: Secure Cluster Sharing, Self-Service Namespace Provisioning and Virtual
Clusters
digest: 6398fd24aae54047129eb1f3199efd878a7b54c609a2ae3079ade62cdc4d8d2f
home: https://loft.sh
icon: https://static.loft.sh/loft/logo/loft-logo.svg
keywords:
- developer
- development
- sharing
- share
- multi-tenancy
- tenancy
- cluster
- space
- namespace
- vcluster
- vclusters
maintainers:
- email: info@loft.sh
name: Loft Labs, Inc.
url: https://twitter.com/loft_sh
name: loft
sources:
- https://github.com/loft-sh/loft
type: application
urls:
- assets/loft/loft-3.2.0.tgz
version: 3.2.0
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Loft
@ -25769,6 +25953,31 @@ entries:
- assets/bitnami/mysql-9.4.1.tgz
version: 9.4.1
nats:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: NATS Server
catalog.cattle.io/kube-version: '>=1.16-0'
catalog.cattle.io/release-name: nats
apiVersion: v2
appVersion: 2.9.18
created: "2023-06-16T16:58:39.849122296Z"
description: A Helm chart for the NATS.io High Speed Cloud Native Distributed
Communications Technology.
digest: 667d3330fde76d98f2cee0487fbeb32022626a44ba331cc19fd4506e36b2672b
home: http://github.com/nats-io/k8s
icon: https://nats.io/img/nats-icon-color.png
keywords:
- nats
- messaging
- cncf
maintainers:
- email: info@nats.io
name: The NATS Authors
url: https://github.com/nats-io
name: nats
urls:
- assets/nats/nats-0.19.15.tgz
version: 0.19.15
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: NATS Server
@ -26844,6 +27053,102 @@ entries:
- assets/f5/nginx-service-mesh-0.2.100.tgz
version: 0.2.100
nri-bundle:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: New Relic
catalog.cattle.io/release-name: nri-bundle
apiVersion: v2
created: "2023-06-16T16:58:40.127750105Z"
dependencies:
- condition: infrastructure.enabled,newrelic-infrastructure.enabled
name: newrelic-infrastructure
repository: file://./charts/newrelic-infrastructure
version: 3.19.0
- condition: prometheus.enabled,nri-prometheus.enabled
name: nri-prometheus
repository: file://./charts/nri-prometheus
version: 2.1.16
- condition: newrelic-prometheus-agent.enabled
name: newrelic-prometheus-agent
repository: file://./charts/newrelic-prometheus-agent
version: 1.2.2
- condition: webhook.enabled,nri-metadata-injection.enabled
name: nri-metadata-injection
repository: file://./charts/nri-metadata-injection
version: 4.3.1
- condition: metrics-adapter.enabled,newrelic-k8s-metrics-adapter.enabled
name: newrelic-k8s-metrics-adapter
repository: file://./charts/newrelic-k8s-metrics-adapter
version: 1.2.1
- condition: ksm.enabled,kube-state-metrics.enabled
name: kube-state-metrics
repository: file://./charts/kube-state-metrics
version: 4.23.0
- condition: kubeEvents.enabled,nri-kube-events.enabled
name: nri-kube-events
repository: file://./charts/nri-kube-events
version: 3.1.0
- condition: logging.enabled,newrelic-logging.enabled
name: newrelic-logging
repository: file://./charts/newrelic-logging
version: 1.14.2
- condition: newrelic-pixie.enabled
name: newrelic-pixie
repository: file://./charts/newrelic-pixie
version: 2.1.1
- alias: pixie-chart
condition: pixie-chart.enabled
name: pixie-operator-chart
repository: file://./charts/pixie-operator-chart
version: 0.1.2
- condition: newrelic-infra-operator.enabled
name: newrelic-infra-operator
repository: file://./charts/newrelic-infra-operator
version: 2.2.1
description: Groups together the individual charts for the New Relic Kubernetes
solution for a more comfortable deployment.
digest: 64ddbf5299ddfcdff2cabca2f724506caa4d2aa9327b3d6deaa49f0cf3e89789
home: https://github.com/newrelic/helm-charts
icon: https://newrelic.com/themes/custom/erno/assets/mediakit/new_relic_logo_vertical.svg
keywords:
- infrastructure
- newrelic
- monitoring
maintainers:
- name: nserrino
url: https://github.com/nserrino
- name: philkuz
url: https://github.com/philkuz
- name: htroisi
url: https://github.com/htroisi
- name: juanjjaramillo
url: https://github.com/juanjjaramillo
- name: svetlanabrennan
url: https://github.com/svetlanabrennan
- name: nrepai
url: https://github.com/nrepai
- name: csongnr
url: https://github.com/csongnr
- name: vuqtran88
url: https://github.com/vuqtran88
- name: xqi-nr
url: https://github.com/xqi-nr
name: nri-bundle
sources:
- https://github.com/newrelic/nri-bundle/
- https://github.com/newrelic/nri-bundle/tree/master/charts/nri-bundle
- https://github.com/newrelic/nri-kubernetes/tree/master/charts/newrelic-infrastructure
- https://github.com/newrelic/nri-prometheus/tree/master/charts/nri-prometheus
- https://github.com/newrelic/newrelic-prometheus-configurator/tree/master/charts/newrelic-prometheus-agent
- https://github.com/newrelic/k8s-metadata-injection/tree/master/charts/nri-metadata-injection
- https://github.com/newrelic/newrelic-k8s-metrics-adapter/tree/master/charts/newrelic-k8s-metrics-adapter
- https://github.com/newrelic/nri-kube-events/tree/master/charts/nri-kube-events
- 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
urls:
- assets/new-relic/nri-bundle-5.0.19.tgz
version: 5.0.19
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: New Relic
@ -29462,6 +29767,19 @@ entries:
- assets/openebs/openebs-1.12.300.tgz
version: 1.12.300
pixie-operator-chart:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Pixie
catalog.cattle.io/release-name: pixie
apiVersion: v2
created: "2023-06-16T16:58:40.734868436Z"
digest: 5f8bce6daee6015c4893766179374d58d16eed0e9d668be045dccde59e2fb5e5
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/pixie/icon/color/pixie-icon-color.svg
name: pixie-operator-chart
type: application
urls:
- assets/pixie/pixie-operator-chart-0.1.201.tgz
version: 0.1.201
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Pixie
@ -31709,6 +32027,41 @@ entries:
- assets/quobyte/quobyte-cluster-0.1.5.tgz
version: 0.1.5
redis:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Redis
catalog.cattle.io/kube-version: '>=1.19-0'
catalog.cattle.io/release-name: redis
category: Database
licenses: Apache-2.0
apiVersion: v2
appVersion: 7.0.11
created: "2023-06-16T16:58:21.851181283Z"
dependencies:
- name: common
repository: file://./charts/common
tags:
- bitnami-common
version: 2.x.x
description: Redis(R) is an open source, advanced key-value store. It is often
referred to as a data structure server since keys can contain strings, hashes,
lists, sets and sorted sets.
digest: 9bd821abb28f4f7d021ca6d4badc150301ea96d6f345ab331ac2bbaa8b72d075
home: https://bitnami.com
icon: https://redis.com/wp-content/uploads/2021/08/redis-logo.png
keywords:
- redis
- keyvalue
- database
maintainers:
- name: VMware, Inc.
url: https://github.com/bitnami/charts
name: redis
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redis
urls:
- assets/bitnami/redis-17.11.5.tgz
version: 17.11.5
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Redis
@ -32852,6 +33205,44 @@ entries:
- assets/bitnami/redis-17.3.7.tgz
version: 17.3.7
redpanda:
- annotations:
artifacthub.io/images: |
- name: redpanda
image: docker.redpanda.com/redpandadata/redpanda:v23.1.10
- name: busybox
image: busybox:latest
artifacthub.io/license: Apache-2.0
artifacthub.io/links: |
- name: Documentation
url: https://docs.redpanda.com
- name: "Helm (>= 3.6.0)"
url: https://helm.sh/docs/intro/install/
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Redpanda
catalog.cattle.io/kube-version: '>=1.21-0'
catalog.cattle.io/release-name: redpanda
apiVersion: v2
appVersion: v23.1.12
created: "2023-06-16T16:58:40.988054299Z"
dependencies:
- condition: console.enabled
name: console
repository: file://./charts/console
version: '>=0.5 <1.0'
description: Redpanda is the real-time engine for modern apps.
digest: 285c779d8b599cb5480226bae9f2a3ec9f23ebb1b346e7ba2bc782c562b56781
icon: https://images.ctfassets.net/paqvtpyf8rwu/3cYHw5UzhXCbKuR24GDFGO/73fb682e6157d11c10d5b2b5da1d5af0/skate-stand-panda.svg
kubeVersion: '>=1.21-0'
maintainers:
- name: redpanda-data
url: https://github.com/orgs/redpanda-data/people
name: redpanda
sources:
- https://github.com/redpanda-data/helm-charts
type: application
urls:
- assets/redpanda/redpanda-4.0.38.tgz
version: 4.0.38
- annotations:
artifacthub.io/images: |
- name: redpanda
@ -41441,6 +41832,53 @@ entries:
- assets/hashicorp/vault-0.22.0.tgz
version: 0.22.0
wordpress:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: WordPress
catalog.cattle.io/kube-version: '>=1.19-0'
catalog.cattle.io/release-name: wordpress
category: CMS
licenses: Apache-2.0
apiVersion: v2
appVersion: 6.2.2
created: "2023-06-16T16:58:22.930303303Z"
dependencies:
- condition: memcached.enabled
name: memcached
repository: file://./charts/memcached
version: 6.x.x
- condition: mariadb.enabled
name: mariadb
repository: file://./charts/mariadb
version: 12.x.x
- name: common
repository: file://./charts/common
tags:
- bitnami-common
version: 2.x.x
description: WordPress is the world's most popular blogging and content management
platform. Powerful yet simple, everyone from students to global corporations
use it to build beautiful, functional websites.
digest: c4077a01142642de2a119a655a7642dd0790ec1bad1b02d1a47aec28b054193f
home: https://bitnami.com
icon: https://s.w.org/style/images/about/WordPress-logotype-simplified.png
keywords:
- application
- blog
- cms
- http
- php
- web
- wordpress
maintainers:
- name: VMware, Inc.
url: https://github.com/bitnami/charts
name: wordpress
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/wordpress
urls:
- assets/bitnami/wordpress-16.1.15.tgz
version: 16.1.15
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: WordPress