Charts CI
``` Updated: argo/argo-cd: - 5.51.2 bitnami/kafka: - 26.4.1 bitnami/mariadb: - 14.1.2 bitnami/postgresql: - 13.2.9 bitnami/redis: - 18.3.3 bitnami/tomcat: - 10.11.3 bitnami/wordpress: - 18.1.14 cockroach-labs/cockroachdb: - 11.2.2 crate/crate-operator: - 2.33.0 datadog/datadog-operator: - 1.3.0 dynatrace/dynatrace-operator: - 0.14.2 external-secrets/external-secrets: - 0.9.9 f5/f5-bigip-ctlr: - 0.0.27 new-relic/nri-bundle: - 5.0.45 redpanda/redpanda: - 5.6.45 speedscale/speedscale-operator: - 1.4.4 ```pull/948/head
parent
c910d355af
commit
0a593bcde4
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: fixed
|
||||
description: Add configurations for Applications in any namespace
|
||||
- kind: changed
|
||||
description: Upgrade Argo CD to v2.9.1
|
||||
artifacthub.io/signKey: |
|
||||
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||
|
@ -11,7 +11,7 @@ annotations:
|
|||
catalog.cattle.io/kube-version: '>=1.23.0-0'
|
||||
catalog.cattle.io/release-name: argo-cd
|
||||
apiVersion: v2
|
||||
appVersion: v2.9.0
|
||||
appVersion: v2.9.1
|
||||
dependencies:
|
||||
- condition: redis-ha.enabled
|
||||
name: redis-ha
|
||||
|
@ -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: 5.51.1
|
||||
version: 5.51.2
|
||||
|
|
|
@ -45,4 +45,4 @@ maintainers:
|
|||
name: kafka
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kafka
|
||||
version: 26.4.0
|
||||
version: 26.4.1
|
||||
|
|
|
@ -1179,6 +1179,7 @@ The changes introduced in this version are:
|
|||
- Controller pods will not configure externalAccess unless either:
|
||||
- `controller.controllerOnly=false` (default), meaning the pods are running as 'controller+broker' nodes; or
|
||||
- `externalAccess.controller.service.forceExpose=true`, for use cases where controller-only nodes want to be exposed externally.
|
||||
- TLS certificates value `tls.existingSecret` no longer supports an array of secrets (1 secret per node). It now accepts a single secret containing multiple certificates named `kafka-<role>-<pod-number>` for each Kafka pod, or alternatively, a single certificate shared by all Kafka nodes using wildcard CN and/or SubjectAltNames. **NOTE**: If using CertManager to automatically generate the certificate secrets, only the single certificate approach would be supported.
|
||||
|
||||
#### Upgrading from Kraft mode
|
||||
|
||||
|
|
|
@ -6,14 +6,14 @@ annotations:
|
|||
category: Database
|
||||
images: |
|
||||
- name: mariadb
|
||||
image: docker.io/bitnami/mariadb:11.1.2-debian-11-r1
|
||||
image: docker.io/bitnami/mariadb:11.1.3-debian-11-r0
|
||||
- name: mysqld-exporter
|
||||
image: docker.io/bitnami/mysqld-exporter:0.15.0-debian-11-r70
|
||||
image: docker.io/bitnami/mysqld-exporter:0.15.0-debian-11-r71
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r90
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r91
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 11.1.2
|
||||
appVersion: 11.1.3
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://./charts/common
|
||||
|
@ -37,4 +37,4 @@ maintainers:
|
|||
name: mariadb
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/mariadb
|
||||
version: 14.1.1
|
||||
version: 14.1.2
|
||||
|
|
|
@ -90,7 +90,7 @@ serviceBindings:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mariadb
|
||||
tag: 11.1.2-debian-11-r1
|
||||
tag: 11.1.3-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
@ -1016,7 +1016,7 @@ volumePermissions:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 11-debian-11-r90
|
||||
tag: 11-debian-11-r91
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
|
||||
|
@ -1052,7 +1052,7 @@ metrics:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mysqld-exporter
|
||||
tag: 0.15.0-debian-11-r70
|
||||
tag: 0.15.0-debian-11-r71
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
|
||||
|
|
|
@ -10,7 +10,7 @@ annotations:
|
|||
- name: postgres-exporter
|
||||
image: docker.io/bitnami/postgres-exporter:0.15.0-debian-11-r2
|
||||
- name: postgresql
|
||||
image: docker.io/bitnami/postgresql:16.1.0-debian-11-r2
|
||||
image: docker.io/bitnami/postgresql:16.1.0-debian-11-r4
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 16.1.0
|
||||
|
@ -38,4 +38,4 @@ maintainers:
|
|||
name: postgresql
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
|
||||
version: 13.2.7
|
||||
version: 13.2.9
|
||||
|
|
|
@ -98,7 +98,7 @@ diagnosticMode:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgresql
|
||||
tag: 16.1.0-debian-11-r2
|
||||
tag: 16.1.0-debian-11-r4
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
|
|
@ -37,4 +37,4 @@ maintainers:
|
|||
name: redis
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/redis
|
||||
version: 18.3.2
|
||||
version: 18.3.3
|
||||
|
|
|
@ -364,7 +364,7 @@ The command removes all the Kubernetes components associated with the chart and
|
|||
| `sentinel.annotations` | Additional custom annotations for Redis® Sentinel resource | `{}` |
|
||||
| `sentinel.masterSet` | Master set name | `mymaster` |
|
||||
| `sentinel.quorum` | Sentinel Quorum | `2` |
|
||||
| `sentinel.getMasterTimeout` | Amount of time to allow before get_sentinel_master_info() times out. | `99` |
|
||||
| `sentinel.getMasterTimeout` | Amount of time to allow before get_sentinel_master_info() times out. | `90` |
|
||||
| `sentinel.automateClusterRecovery` | Automate cluster recovery in cases where the last replica is not considered a good replica and Sentinel won't automatically failover to it. | `false` |
|
||||
| `sentinel.redisShutdownWaitFailover` | Whether the Redis® master container waits for the failover at shutdown (in addition to the Redis® Sentinel container). | `true` |
|
||||
| `sentinel.downAfterMilliseconds` | Timeout for detecting a Redis® node is down | `60000` |
|
||||
|
|
|
@ -109,7 +109,7 @@ data:
|
|||
fi
|
||||
|
||||
info "about to run the command: $sentinel_info_command"
|
||||
retry_while "eval $sentinel_info_command" 2 1
|
||||
retry_while "eval $sentinel_info_command" 2 5
|
||||
}
|
||||
|
||||
{{- if and .Values.replica.containerSecurityContext.runAsUser (eq (.Values.replica.containerSecurityContext.runAsUser | int) 0) }}
|
||||
|
@ -331,7 +331,7 @@ data:
|
|||
sentinel_info_command="{{- if and .Values.auth.enabled .Values.auth.sentinel }}REDISCLI_AUTH="\$REDIS_PASSWORD" {{ end }}timeout {{ .Values.sentinel.getMasterTimeout }} redis-cli -h $REDIS_SERVICE -p $SENTINEL_SERVICE_PORT sentinel get-master-addr-by-name {{ .Values.sentinel.masterSet }}"
|
||||
fi
|
||||
info "about to run the command: $sentinel_info_command"
|
||||
retry_while "eval $sentinel_info_command" 2 1
|
||||
retry_while "eval $sentinel_info_command" 2 5
|
||||
}
|
||||
|
||||
[[ -f $REDIS_PASSWORD_FILE ]] && export REDIS_PASSWORD="$(< "${REDIS_PASSWORD_FILE}")"
|
||||
|
|
|
@ -1089,7 +1089,7 @@ sentinel:
|
|||
quorum: 2
|
||||
## @param sentinel.getMasterTimeout Amount of time to allow before get_sentinel_master_info() times out.
|
||||
##
|
||||
getMasterTimeout: 99
|
||||
getMasterTimeout: 90
|
||||
## @param sentinel.automateClusterRecovery Automate cluster recovery in cases where the last replica is not considered a good replica and Sentinel won't automatically failover to it.
|
||||
## This also prevents any new replica from starting until the last remaining replica is elected as master to guarantee that it is the one to be elected by Sentinel, and not a newly started replica with no data.
|
||||
## NOTE: This feature requires a "downAfterMilliseconds" value less or equal to 2000.
|
||||
|
|
|
@ -6,14 +6,14 @@ annotations:
|
|||
category: ApplicationServer
|
||||
images: |
|
||||
- name: jmx-exporter
|
||||
image: docker.io/bitnami/jmx-exporter:0.20.0-debian-11-r0
|
||||
image: docker.io/bitnami/jmx-exporter:0.20.0-debian-11-r1
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r90
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r91
|
||||
- name: tomcat
|
||||
image: docker.io/bitnami/tomcat:10.1.15-debian-11-r1
|
||||
image: docker.io/bitnami/tomcat:10.1.16-debian-11-r0
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 10.1.15
|
||||
appVersion: 10.1.16
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://./charts/common
|
||||
|
@ -38,4 +38,4 @@ maintainers:
|
|||
name: tomcat
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/tomcat
|
||||
version: 10.11.2
|
||||
version: 10.11.3
|
||||
|
|
|
@ -61,7 +61,7 @@ extraDeploy: []
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/tomcat
|
||||
tag: 10.1.15-debian-11-r1
|
||||
tag: 10.1.16-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
@ -597,7 +597,7 @@ volumePermissions:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 11-debian-11-r90
|
||||
tag: 11-debian-11-r91
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
@ -657,7 +657,7 @@ metrics:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jmx-exporter
|
||||
tag: 0.20.0-debian-11-r0
|
||||
tag: 0.20.0-debian-11-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
|
|
@ -10,7 +10,7 @@ annotations:
|
|||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r91
|
||||
- name: wordpress
|
||||
image: docker.io/bitnami/wordpress:6.4.1-debian-11-r1
|
||||
image: docker.io/bitnami/wordpress:6.4.1-debian-11-r4
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 6.4.1
|
||||
|
@ -47,4 +47,4 @@ maintainers:
|
|||
name: wordpress
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/wordpress
|
||||
version: 18.1.11
|
||||
version: 18.1.14
|
||||
|
|
|
@ -76,7 +76,7 @@ diagnosticMode:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/wordpress
|
||||
tag: 6.4.1-debian-11-r1
|
||||
tag: 6.4.1-debian-11-r4
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
|
|
@ -4,7 +4,7 @@ annotations:
|
|||
catalog.cattle.io/kube-version: '>=1.8-0'
|
||||
catalog.cattle.io/release-name: cockroachdb
|
||||
apiVersion: v1
|
||||
appVersion: 23.1.11
|
||||
appVersion: 23.1.12
|
||||
description: CockroachDB is a scalable, survivable, strongly-consistent SQL database.
|
||||
home: https://www.cockroachlabs.com
|
||||
icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png
|
||||
|
@ -14,4 +14,4 @@ maintainers:
|
|||
name: cockroachdb
|
||||
sources:
|
||||
- https://github.com/cockroachdb/cockroach
|
||||
version: 11.2.1
|
||||
version: 11.2.2
|
||||
|
|
|
@ -229,10 +229,10 @@ kubectl get pods \
|
|||
```
|
||||
|
||||
```
|
||||
my-release-cockroachdb-0 cockroachdb/cockroach:v23.1.11
|
||||
my-release-cockroachdb-1 cockroachdb/cockroach:v23.1.11
|
||||
my-release-cockroachdb-2 cockroachdb/cockroach:v23.1.11
|
||||
my-release-cockroachdb-3 cockroachdb/cockroach:v23.1.11
|
||||
my-release-cockroachdb-0 cockroachdb/cockroach:v23.1.12
|
||||
my-release-cockroachdb-1 cockroachdb/cockroach:v23.1.12
|
||||
my-release-cockroachdb-2 cockroachdb/cockroach:v23.1.12
|
||||
my-release-cockroachdb-3 cockroachdb/cockroach:v23.1.12
|
||||
```
|
||||
|
||||
Resume normal operations. Once you are comfortable that the stability and performance of the cluster is what you'd expect post-upgrade, finalize the upgrade:
|
||||
|
@ -316,7 +316,7 @@ For details see the [`values.yaml`](values.yaml) file.
|
|||
| `conf.store.size` | CockroachDB storage size | `""` |
|
||||
| `conf.store.attrs` | CockroachDB storage attributes | `""` |
|
||||
| `image.repository` | Container image name | `cockroachdb/cockroach` |
|
||||
| `image.tag` | Container image tag | `v23.1.11` |
|
||||
| `image.tag` | Container image tag | `v23.1.12` |
|
||||
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
|
||||
| `image.credentials` | `registry`, `user` and `pass` credentials to pull private image | `{}` |
|
||||
| `statefulset.replicas` | StatefulSet replicas number | `3` |
|
||||
|
@ -368,6 +368,7 @@ For details see the [`values.yaml`](values.yaml) file.
|
|||
| `serviceMonitor.annotations` | Additional annotations of ServiceMonitor | `{}` |
|
||||
| `serviceMonitor.interval` | ServiceMonitor scrape metrics interval | `10s` |
|
||||
| `serviceMonitor.scrapeTimeout` | ServiceMonitor scrape timeout | `nil` |
|
||||
| `serviceMonitor.tlsConfig` | Additional TLS configuration of ServiceMonitor | `{}` |
|
||||
| `serviceMonitor.namespaced` | Limit ServiceMonitor to current namespace | `false` |
|
||||
| `storage.hostPath` | Absolute path on host to store data | `""` |
|
||||
| `storage.persistentVolume.enabled` | Whether to use PersistentVolume to store data | `yes` |
|
||||
|
|
|
@ -48,4 +48,7 @@ spec:
|
|||
{{- if $serviceMonitor.scrapeTimeout }}
|
||||
scrapeTimeout: {{ $serviceMonitor.scrapeTimeout }}
|
||||
{{- end }}
|
||||
{{- if .Values.serviceMonitor.tlsConfig }}
|
||||
tlsConfig: {{ toYaml .Values.serviceMonitor.tlsConfig | nindent 6 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
|
@ -7,7 +7,7 @@ fullnameOverride: ""
|
|||
|
||||
image:
|
||||
repository: cockroachdb/cockroach
|
||||
tag: v23.1.11
|
||||
tag: v23.1.12
|
||||
pullPolicy: IfNotPresent
|
||||
credentials: {}
|
||||
# registry: docker.io
|
||||
|
@ -350,6 +350,10 @@ serviceMonitor:
|
|||
# Limits the ServiceMonitor to the current namespace if set to `true`.
|
||||
namespaced: false
|
||||
|
||||
# tlsConfig: TLS configuration to use when scraping the endpoint.
|
||||
# Of type: https://github.com/coreos/prometheus-operator/blob/main/Documentation/api.md#tlsconfig
|
||||
tlsConfig: {}
|
||||
|
||||
# CockroachDB's data persistence.
|
||||
# If neither `persistentVolume` nor `hostPath` is used, then data will be
|
||||
# persisted in ad-hoc `emptyDir`.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
dependencies:
|
||||
- name: crate-operator-crds
|
||||
repository: file://../crate-operator-crds
|
||||
version: 2.32.0
|
||||
digest: sha256:06a924178334a8d611c23cbd7c5a80c75e8488a2c1136546bf22c28c73942d6d
|
||||
generated: "2023-11-09T08:48:00.955781039Z"
|
||||
version: 2.33.0
|
||||
digest: sha256:0507220f505b512b4b89c7ddbc8370c161c39683c70def1bea8640b8f532bd17
|
||||
generated: "2023-11-14T13:35:09.491416868Z"
|
||||
|
|
|
@ -3,16 +3,16 @@ annotations:
|
|||
catalog.cattle.io/display-name: CrateDB Operator
|
||||
catalog.cattle.io/release-name: crate-operator
|
||||
apiVersion: v2
|
||||
appVersion: 2.32.0
|
||||
appVersion: 2.33.0
|
||||
dependencies:
|
||||
- condition: crate-operator-crds.enabled
|
||||
name: crate-operator-crds
|
||||
repository: file://./charts/crate-operator-crds
|
||||
version: 2.32.0
|
||||
version: 2.33.0
|
||||
description: Crate Operator - Helm chart for installing and upgrading Crate Operator.
|
||||
icon: https://raw.githubusercontent.com/crate/crate/master/docs/_static/crate-logo.svg
|
||||
maintainers:
|
||||
- name: Crate.io
|
||||
name: crate-operator
|
||||
type: application
|
||||
version: 2.32.0
|
||||
version: 2.33.0
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
apiVersion: v2
|
||||
appVersion: 2.32.0
|
||||
appVersion: 2.33.0
|
||||
description: Crate Operator CRDs - Helm chart for installing and upgrading Custom
|
||||
Resource Definitions (CRDs) for the Crate Operator.
|
||||
maintainers:
|
||||
- name: Crate.io
|
||||
name: crate-operator-crds
|
||||
type: application
|
||||
version: 2.32.0
|
||||
version: 2.33.0
|
||||
|
|
|
@ -437,6 +437,9 @@ spec:
|
|||
replicas:
|
||||
description: Number of CrateDB nodes of this type.
|
||||
type: number
|
||||
nodepool:
|
||||
description: Type of nodepool where the cluster should run.
|
||||
type: string
|
||||
resources:
|
||||
properties:
|
||||
cpus:
|
||||
|
@ -519,6 +522,9 @@ spec:
|
|||
description: Number of master nodes. Should be an odd number.
|
||||
minimum: 3
|
||||
type: number
|
||||
nodepool:
|
||||
description: Type of nodepool where the cluster should run.
|
||||
type: string
|
||||
resources:
|
||||
properties:
|
||||
cpus:
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.3.0
|
||||
|
||||
* Add configuration to mount volumes (`volumes` and `volumeMounts`) in the container. Empty by default.
|
||||
|
||||
## 1.2.2
|
||||
|
||||
* Fix that an error occurs when specifying replicaCount using `--set`
|
||||
|
||||
## 1.2.1
|
||||
|
|
|
@ -26,4 +26,4 @@ name: datadog-operator
|
|||
sources:
|
||||
- https://app.datadoghq.com/account/settings#agent/kubernetes
|
||||
- https://github.com/DataDog/datadog-agent
|
||||
version: 1.2.2
|
||||
version: 1.3.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Datadog Operator
|
||||
|
||||
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
|
||||
![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
|
||||
|
||||
## Values
|
||||
|
||||
|
@ -50,6 +50,8 @@
|
|||
| site | string | `nil` | The site of the Datadog intake to send data to (documentation: https://docs.datadoghq.com/getting_started/site/) |
|
||||
| supportExtendedDaemonset | string | `"false"` | If true, supports using ExtendedDaemonSet CRD |
|
||||
| tolerations | list | `[]` | Allows to schedule Datadog Operator on tainted nodes |
|
||||
| volumeMounts | list | `[]` | Specify additional volumes to mount in the container |
|
||||
| volumes | list | `[]` | Specify additional volumes to mount in the container |
|
||||
| watchNamespaces | list | `[]` | Restricts the Operator to watch its managed resources on specific namespaces |
|
||||
|
||||
## How to configure which namespaces are watched by the Operator.
|
||||
|
|
|
@ -128,12 +128,15 @@ spec:
|
|||
periodSeconds: 10
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
{{- if .Values.datadogCRDs.migration.datadogAgents.conversionWebhook.enabled }}
|
||||
volumeMounts:
|
||||
{{- if .Values.datadogCRDs.migration.datadogAgents.conversionWebhook.enabled }}
|
||||
- mountPath: /tmp/k8s-webhook-server/serving-certs
|
||||
name: cert
|
||||
readOnly: true
|
||||
{{- end }}
|
||||
{{- if .Values.volumeMounts }}
|
||||
{{- toYaml .Values.volumeMounts | nindent 10 }}
|
||||
{{- end }}
|
||||
{{- if .Values.containerSecurityContext }}
|
||||
securityContext:
|
||||
{{- toYaml .Values.containerSecurityContext | nindent 12 }}
|
||||
|
@ -150,10 +153,13 @@ spec:
|
|||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.datadogCRDs.migration.datadogAgents.conversionWebhook.enabled }}
|
||||
volumes:
|
||||
{{- if .Values.datadogCRDs.migration.datadogAgents.conversionWebhook.enabled }}
|
||||
- name: cert
|
||||
secret:
|
||||
defaultMode: 420
|
||||
secretName: {{ .Release.Name }}-webhook-server-cert
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.volumes }}
|
||||
{{- toYaml .Values.volumes | nindent 6 }}
|
||||
{{- end }}
|
||||
|
|
|
@ -144,3 +144,15 @@ watchNamespaces: []
|
|||
|
||||
# containerSecurityContext -- A security context defines privileges and access control settings for a container.
|
||||
containerSecurityContext: {}
|
||||
|
||||
# volumes -- Specify additional volumes to mount in the container
|
||||
volumes: []
|
||||
# - hostPath:
|
||||
# path: <HOST_PATH>
|
||||
# name: <VOLUME_NAME>
|
||||
|
||||
# volumeMounts -- Specify additional volumes to mount in the container
|
||||
volumeMounts: []
|
||||
# - name: <VOLUME_NAME>
|
||||
# mountPath: <CONTAINER_PATH>
|
||||
# readOnly: true
|
||||
|
|
|
@ -4,7 +4,7 @@ annotations:
|
|||
catalog.cattle.io/kube-version: '>=1.19.0-0'
|
||||
catalog.cattle.io/release-name: dynatrace-operator
|
||||
apiVersion: v2
|
||||
appVersion: 0.14.1
|
||||
appVersion: 0.14.2
|
||||
description: The Dynatrace Operator Helm chart for Kubernetes and OpenShift
|
||||
home: https://www.dynatrace.com/
|
||||
icon: https://assets.dynatrace.com/global/resources/Signet_Logo_RGB_CP_512x512px.png
|
||||
|
@ -20,4 +20,4 @@ name: dynatrace-operator
|
|||
sources:
|
||||
- https://github.com/Dynatrace/dynatrace-operator
|
||||
type: application
|
||||
version: 0.14.1
|
||||
version: 0.14.2
|
||||
|
|
|
@ -23,7 +23,7 @@ webhooks:
|
|||
- name: webhook.pod.dynatrace.com
|
||||
reinvocationPolicy: IfNeeded
|
||||
failurePolicy: Ignore
|
||||
timeoutSeconds: 2
|
||||
timeoutSeconds: {{.Values.webhook.mutatingWebhook.timeoutSeconds}}
|
||||
rules:
|
||||
- apiGroups: [ "" ]
|
||||
apiVersions: [ "v1" ]
|
||||
|
@ -44,7 +44,7 @@ webhooks:
|
|||
- name: webhook.ns.dynatrace.com
|
||||
reinvocationPolicy: IfNeeded
|
||||
failurePolicy: Ignore
|
||||
timeoutSeconds: 2
|
||||
timeoutSeconds: {{.Values.webhook.mutatingWebhook.timeoutSeconds}}
|
||||
rules:
|
||||
- apiGroups: [ "" ]
|
||||
apiVersions: [ "v1" ]
|
||||
|
|
|
@ -40,7 +40,7 @@ webhooks:
|
|||
resources:
|
||||
- dynakubes
|
||||
name: webhook.dynatrace.com
|
||||
timeoutSeconds: 10
|
||||
timeoutSeconds: {{.Values.webhook.validatingWebhook.timeoutSeconds}}
|
||||
sideEffects: None
|
||||
- admissionReviewVersions:
|
||||
- v1
|
||||
|
@ -62,6 +62,6 @@ webhooks:
|
|||
resources:
|
||||
- edgeconnects
|
||||
name: edgeconnect.webhook.dynatrace.com
|
||||
timeoutSeconds: 10
|
||||
timeoutSeconds: {{.Values.webhook.validatingWebhook.timeoutSeconds}}
|
||||
sideEffects: None
|
||||
{{ end }}
|
||||
|
|
|
@ -78,6 +78,10 @@ webhook:
|
|||
cpu: 300m
|
||||
memory: 128Mi
|
||||
highAvailability: true
|
||||
validatingWebhook:
|
||||
timeoutSeconds: 10
|
||||
mutatingWebhook:
|
||||
timeoutSeconds: 2
|
||||
|
||||
csidriver:
|
||||
enabled: false
|
||||
|
|
|
@ -4,7 +4,7 @@ annotations:
|
|||
catalog.cattle.io/kube-version: '>= 1.19.0-0'
|
||||
catalog.cattle.io/release-name: external-secrets
|
||||
apiVersion: v2
|
||||
appVersion: v0.9.8
|
||||
appVersion: v0.9.9
|
||||
description: External secret management for Kubernetes
|
||||
home: https://github.com/external-secrets/external-secrets
|
||||
icon: https://raw.githubusercontent.com/external-secrets/external-secrets/main/assets/eso-logo-large.png
|
||||
|
@ -17,4 +17,4 @@ maintainers:
|
|||
name: mcavoyk
|
||||
name: external-secrets
|
||||
type: application
|
||||
version: 0.9.8
|
||||
version: 0.9.9
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
[//]: # (README.md generated by gotmpl. DO NOT EDIT.)
|
||||
|
||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.9.8](https://img.shields.io/badge/Version-0.9.8-informational?style=flat-square)
|
||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.9.9](https://img.shields.io/badge/Version-0.9.9-informational?style=flat-square)
|
||||
|
||||
External secret management for Kubernetes
|
||||
|
||||
|
|
|
@ -119,7 +119,7 @@ spec:
|
|||
maxProperties: 1
|
||||
properties:
|
||||
generatorRef:
|
||||
description: GeneratorRef points to a generator custom resource in
|
||||
description: "GeneratorRef points to a generator custom resource. \n Deprecated: The generatorRef is not implemented in .data[]. this will be removed with v1."
|
||||
properties:
|
||||
apiVersion:
|
||||
default: generators.external-secrets.io/v1alpha1
|
||||
|
@ -263,7 +263,7 @@ spec:
|
|||
maxProperties: 1
|
||||
properties:
|
||||
generatorRef:
|
||||
description: GeneratorRef points to a generator custom resource in
|
||||
description: GeneratorRef points to a generator custom resource.
|
||||
properties:
|
||||
apiVersion:
|
||||
default: generators.external-secrets.io/v1alpha1
|
||||
|
|
|
@ -703,12 +703,35 @@ spec:
|
|||
- tenancy
|
||||
- user
|
||||
type: object
|
||||
compartment:
|
||||
description: Compartment is the vault compartment OCID. Required for PushSecret
|
||||
type: string
|
||||
encryptionKey:
|
||||
description: EncryptionKey is the OCID of the encryption key within the vault. Required for PushSecret
|
||||
type: string
|
||||
principalType:
|
||||
description: The type of principal to use for authentication. If left blank, the Auth struct will determine the principal type. This optional field must be specified if using workload identity.
|
||||
type: string
|
||||
region:
|
||||
description: Region is the region where vault is located.
|
||||
type: string
|
||||
serviceAccountRef:
|
||||
description: ServiceAccountRef specified the service account that should be used when authenticating with WorkloadIdentity.
|
||||
properties:
|
||||
audiences:
|
||||
description: Audience specifies the `aud` claim for the service account token If the service account uses a well-known annotation for e.g. IRSA or GCP Workload Identity then this audiences will be appended to the list
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
name:
|
||||
description: The name of the ServiceAccount resource being referred to.
|
||||
type: string
|
||||
namespace:
|
||||
description: Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults to the namespace of the referent.
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
type: object
|
||||
vault:
|
||||
description: Vault is the vault's OCID of the specific vault where secret is located.
|
||||
type: string
|
||||
|
@ -2224,12 +2247,35 @@ spec:
|
|||
- tenancy
|
||||
- user
|
||||
type: object
|
||||
compartment:
|
||||
description: Compartment is the vault compartment OCID. Required for PushSecret
|
||||
type: string
|
||||
encryptionKey:
|
||||
description: EncryptionKey is the OCID of the encryption key within the vault. Required for PushSecret
|
||||
type: string
|
||||
principalType:
|
||||
description: The type of principal to use for authentication. If left blank, the Auth struct will determine the principal type. This optional field must be specified if using workload identity.
|
||||
type: string
|
||||
region:
|
||||
description: Region is the region where vault is located.
|
||||
type: string
|
||||
serviceAccountRef:
|
||||
description: ServiceAccountRef specified the service account that should be used when authenticating with WorkloadIdentity.
|
||||
properties:
|
||||
audiences:
|
||||
description: Audience specifies the `aud` claim for the service account token If the service account uses a well-known annotation for e.g. IRSA or GCP Workload Identity then this audiences will be appended to the list
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
name:
|
||||
description: The name of the ServiceAccount resource being referred to.
|
||||
type: string
|
||||
namespace:
|
||||
description: Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults to the namespace of the referent.
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
type: object
|
||||
vault:
|
||||
description: Vault is the vault's OCID of the specific vault where secret is located.
|
||||
type: string
|
||||
|
|
|
@ -341,7 +341,7 @@ spec:
|
|||
maxProperties: 1
|
||||
properties:
|
||||
generatorRef:
|
||||
description: GeneratorRef points to a generator custom resource in
|
||||
description: "GeneratorRef points to a generator custom resource. \n Deprecated: The generatorRef is not implemented in .data[]. this will be removed with v1."
|
||||
properties:
|
||||
apiVersion:
|
||||
default: generators.external-secrets.io/v1alpha1
|
||||
|
@ -485,7 +485,7 @@ spec:
|
|||
maxProperties: 1
|
||||
properties:
|
||||
generatorRef:
|
||||
description: GeneratorRef points to a generator custom resource in
|
||||
description: GeneratorRef points to a generator custom resource.
|
||||
properties:
|
||||
apiVersion:
|
||||
default: generators.external-secrets.io/v1alpha1
|
||||
|
|
|
@ -703,12 +703,35 @@ spec:
|
|||
- tenancy
|
||||
- user
|
||||
type: object
|
||||
compartment:
|
||||
description: Compartment is the vault compartment OCID. Required for PushSecret
|
||||
type: string
|
||||
encryptionKey:
|
||||
description: EncryptionKey is the OCID of the encryption key within the vault. Required for PushSecret
|
||||
type: string
|
||||
principalType:
|
||||
description: The type of principal to use for authentication. If left blank, the Auth struct will determine the principal type. This optional field must be specified if using workload identity.
|
||||
type: string
|
||||
region:
|
||||
description: Region is the region where vault is located.
|
||||
type: string
|
||||
serviceAccountRef:
|
||||
description: ServiceAccountRef specified the service account that should be used when authenticating with WorkloadIdentity.
|
||||
properties:
|
||||
audiences:
|
||||
description: Audience specifies the `aud` claim for the service account token If the service account uses a well-known annotation for e.g. IRSA or GCP Workload Identity then this audiences will be appended to the list
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
name:
|
||||
description: The name of the ServiceAccount resource being referred to.
|
||||
type: string
|
||||
namespace:
|
||||
description: Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults to the namespace of the referent.
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
type: object
|
||||
vault:
|
||||
description: Vault is the vault's OCID of the specific vault where secret is located.
|
||||
type: string
|
||||
|
@ -2224,12 +2247,35 @@ spec:
|
|||
- tenancy
|
||||
- user
|
||||
type: object
|
||||
compartment:
|
||||
description: Compartment is the vault compartment OCID. Required for PushSecret
|
||||
type: string
|
||||
encryptionKey:
|
||||
description: EncryptionKey is the OCID of the encryption key within the vault. Required for PushSecret
|
||||
type: string
|
||||
principalType:
|
||||
description: The type of principal to use for authentication. If left blank, the Auth struct will determine the principal type. This optional field must be specified if using workload identity.
|
||||
type: string
|
||||
region:
|
||||
description: Region is the region where vault is located.
|
||||
type: string
|
||||
serviceAccountRef:
|
||||
description: ServiceAccountRef specified the service account that should be used when authenticating with WorkloadIdentity.
|
||||
properties:
|
||||
audiences:
|
||||
description: Audience specifies the `aud` claim for the service account token If the service account uses a well-known annotation for e.g. IRSA or GCP Workload Identity then this audiences will be appended to the list
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
name:
|
||||
description: The name of the ServiceAccount resource being referred to.
|
||||
type: string
|
||||
namespace:
|
||||
description: Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults to the namespace of the referent.
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
type: object
|
||||
vault:
|
||||
description: Vault is the vault's OCID of the specific vault where secret is located.
|
||||
type: string
|
||||
|
|
|
@ -7,8 +7,8 @@ should match snapshot of default values:
|
|||
app.kubernetes.io/instance: RELEASE-NAME
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: external-secrets-cert-controller
|
||||
app.kubernetes.io/version: v0.9.8
|
||||
helm.sh/chart: external-secrets-0.9.8
|
||||
app.kubernetes.io/version: v0.9.9
|
||||
helm.sh/chart: external-secrets-0.9.9
|
||||
name: RELEASE-NAME-external-secrets-cert-controller
|
||||
namespace: NAMESPACE
|
||||
spec:
|
||||
|
@ -24,8 +24,8 @@ should match snapshot of default values:
|
|||
app.kubernetes.io/instance: RELEASE-NAME
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: external-secrets-cert-controller
|
||||
app.kubernetes.io/version: v0.9.8
|
||||
helm.sh/chart: external-secrets-0.9.8
|
||||
app.kubernetes.io/version: v0.9.9
|
||||
helm.sh/chart: external-secrets-0.9.9
|
||||
spec:
|
||||
automountServiceAccountToken: true
|
||||
containers:
|
||||
|
@ -38,7 +38,7 @@ should match snapshot of default values:
|
|||
- --secret-namespace=NAMESPACE
|
||||
- --metrics-addr=:8080
|
||||
- --healthz-addr=:8081
|
||||
image: ghcr.io/external-secrets/external-secrets:v0.9.8
|
||||
image: ghcr.io/external-secrets/external-secrets:v0.9.9
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: cert-controller
|
||||
ports:
|
||||
|
|
|
@ -7,8 +7,8 @@ should match snapshot of default values:
|
|||
app.kubernetes.io/instance: RELEASE-NAME
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: external-secrets
|
||||
app.kubernetes.io/version: v0.9.8
|
||||
helm.sh/chart: external-secrets-0.9.8
|
||||
app.kubernetes.io/version: v0.9.9
|
||||
helm.sh/chart: external-secrets-0.9.9
|
||||
name: RELEASE-NAME-external-secrets
|
||||
namespace: NAMESPACE
|
||||
spec:
|
||||
|
@ -24,14 +24,14 @@ should match snapshot of default values:
|
|||
app.kubernetes.io/instance: RELEASE-NAME
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: external-secrets
|
||||
app.kubernetes.io/version: v0.9.8
|
||||
helm.sh/chart: external-secrets-0.9.8
|
||||
app.kubernetes.io/version: v0.9.9
|
||||
helm.sh/chart: external-secrets-0.9.9
|
||||
spec:
|
||||
automountServiceAccountToken: true
|
||||
containers:
|
||||
- args:
|
||||
- --concurrent=1
|
||||
image: ghcr.io/external-secrets/external-secrets:v0.9.8
|
||||
image: ghcr.io/external-secrets/external-secrets:v0.9.9
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: external-secrets
|
||||
ports:
|
||||
|
|
|
@ -708,12 +708,35 @@ should match snapshot of default values:
|
|||
- tenancy
|
||||
- user
|
||||
type: object
|
||||
compartment:
|
||||
description: Compartment is the vault compartment OCID. Required for PushSecret
|
||||
type: string
|
||||
encryptionKey:
|
||||
description: EncryptionKey is the OCID of the encryption key within the vault. Required for PushSecret
|
||||
type: string
|
||||
principalType:
|
||||
description: The type of principal to use for authentication. If left blank, the Auth struct will determine the principal type. This optional field must be specified if using workload identity.
|
||||
type: string
|
||||
region:
|
||||
description: Region is the region where vault is located.
|
||||
type: string
|
||||
serviceAccountRef:
|
||||
description: ServiceAccountRef specified the service account that should be used when authenticating with WorkloadIdentity.
|
||||
properties:
|
||||
audiences:
|
||||
description: Audience specifies the `aud` claim for the service account token If the service account uses a well-known annotation for e.g. IRSA or GCP Workload Identity then this audiences will be appended to the list
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
name:
|
||||
description: The name of the ServiceAccount resource being referred to.
|
||||
type: string
|
||||
namespace:
|
||||
description: Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults to the namespace of the referent.
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
type: object
|
||||
vault:
|
||||
description: Vault is the vault's OCID of the specific vault where secret is located.
|
||||
type: string
|
||||
|
@ -2229,12 +2252,35 @@ should match snapshot of default values:
|
|||
- tenancy
|
||||
- user
|
||||
type: object
|
||||
compartment:
|
||||
description: Compartment is the vault compartment OCID. Required for PushSecret
|
||||
type: string
|
||||
encryptionKey:
|
||||
description: EncryptionKey is the OCID of the encryption key within the vault. Required for PushSecret
|
||||
type: string
|
||||
principalType:
|
||||
description: The type of principal to use for authentication. If left blank, the Auth struct will determine the principal type. This optional field must be specified if using workload identity.
|
||||
type: string
|
||||
region:
|
||||
description: Region is the region where vault is located.
|
||||
type: string
|
||||
serviceAccountRef:
|
||||
description: ServiceAccountRef specified the service account that should be used when authenticating with WorkloadIdentity.
|
||||
properties:
|
||||
audiences:
|
||||
description: Audience specifies the `aud` claim for the service account token If the service account uses a well-known annotation for e.g. IRSA or GCP Workload Identity then this audiences will be appended to the list
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
name:
|
||||
description: The name of the ServiceAccount resource being referred to.
|
||||
type: string
|
||||
namespace:
|
||||
description: Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults to the namespace of the referent.
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
type: object
|
||||
vault:
|
||||
description: Vault is the vault's OCID of the specific vault where secret is located.
|
||||
type: string
|
||||
|
|
|
@ -7,8 +7,8 @@ should match snapshot of default values:
|
|||
app.kubernetes.io/instance: RELEASE-NAME
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: external-secrets-webhook
|
||||
app.kubernetes.io/version: v0.9.8
|
||||
helm.sh/chart: external-secrets-0.9.8
|
||||
app.kubernetes.io/version: v0.9.9
|
||||
helm.sh/chart: external-secrets-0.9.9
|
||||
name: RELEASE-NAME-external-secrets-webhook
|
||||
namespace: NAMESPACE
|
||||
spec:
|
||||
|
@ -24,8 +24,8 @@ should match snapshot of default values:
|
|||
app.kubernetes.io/instance: RELEASE-NAME
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: external-secrets-webhook
|
||||
app.kubernetes.io/version: v0.9.8
|
||||
helm.sh/chart: external-secrets-0.9.8
|
||||
app.kubernetes.io/version: v0.9.9
|
||||
helm.sh/chart: external-secrets-0.9.9
|
||||
spec:
|
||||
automountServiceAccountToken: true
|
||||
containers:
|
||||
|
@ -37,7 +37,7 @@ should match snapshot of default values:
|
|||
- --check-interval=5m
|
||||
- --metrics-addr=:8080
|
||||
- --healthz-addr=:8081
|
||||
image: ghcr.io/external-secrets/external-secrets:v0.9.8
|
||||
image: ghcr.io/external-secrets/external-secrets:v0.9.9
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: webhook
|
||||
ports:
|
||||
|
@ -81,8 +81,8 @@ should match snapshot of default values:
|
|||
app.kubernetes.io/instance: RELEASE-NAME
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: external-secrets-webhook
|
||||
app.kubernetes.io/version: v0.9.8
|
||||
app.kubernetes.io/version: v0.9.9
|
||||
external-secrets.io/component: webhook
|
||||
helm.sh/chart: external-secrets-0.9.8
|
||||
helm.sh/chart: external-secrets-0.9.9
|
||||
name: RELEASE-NAME-external-secrets-webhook
|
||||
namespace: NAMESPACE
|
||||
|
|
|
@ -22,4 +22,4 @@ name: f5-bigip-ctlr
|
|||
sources:
|
||||
- https://github.com/F5Networks/k8s-bigip-ctlr
|
||||
- https://github.com/F5Networks/charts
|
||||
version: 0.0.2601
|
||||
version: 0.0.2701
|
||||
|
|
|
@ -45,6 +45,9 @@ spec:
|
|||
snat:
|
||||
type: string
|
||||
pattern: '^$|^\/?[a-zA-Z]+([-A-z0-9_+]+\/)*([-A-z0-9_.:]+\/?)+$'
|
||||
connectionMirroring:
|
||||
type: string
|
||||
enum: [ none, L4 ]
|
||||
tlsProfileName:
|
||||
type: string
|
||||
pattern: '^[a-zA-Z]+[-A-z0-9_.:]+[A-z0-9]+$'
|
||||
|
@ -287,6 +290,11 @@ spec:
|
|||
reference:
|
||||
type: string
|
||||
enum: [bigip]
|
||||
minimumMonitors:
|
||||
x-kubernetes-int-or-string: true
|
||||
anyOf:
|
||||
- type: integer
|
||||
- type: string
|
||||
reselectTries:
|
||||
type: integer
|
||||
minimum: 0
|
||||
|
@ -376,7 +384,7 @@ spec:
|
|||
jsonPath: .metadata.creationTimestamp
|
||||
subresources:
|
||||
status: {}
|
||||
|
||||
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
|
@ -492,7 +500,7 @@ spec:
|
|||
policyName:
|
||||
type: string
|
||||
pattern: '^([A-z0-9-_+])*([A-z0-9])$'
|
||||
mode:
|
||||
mode:
|
||||
type: string
|
||||
enum: [standard, performance]
|
||||
type:
|
||||
|
@ -501,6 +509,9 @@ spec:
|
|||
snat:
|
||||
type: string
|
||||
pattern: '^$|^\/?[a-zA-Z]+([-A-z0-9_+]+\/)*([-A-z0-9_.:]+\/?)+$'
|
||||
connectionMirroring:
|
||||
type: string
|
||||
enum: [ none, L4 ]
|
||||
profiles:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -604,25 +615,25 @@ spec:
|
|||
items:
|
||||
type: object
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
enum: [ tcp, udp, http, https ]
|
||||
interval:
|
||||
type: integer
|
||||
timeout:
|
||||
type: integer
|
||||
targetPort:
|
||||
type: integer
|
||||
name:
|
||||
type: string
|
||||
pattern: '^\/[a-zA-Z]+([A-z0-9-_+]+\/)+([-A-z0-9_.:]+\/?)*$'
|
||||
reference:
|
||||
type: string
|
||||
enum: [bigip]
|
||||
send:
|
||||
type: string
|
||||
recv:
|
||||
type: string
|
||||
type:
|
||||
type: string
|
||||
enum: [ tcp, udp, http, https ]
|
||||
interval:
|
||||
type: integer
|
||||
timeout:
|
||||
type: integer
|
||||
targetPort:
|
||||
type: integer
|
||||
name:
|
||||
type: string
|
||||
pattern: '^\/[a-zA-Z]+([A-z0-9-_+]+\/)+([-A-z0-9_.:]+\/?)*$'
|
||||
reference:
|
||||
type: string
|
||||
enum: [bigip]
|
||||
send:
|
||||
type: string
|
||||
recv:
|
||||
type: string
|
||||
reselectTries:
|
||||
type: integer
|
||||
minimum: 0
|
||||
|
@ -647,8 +658,8 @@ spec:
|
|||
- type: integer
|
||||
- type: string
|
||||
required:
|
||||
- service
|
||||
- servicePort
|
||||
- service
|
||||
- servicePort
|
||||
required:
|
||||
- virtualServerPort
|
||||
- pool
|
||||
|
@ -663,37 +674,37 @@ spec:
|
|||
type: string
|
||||
default: Pending
|
||||
additionalPrinterColumns:
|
||||
- name: virtualServerAddress
|
||||
type: string
|
||||
description: IP address of virtualServer
|
||||
jsonPath: .spec.virtualServerAddress
|
||||
- name: virtualServerPort
|
||||
type: integer
|
||||
description: Port of virtualServer
|
||||
jsonPath: .spec.virtualServerPort
|
||||
- name: pool
|
||||
type: string
|
||||
description: Name of service
|
||||
jsonPath: .spec.pool.service
|
||||
- name: poolPort
|
||||
type: string
|
||||
description: Port of service
|
||||
jsonPath: .spec.pool.servicePort
|
||||
- name: ipamLabel
|
||||
type: string
|
||||
description: ipamLabel for transport server
|
||||
jsonPath: .spec.ipamLabel
|
||||
- name: IPAMVSAddress
|
||||
type: string
|
||||
description: IP address of transport server
|
||||
jsonPath: .status.vsAddress
|
||||
- name: STATUS
|
||||
type: string
|
||||
description: status of TransportServer
|
||||
jsonPath: .status.status
|
||||
- name: Age
|
||||
type: date
|
||||
jsonPath: .metadata.creationTimestamp
|
||||
- name: virtualServerAddress
|
||||
type: string
|
||||
description: IP address of virtualServer
|
||||
jsonPath: .spec.virtualServerAddress
|
||||
- name: virtualServerPort
|
||||
type: integer
|
||||
description: Port of virtualServer
|
||||
jsonPath: .spec.virtualServerPort
|
||||
- name: pool
|
||||
type: string
|
||||
description: Name of service
|
||||
jsonPath: .spec.pool.service
|
||||
- name: poolPort
|
||||
type: string
|
||||
description: Port of service
|
||||
jsonPath: .spec.pool.servicePort
|
||||
- name: ipamLabel
|
||||
type: string
|
||||
description: ipamLabel for transport server
|
||||
jsonPath: .spec.ipamLabel
|
||||
- name: IPAMVSAddress
|
||||
type: string
|
||||
description: IP address of transport server
|
||||
jsonPath: .status.vsAddress
|
||||
- name: STATUS
|
||||
type: string
|
||||
description: status of TransportServer
|
||||
jsonPath: .status.status
|
||||
- name: Age
|
||||
type: date
|
||||
jsonPath: .metadata.creationTimestamp
|
||||
subresources:
|
||||
status: { }
|
||||
---
|
||||
|
@ -1055,4 +1066,27 @@ spec:
|
|||
enum: [ default, auto, disable ]
|
||||
snat:
|
||||
type: string
|
||||
pattern: '^$|^\/?[a-zA-Z]+([-A-z0-9_+]+\/)*([-A-z0-9_.:]+\/?)+$'
|
||||
pattern: '^$|^\/?[a-zA-Z]+([-A-z0-9_+]+\/)*([-A-z0-9_.:]+\/?)+$'
|
||||
poolSettings:
|
||||
type: object
|
||||
properties:
|
||||
reselectTries:
|
||||
type: integer
|
||||
minimum: 0
|
||||
maximum: 65535
|
||||
serviceDownAction:
|
||||
type: string
|
||||
slowRampTime:
|
||||
type: integer
|
||||
minimum: 0
|
||||
maximum: 900
|
||||
multiPoolPersistence:
|
||||
type: object
|
||||
properties:
|
||||
method:
|
||||
type: string
|
||||
enum: [ uieSourceAddress, hashSourceAddress ]
|
||||
timeOut:
|
||||
type: integer
|
||||
minimum: 1
|
||||
default: 180
|
|
@ -1,25 +1,25 @@
|
|||
dependencies:
|
||||
- name: newrelic-infrastructure
|
||||
repository: https://newrelic.github.io/nri-kubernetes
|
||||
version: 3.24.0
|
||||
version: 3.25.0
|
||||
- name: nri-prometheus
|
||||
repository: https://newrelic.github.io/nri-prometheus
|
||||
version: 2.1.17
|
||||
- name: newrelic-prometheus-agent
|
||||
repository: https://newrelic.github.io/newrelic-prometheus-configurator
|
||||
version: 1.6.0
|
||||
version: 1.7.0
|
||||
- name: nri-metadata-injection
|
||||
repository: https://newrelic.github.io/k8s-metadata-injection
|
||||
version: 4.12.0
|
||||
version: 4.14.0
|
||||
- name: newrelic-k8s-metrics-adapter
|
||||
repository: https://newrelic.github.io/newrelic-k8s-metrics-adapter
|
||||
version: 1.5.0
|
||||
version: 1.6.0
|
||||
- name: kube-state-metrics
|
||||
repository: https://prometheus-community.github.io/helm-charts
|
||||
version: 5.12.1
|
||||
- name: nri-kube-events
|
||||
repository: https://newrelic.github.io/nri-kube-events
|
||||
version: 3.3.0
|
||||
version: 3.4.0
|
||||
- name: newrelic-logging
|
||||
repository: https://newrelic.github.io/helm-charts
|
||||
version: 1.18.1
|
||||
|
@ -31,6 +31,6 @@ dependencies:
|
|||
version: 0.1.4
|
||||
- name: newrelic-infra-operator
|
||||
repository: https://newrelic.github.io/newrelic-infra-operator
|
||||
version: 2.4.0
|
||||
digest: sha256:72b4b72f2a820776922f0d4281d2884ab88438882f7f13258cdbf144f7ba8bb7
|
||||
generated: "2023-11-06T19:44:18.059886834Z"
|
||||
version: 2.5.0
|
||||
digest: sha256:b48bc300997722fa6fdf7e0d5ceaaf9e48c7dc4d7d22d91239bfd2ccd293bb93
|
||||
generated: "2023-11-14T01:57:00.704416878Z"
|
||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
|||
- condition: infrastructure.enabled,newrelic-infrastructure.enabled
|
||||
name: newrelic-infrastructure
|
||||
repository: file://./charts/newrelic-infrastructure
|
||||
version: 3.24.0
|
||||
version: 3.25.0
|
||||
- condition: prometheus.enabled,nri-prometheus.enabled
|
||||
name: nri-prometheus
|
||||
repository: file://./charts/nri-prometheus
|
||||
|
@ -15,15 +15,15 @@ dependencies:
|
|||
- condition: newrelic-prometheus-agent.enabled
|
||||
name: newrelic-prometheus-agent
|
||||
repository: file://./charts/newrelic-prometheus-agent
|
||||
version: 1.6.0
|
||||
version: 1.7.0
|
||||
- condition: webhook.enabled,nri-metadata-injection.enabled
|
||||
name: nri-metadata-injection
|
||||
repository: file://./charts/nri-metadata-injection
|
||||
version: 4.12.0
|
||||
version: 4.14.0
|
||||
- condition: metrics-adapter.enabled,newrelic-k8s-metrics-adapter.enabled
|
||||
name: newrelic-k8s-metrics-adapter
|
||||
repository: file://./charts/newrelic-k8s-metrics-adapter
|
||||
version: 1.5.0
|
||||
version: 1.6.0
|
||||
- condition: ksm.enabled,kube-state-metrics.enabled
|
||||
name: kube-state-metrics
|
||||
repository: file://./charts/kube-state-metrics
|
||||
|
@ -31,7 +31,7 @@ dependencies:
|
|||
- condition: kubeEvents.enabled,nri-kube-events.enabled
|
||||
name: nri-kube-events
|
||||
repository: file://./charts/nri-kube-events
|
||||
version: 3.3.0
|
||||
version: 3.4.0
|
||||
- condition: logging.enabled,newrelic-logging.enabled
|
||||
name: newrelic-logging
|
||||
repository: file://./charts/newrelic-logging
|
||||
|
@ -48,7 +48,7 @@ dependencies:
|
|||
- condition: newrelic-infra-operator.enabled
|
||||
name: newrelic-infra-operator
|
||||
repository: file://./charts/newrelic-infra-operator
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
description: Groups together the individual charts for the New Relic Kubernetes solution
|
||||
for a more comfortable deployment.
|
||||
home: https://github.com/newrelic/helm-charts
|
||||
|
@ -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.44
|
||||
version: 5.0.45
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: 0.12.0
|
||||
appVersion: 0.13.0
|
||||
dependencies:
|
||||
- name: common-library
|
||||
repository: https://helm-charts.newrelic.com
|
||||
|
@ -32,4 +32,4 @@ name: newrelic-infra-operator
|
|||
sources:
|
||||
- https://github.com/newrelic/newrelic-infra-operator
|
||||
- https://github.com/newrelic/newrelic-infra-operator/tree/main/charts/newrelic-infra-operator
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: 3.19.0
|
||||
appVersion: 3.20.0
|
||||
dependencies:
|
||||
- name: common-library
|
||||
repository: https://helm-charts.newrelic.com
|
||||
|
@ -35,4 +35,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.24.0
|
||||
version: 3.25.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: 0.7.0
|
||||
appVersion: 0.8.0
|
||||
dependencies:
|
||||
- name: common-library
|
||||
repository: https://helm-charts.newrelic.com
|
||||
|
@ -20,4 +20,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.5.0
|
||||
version: 1.6.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
annotations:
|
||||
configuratorVersion: 1.9.0
|
||||
configuratorVersion: 1.10.0
|
||||
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.6.0
|
||||
version: 1.7.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: 2.3.0
|
||||
appVersion: 2.4.0
|
||||
dependencies:
|
||||
- name: common-library
|
||||
repository: https://helm-charts.newrelic.com
|
||||
|
@ -35,4 +35,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.3.0
|
||||
version: 3.4.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# nri-kube-events
|
||||
|
||||
![Version: 3.3.0](https://img.shields.io/badge/Version-3.3.0-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square)
|
||||
![Version: 3.4.0](https://img.shields.io/badge/Version-3.4.0-informational?style=flat-square) ![AppVersion: 2.4.0](https://img.shields.io/badge/AppVersion-2.4.0-informational?style=flat-square)
|
||||
|
||||
A Helm chart to deploy the New Relic Kube Events router
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ images:
|
|||
agent:
|
||||
registry:
|
||||
repository: newrelic/k8s-events-forwarder
|
||||
tag: 1.43.1
|
||||
tag: 1.48.1
|
||||
pullPolicy: IfNotPresent
|
||||
# -- The secrets that are needed to pull images from a custom registry.
|
||||
pullSecrets: []
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: 1.20.0
|
||||
appVersion: 1.22.0
|
||||
dependencies:
|
||||
- name: common-library
|
||||
repository: https://helm-charts.newrelic.com
|
||||
|
@ -22,4 +22,4 @@ name: nri-metadata-injection
|
|||
sources:
|
||||
- https://github.com/newrelic/k8s-metadata-injection
|
||||
- https://github.com/newrelic/k8s-metadata-injection/tree/master/charts/nri-metadata-injection
|
||||
version: 4.12.0
|
||||
version: 4.14.0
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
dependencies:
|
||||
- name: console
|
||||
repository: https://charts.redpanda.com
|
||||
version: 0.7.7
|
||||
version: 0.7.9
|
||||
- name: connectors
|
||||
repository: https://charts.redpanda.com
|
||||
version: 0.1.7
|
||||
digest: sha256:e5b03dc5fc443decf83548ef88b8793f26cb389dbf158047fb10b2158925f89e
|
||||
generated: "2023-11-08T19:28:00.621782643Z"
|
||||
version: 0.1.8
|
||||
digest: sha256:5fdaeda1e1821425fca44c2c91bca27675f5d25eb8e848cc48b2097d785df810
|
||||
generated: "2023-11-14T19:43:42.164637881Z"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
annotations:
|
||||
artifacthub.io/images: |
|
||||
- name: redpanda
|
||||
image: docker.redpanda.com/redpandadata/redpanda:v23.2.14
|
||||
image: docker.redpanda.com/redpandadata/redpanda:v23.2.15
|
||||
- name: busybox
|
||||
image: busybox:latest
|
||||
- name: mintel/docker-alpine-bash-curl-jq
|
||||
|
@ -17,7 +17,7 @@ annotations:
|
|||
catalog.cattle.io/kube-version: '>=1.21-0'
|
||||
catalog.cattle.io/release-name: redpanda
|
||||
apiVersion: v2
|
||||
appVersion: v23.2.14
|
||||
appVersion: v23.2.15
|
||||
dependencies:
|
||||
- condition: console.enabled
|
||||
name: console
|
||||
|
@ -37,4 +37,4 @@ name: redpanda
|
|||
sources:
|
||||
- https://github.com/redpanda-data/helm-charts
|
||||
type: application
|
||||
version: 5.6.42
|
||||
version: 5.6.45
|
||||
|
|
|
@ -22,4 +22,4 @@ name: connectors
|
|||
sources:
|
||||
- https://github.com/redpanda-data/helm-charts
|
||||
type: application
|
||||
version: 0.1.7
|
||||
version: 0.1.8
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -31,7 +31,7 @@ fullnameOverride: ""
|
|||
# -- Additional labels to add to all Kubernetes objects.
|
||||
# For example, `my.k8s.service: redpanda`.
|
||||
commonLabels: {}
|
||||
# -- Taints to be tolerated by Pods, can override this for StatefulSets.
|
||||
# -- Taints to be tolerated by Pods.
|
||||
# For details,
|
||||
# see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/).
|
||||
tolerations: []
|
||||
|
@ -58,25 +58,33 @@ test:
|
|||
create: true
|
||||
|
||||
connectors:
|
||||
# -- The port on which the Kafka Connect REST API listens. The API is used for administrative tasks.
|
||||
restPort: 8083
|
||||
# -- Bootstrap servers list is coma separated list of individual Redpanda brokers as single line string
|
||||
# -- A comma-separated list of Redpanda broker addresses in the format of IP:Port or DNS:Port. Kafka Connect uses this to connect to the Redpanda/Kafka cluster.
|
||||
bootstrapServers: ""
|
||||
# -- List of Redpanda IP:Port or DNS:Port separated by coma.
|
||||
# A comma-separated list of Schema Registry addresses in the format IP:Port or DNS:Port. The Schema Registry is a service that manages the schemas used by producers and consumers.
|
||||
schemaRegistryURL: ""
|
||||
# -- TODO the schema
|
||||
# -- A placeholder for any Java configuration settings for Kafka Connect that are not explicitly defined in this Helm chart. Java configuration settings are passed to the Kafka Connect startup script.
|
||||
additionalConfiguration: ""
|
||||
secretManager:
|
||||
enabled: false
|
||||
region: ""
|
||||
consolePrefix: ""
|
||||
connectorsPrefix: ""
|
||||
# -- The number of bytes of records a producer will attempt to batch together before sending to Redpanda. Batching improves throughput.
|
||||
producerBatchSize: 131072
|
||||
# -- The time, in milliseconds, that a producer will wait before sending a batch of records. Waiting allows the producer to gather more records in the same batch and improve throughput.
|
||||
producerLingerMS: 1
|
||||
storage:
|
||||
# -- The number of replicas for each of the internal topics that Kafka Connect uses.
|
||||
replicationFactor:
|
||||
# -- Replication factor for the offset topic.
|
||||
offset: -1
|
||||
# -- Replication factor for the configuration topic.
|
||||
config: -1
|
||||
# -- Replication factor for the status topic.
|
||||
status: -1
|
||||
# -- Indicates if read and write operations for the respective topics are allowed remotely.
|
||||
remote:
|
||||
read:
|
||||
offset: false
|
||||
|
@ -87,17 +95,21 @@ connectors:
|
|||
config: false
|
||||
status: false
|
||||
topic:
|
||||
# -- The name of the internal topic that Kafka Connect uses to store source connector offsets.
|
||||
offset: _internal_connectors_offsets
|
||||
# -- The name of the internal topic that Kafka Connect uses to store connector and task configurations.
|
||||
config: _internal_connectors_configs
|
||||
# -- The name of the internal topic that Kafka Connect uses to store connector and task status updates.
|
||||
status: _internal_connectors_status
|
||||
# -- A unique string that identifies the Kafka Connect cluster. It's used in the formation of the internal topic names, ensuring that multiple Kafka Connect clusters can connect to the same Redpanda cluster without interfering with each other.
|
||||
groupID: connectors-cluster
|
||||
brokerTLS:
|
||||
enabled: false
|
||||
ca:
|
||||
# -- The name of the secret where ca.crt is located
|
||||
# -- The name of the Secret where the ca.crt file content is located.
|
||||
secretRef: ""
|
||||
# -- If secretRef points to secret where Certificate Authority is not under
|
||||
# ca.crt key then please use secretNameOverwrite to overwrite it e.g. corp-ca.crt
|
||||
# -- If `secretRef` points to a Secret where the certificate authority (CA) is not under the
|
||||
# `ca.crt` key, use `secretNameOverwrite` to overwrite it e.g. `corp-ca.crt`.
|
||||
secretNameOverwrite: ""
|
||||
cert:
|
||||
# -- The name of the secret where client signed certificate is located
|
||||
|
@ -115,6 +127,7 @@ connectors:
|
|||
# -- Authentication settings.
|
||||
# For details,
|
||||
# see the [SASL documentation](https://docs.redpanda.com/docs/manage/kubernetes/security/sasl-kubernetes/).
|
||||
# The first line of the secret file is used. So the first superuser is used to authenticate to the Redpanda cluster.
|
||||
auth:
|
||||
sasl:
|
||||
enabled: false
|
||||
|
@ -131,7 +144,7 @@ logging:
|
|||
level: warn
|
||||
|
||||
# -- Monitoring.
|
||||
# This will create a ServiceMonitor that can be used by Prometheus-Operator or VictoriaMetrics-Operator to scrape the metrics.
|
||||
# When set to `true`, the Helm chart creates a PodMonitor that can be used by Prometheus-Operator or VictoriaMetrics-Operator to scrape the metrics.
|
||||
monitoring:
|
||||
enabled: false
|
||||
scrapeInterval: 30s
|
||||
|
@ -142,8 +155,8 @@ monitoring:
|
|||
|
||||
container:
|
||||
#
|
||||
# -- Security context for managed Connectors container.
|
||||
# See also deployment.securityContext for pod level.
|
||||
# -- Security context for the Redpanda Connectors container.
|
||||
# See also `deployment.securityContext` for Pod-level settings.
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
# -- Pod resource management.
|
||||
|
@ -154,13 +167,13 @@ container:
|
|||
limits:
|
||||
cpu: 1
|
||||
memory: 2350Mi
|
||||
# -- Java maximum heap size can not be greater than $container.resources.limits.memory
|
||||
# -- Java maximum heap size must not be greater than `container.resources.limits.memory`.
|
||||
javaMaxHeapSize: 2G
|
||||
javaGCLogEnabled: "false"
|
||||
|
||||
deployment:
|
||||
create: true
|
||||
# Command could be used to change the entrypoint for connectors deployment.
|
||||
# Customize the command to use as the entrypoint of the Deployment.
|
||||
# command: []
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
|
@ -169,7 +182,7 @@ deployment:
|
|||
type: RollingUpdate
|
||||
budget:
|
||||
maxUnavailable: 1
|
||||
# -- Additional annotations to apply to the Pods of this StatefulSet.
|
||||
# -- Additional annotations to apply to the Pods of this Deployment.
|
||||
annotations: {}
|
||||
# -- Adjust the period for your probes to meet your needs.
|
||||
# For details,
|
||||
|
@ -187,20 +200,20 @@ deployment:
|
|||
successThreshold: 3
|
||||
timeoutSeconds: 5
|
||||
|
||||
# -- Additional environment variables for the Connectors Deployment.
|
||||
# -- Additional environment variables for the Pods.
|
||||
extraEnv: []
|
||||
# - name: RACK_ID
|
||||
# value: "1"
|
||||
|
||||
# -- The maximum time in seconds for a deployment to make progress before it is
|
||||
# considered to be failed. The deployment controller will continue to process
|
||||
# failed deployments and a condition with a ProgressDeadlineExceeded reason
|
||||
# will be surfaced in the deployment status. Note that progress will not be
|
||||
# estimated during the time a deployment is paused. Defaults to 600s.
|
||||
# considered to be failed. The deployment controller will continue to process
|
||||
# failed deployments and a condition with a ProgressDeadlineExceeded reason
|
||||
# will be surfaced in the deployment status. Note that progress will not be
|
||||
# estimated during the time a deployment is paused.
|
||||
progressDeadlineSeconds: 600
|
||||
|
||||
# -- The number of old ReplicaSets to retain to allow rollback. This is a pointer
|
||||
# to distinguish between explicit zero and not specified. Defaults to 10.
|
||||
# to distinguish between explicit zero and not specified.
|
||||
revisionHistoryLimit: 10
|
||||
|
||||
# -- Inter-Pod Affinity rules for scheduling Pods of this Deployment.
|
||||
|
@ -218,7 +231,7 @@ deployment:
|
|||
# You may either edit the default settings for anti-affinity rules,
|
||||
# or specify new anti-affinity rules to use instead of the defaults.
|
||||
podAntiAffinity:
|
||||
# -- The topologyKey to be used.
|
||||
# -- The `topologyKey` to be used.
|
||||
# Can be used to spread across different nodes, AZs, regions etc.
|
||||
topologyKey: kubernetes.io/hostname
|
||||
# -- Valid anti-affinity types are `soft`, `hard`, or `custom`.
|
||||
|
@ -229,16 +242,16 @@ deployment:
|
|||
weight: 100
|
||||
# -- Change `podAntiAffinity.type` to `custom` and provide your own podAntiAffinity rules here.
|
||||
custom: {}
|
||||
# -- Node selection constraints for scheduling Pods of this StatefulSet.
|
||||
# These constraints override the global nodeSelector value.
|
||||
# -- Node selection constraints for scheduling Pods of this Deployment.
|
||||
# These constraints override the global `nodeSelector` value.
|
||||
# For details,
|
||||
# see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector).
|
||||
nodeSelector: {}
|
||||
# -- PriorityClassName given to Pods of this StatefulSet.
|
||||
# -- PriorityClassName given to Pods of this Deployment.
|
||||
# For details,
|
||||
# see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass).
|
||||
priorityClassName: ""
|
||||
# -- Taints to be tolerated by Pods of this StatefulSet.
|
||||
# -- Taints to be tolerated by Pods of this Deployment.
|
||||
# These tolerations override the global tolerations value.
|
||||
# For details,
|
||||
# see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/).
|
||||
|
@ -266,20 +279,20 @@ storage:
|
|||
- mountPath: /tmp
|
||||
name: rp-connect-tmp
|
||||
|
||||
# -- Service account management.
|
||||
# -- ServiceAccount management.
|
||||
serviceAccount:
|
||||
# -- Specifies whether a service account should be created.
|
||||
# -- Specifies whether a ServiceAccount should be created.
|
||||
create: false
|
||||
# -- Annotations to add to the service account.
|
||||
# -- Annotations to add to the ServiceAccount.
|
||||
annotations: {}
|
||||
# -- The name of the service account to use.
|
||||
# -- The name of the ServiceAccount to use.
|
||||
# If not set and `serviceAccount.create` is `true`,
|
||||
# a name is generated using the `connectors.fullname` template.
|
||||
name: ""
|
||||
|
||||
# -- Service management.
|
||||
service:
|
||||
# -- Annotations to add to the service.
|
||||
# -- Annotations to add to the Service.
|
||||
annotations: {}
|
||||
# -- The name of the service to use.
|
||||
# If not set, a name is generated using the `connectors.fullname` template.
|
||||
|
|
|
@ -19,4 +19,4 @@ name: console
|
|||
sources:
|
||||
- https://github.com/redpanda-data/helm-charts
|
||||
type: application
|
||||
version: 0.7.7
|
||||
version: 0.7.9
|
||||
|
|
|
@ -135,7 +135,7 @@ spec:
|
|||
{{- with .Values.extraEnv }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- if .Values.secret.create }}
|
||||
{{- if .Values.secret.create }}
|
||||
{{- if .Values.secret.kafka.saslPassword }}
|
||||
- name: KAFKA_SASL_PASSWORD
|
||||
valueFrom:
|
||||
|
@ -245,12 +245,6 @@ spec:
|
|||
secretKeyRef:
|
||||
name: {{ include "console.fullname" . }}
|
||||
key: enterprise-license
|
||||
{{- else if dig "licenseSecretRef" "name" "" .Values.enterprise }}
|
||||
- name: LICENSE
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ dig "licenseSecretRef" "name" "" .Values.enterprise }}
|
||||
key: {{ dig "licenseSecretRef" "key" "enterprise-license" .Values.enterprise }}
|
||||
{{- end }}
|
||||
{{- if .Values.secret.redpanda.adminApi.password }}
|
||||
- name: REDPANDA_ADMINAPI_PASSWORD
|
||||
|
@ -271,11 +265,19 @@ spec:
|
|||
- name: REDPANDA_ADMINAPI_TLS_CERTFILEPATH
|
||||
value: "/etc/console/secrets/redpanda-admin-api-tls-cert"
|
||||
{{- end }}
|
||||
{{- else }}
|
||||
{{- if dig "licenseSecretRef" "name" "" .Values.enterprise }}
|
||||
- name: LICENSE
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ dig "licenseSecretRef" "name" "" .Values.enterprise }}
|
||||
key: {{ dig "licenseSecretRef" "key" "enterprise-license" .Values.enterprise }}
|
||||
{{- end }}
|
||||
{{- with .Values.extraEnvFrom }}
|
||||
{{- end }}
|
||||
{{- with .Values.extraEnvFrom }}
|
||||
envFrom:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- with .Values.extraContainers }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
|
|
|
@ -17,9 +17,17 @@ limitations under the License.
|
|||
{{ $values := .Values }}
|
||||
|
||||
{{/* Secret */}}
|
||||
{{ $secretConfig := dict }}
|
||||
{{ $secretConfig := dict ( dict
|
||||
"create" $.Values.console.secret.create
|
||||
)
|
||||
}}
|
||||
{{/* if the console chart has the creation of the secret disabled, create it here instead if needed */}}
|
||||
{{ if and .Values.console.enabled (not .Values.console.secret.create) }}
|
||||
{{ $licenseKey := ( include "enterprise-license" . ) }}
|
||||
# before license changes, this was not printing a secret, so we gather in which case to print
|
||||
# for now only if we have a license do we print, however, this may be an issue for some
|
||||
# since if we do include a license we MUST also print all secret items.
|
||||
{{ if ( not (empty $licenseKey ) ) }}
|
||||
{{ $secretConfig = ( dict
|
||||
"create" true
|
||||
"enterprise" ( dict "license" $licenseKey)
|
||||
|
@ -35,6 +43,7 @@ limitations under the License.
|
|||
{{ $console = merge $config $console }}
|
||||
---
|
||||
{{ include (print .Subcharts.console.Template.BasePath "/secret.yaml") $console }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ $configmap := dict }}
|
||||
|
|
|
@ -713,6 +713,9 @@ serviceAccount:
|
|||
# -- Role Based Access Control.
|
||||
rbac:
|
||||
# -- Enable for features that need extra privileges.
|
||||
# If you use the Redpanda Operator,
|
||||
# you must deploy it with the `--set rbac.createRPKBundleCRs=true` flag
|
||||
# to give it the required ClusterRoles.
|
||||
enabled: false
|
||||
# -- Annotations to add to the `rbac` resources.
|
||||
annotations: {}
|
||||
|
|
|
@ -4,7 +4,7 @@ annotations:
|
|||
catalog.cattle.io/kube-version: '>= 1.17.0-0'
|
||||
catalog.cattle.io/release-name: speedscale-operator
|
||||
apiVersion: v1
|
||||
appVersion: 1.4.32
|
||||
appVersion: 1.4.33
|
||||
description: Stress test your APIs with real world scenarios. Collect and replay
|
||||
traffic without scripting.
|
||||
home: https://speedscale.com
|
||||
|
@ -24,4 +24,4 @@ maintainers:
|
|||
- email: support@speedscale.com
|
||||
name: Speedscale Support
|
||||
name: speedscale-operator
|
||||
version: 1.4.3
|
||||
version: 1.4.4
|
||||
|
|
|
@ -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 1.4.3
|
||||
### Upgrade to 1.4.4
|
||||
|
||||
```bash
|
||||
kubectl apply --server-side -f https://raw.githubusercontent.com/speedscale/operator-helm/main/1.4.3/templates/crds/trafficreplays.yaml
|
||||
kubectl apply --server-side -f https://raw.githubusercontent.com/speedscale/operator-helm/main/1.4.4/templates/crds/trafficreplays.yaml
|
||||
```
|
||||
|
||||
### Upgrade to 1.1.0
|
||||
|
|
|
@ -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 1.4.3
|
||||
### Upgrade to 1.4.4
|
||||
|
||||
```bash
|
||||
kubectl apply --server-side -f https://raw.githubusercontent.com/speedscale/operator-helm/main/1.4.3/templates/crds/trafficreplays.yaml
|
||||
kubectl apply --server-side -f https://raw.githubusercontent.com/speedscale/operator-helm/main/1.4.4/templates/crds/trafficreplays.yaml
|
||||
```
|
||||
|
||||
### Upgrade to 1.1.0
|
||||
|
|
|
@ -4,9 +4,11 @@ kind: ConfigMap
|
|||
metadata:
|
||||
name: speedscale-operator
|
||||
namespace: {{ .Release.Namespace }}
|
||||
{{- if .Values.globalAnnotations }}
|
||||
annotations: {{ toYaml .Values.globalAnnotations | nindent 4 }}
|
||||
{{- end }}
|
||||
annotations:
|
||||
argocd.argoproj.io/hook: PreSync
|
||||
{{- if .Values.globalAnnotations }}
|
||||
{{ toYaml .Values.globalAnnotations | indent 4}}
|
||||
{{- end }}
|
||||
data:
|
||||
CLI_VERSION: {{ .Values.image.tag }}
|
||||
CLUSTER_NAME: {{ .Values.clusterName }}
|
||||
|
|
|
@ -29,8 +29,6 @@ spec:
|
|||
{{- if .Values.globalAnnotations }}
|
||||
{{ toYaml .Values.globalAnnotations | indent 8}}
|
||||
{{- end }}
|
||||
checksum/config: |
|
||||
{{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
||||
labels:
|
||||
app: speedscale-operator
|
||||
controlplane.speedscale.com/component: operator
|
||||
|
|
|
@ -20,7 +20,7 @@ clusterName: "my-cluster"
|
|||
# Speedscale components image settings.
|
||||
image:
|
||||
registry: gcr.io/speedscale
|
||||
tag: v1.4.32
|
||||
tag: v1.4.33
|
||||
pullPolicy: Always
|
||||
|
||||
# Log level for Speedscale components.
|
||||
|
|
660
index.yaml
660
index.yaml
|
@ -2348,8 +2348,8 @@ entries:
|
|||
argo-cd:
|
||||
- annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: fixed
|
||||
description: Add configurations for Applications in any namespace
|
||||
- kind: changed
|
||||
description: Upgrade Argo CD to v2.9.1
|
||||
artifacthub.io/signKey: |
|
||||
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||
|
@ -2359,8 +2359,8 @@ entries:
|
|||
catalog.cattle.io/kube-version: '>=1.23.0-0'
|
||||
catalog.cattle.io/release-name: argo-cd
|
||||
apiVersion: v2
|
||||
appVersion: v2.9.0
|
||||
created: "2023-11-13T12:57:27.718901299Z"
|
||||
appVersion: v2.9.1
|
||||
created: "2023-11-15T13:34:13.159133356Z"
|
||||
dependencies:
|
||||
- condition: redis-ha.enabled
|
||||
name: redis-ha
|
||||
|
@ -2368,7 +2368,46 @@ entries:
|
|||
version: 4.23.0
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery
|
||||
tool for Kubernetes.
|
||||
digest: fbfcdd88baba19c51ec08c0fe5a353affbc65ba00edb266a8c902cc476a0b8fc
|
||||
digest: d9a2d7c13c2a8038498948e0b5715dfd94772dbcf0800bc11bdc5f0b73c9c894
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
- argoproj
|
||||
- argocd
|
||||
- gitops
|
||||
kubeVersion: '>=1.23.0-0'
|
||||
maintainers:
|
||||
- name: argoproj
|
||||
url: https://argoproj.github.io/
|
||||
name: argo-cd
|
||||
sources:
|
||||
- https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd
|
||||
- https://github.com/argoproj/argo-cd
|
||||
urls:
|
||||
- assets/argo/argo-cd-5.51.2.tgz
|
||||
version: 5.51.2
|
||||
- annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: fixed
|
||||
description: Add configurations for Applications in any namespace
|
||||
artifacthub.io/signKey: |
|
||||
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Argo CD
|
||||
catalog.cattle.io/kube-version: '>=1.23.0-0'
|
||||
catalog.cattle.io/release-name: argo-cd
|
||||
apiVersion: v2
|
||||
appVersion: v2.9.0
|
||||
created: "2023-11-15T13:33:56.314921685Z"
|
||||
dependencies:
|
||||
- condition: redis-ha.enabled
|
||||
name: redis-ha
|
||||
repository: file://./charts/redis-ha
|
||||
version: 4.23.0
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery
|
||||
tool for Kubernetes.
|
||||
digest: f892a6dbfb86d35b82d848b61930bb809d4b9c3cf3ade1bb0bceed434a26781f
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
@ -13947,6 +13986,27 @@ entries:
|
|||
- assets/cloudcasa/cloudcasa-0.1.000.tgz
|
||||
version: 0.1.000
|
||||
cockroachdb:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: CockroachDB
|
||||
catalog.cattle.io/kube-version: '>=1.8-0'
|
||||
catalog.cattle.io/release-name: cockroachdb
|
||||
apiVersion: v1
|
||||
appVersion: 23.1.12
|
||||
created: "2023-11-15T13:34:16.843852681Z"
|
||||
description: CockroachDB is a scalable, survivable, strongly-consistent SQL database.
|
||||
digest: 575e85c22495f0cdb32189019d201c6b0197ccc5ff3ee4cfe8f5a95982f44bc5
|
||||
home: https://www.cockroachlabs.com
|
||||
icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png
|
||||
maintainers:
|
||||
- email: helm-charts@cockroachlabs.com
|
||||
name: cockroachlabs
|
||||
name: cockroachdb
|
||||
sources:
|
||||
- https://github.com/cockroachdb/cockroach
|
||||
urls:
|
||||
- assets/cockroach-labs/cockroachdb-11.2.2.tgz
|
||||
version: 11.2.2
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: CockroachDB
|
||||
|
@ -16658,6 +16718,28 @@ entries:
|
|||
- assets/kubecost/cost-analyzer-1.70.000.tgz
|
||||
version: 1.70.000
|
||||
crate-operator:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: CrateDB Operator
|
||||
catalog.cattle.io/release-name: crate-operator
|
||||
apiVersion: v2
|
||||
appVersion: 2.33.0
|
||||
created: "2023-11-15T13:34:16.982572534Z"
|
||||
dependencies:
|
||||
- condition: crate-operator-crds.enabled
|
||||
name: crate-operator-crds
|
||||
repository: file://./charts/crate-operator-crds
|
||||
version: 2.33.0
|
||||
description: Crate Operator - Helm chart for installing and upgrading Crate Operator.
|
||||
digest: c05c00c29bdbf264ef2d9858723db7933d90b19f0b0ad1c569e4645cb3e6d61f
|
||||
icon: https://raw.githubusercontent.com/crate/crate/master/docs/_static/crate-logo.svg
|
||||
maintainers:
|
||||
- name: Crate.io
|
||||
name: crate-operator
|
||||
type: application
|
||||
urls:
|
||||
- assets/crate/crate-operator-2.33.0.tgz
|
||||
version: 2.33.0
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: CrateDB Operator
|
||||
|
@ -20843,6 +20925,39 @@ entries:
|
|||
- assets/datadog/datadog-2.4.200.tgz
|
||||
version: 2.4.200
|
||||
datadog-operator:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Datadog Operator
|
||||
catalog.cattle.io/release-name: datadog-operator
|
||||
apiVersion: v2
|
||||
appVersion: 1.2.0
|
||||
created: "2023-11-15T13:34:17.584164961Z"
|
||||
dependencies:
|
||||
- alias: datadogCRDs
|
||||
condition: installCRDs
|
||||
name: datadog-crds
|
||||
repository: file://./charts/datadog-crds
|
||||
tags:
|
||||
- install-crds
|
||||
version: =1.2.0
|
||||
description: Datadog Operator
|
||||
digest: e90e653a3fd6ac8fff8c82c3f0966d9d2847add5d75f57ca3ff12cf6b2607d0d
|
||||
home: https://www.datadoghq.com
|
||||
icon: https://datadog-live.imgix.net/img/dd_logo_70x75.png
|
||||
keywords:
|
||||
- monitoring
|
||||
- alerting
|
||||
- metric
|
||||
maintainers:
|
||||
- email: support@datadoghq.com
|
||||
name: Datadog
|
||||
name: datadog-operator
|
||||
sources:
|
||||
- https://app.datadoghq.com/account/settings#agent/kubernetes
|
||||
- https://github.com/DataDog/datadog-agent
|
||||
urls:
|
||||
- assets/datadog/datadog-operator-1.3.0.tgz
|
||||
version: 1.3.0
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Datadog Operator
|
||||
|
@ -21527,6 +21642,33 @@ entries:
|
|||
- assets/dh2i/dxemssql-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
dynatrace-operator:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Dynatrace Operator
|
||||
catalog.cattle.io/kube-version: '>=1.19.0-0'
|
||||
catalog.cattle.io/release-name: dynatrace-operator
|
||||
apiVersion: v2
|
||||
appVersion: 0.14.2
|
||||
created: "2023-11-15T13:34:17.632755812Z"
|
||||
description: The Dynatrace Operator Helm chart for Kubernetes and OpenShift
|
||||
digest: 71c984a8f968a4a97e8f615aed93bd63690d9b139b23d36209915e4d6622cbe4
|
||||
home: https://www.dynatrace.com/
|
||||
icon: https://assets.dynatrace.com/global/resources/Signet_Logo_RGB_CP_512x512px.png
|
||||
kubeVersion: '>=1.19.0-0'
|
||||
maintainers:
|
||||
- email: marcell.sevcsik@dynatrace.com
|
||||
name: 0sewa0
|
||||
- email: christoph.muellner@dynatrace.com
|
||||
name: chrismuellner
|
||||
- email: lukas.hinterreiter@dynatrace.com
|
||||
name: luhi-DT
|
||||
name: dynatrace-operator
|
||||
sources:
|
||||
- https://github.com/Dynatrace/dynatrace-operator
|
||||
type: application
|
||||
urls:
|
||||
- assets/dynatrace/dynatrace-operator-0.14.2.tgz
|
||||
version: 0.14.2
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Dynatrace Operator
|
||||
|
@ -22084,6 +22226,30 @@ entries:
|
|||
- assets/elastic/elasticsearch-7.17.3.tgz
|
||||
version: 7.17.3
|
||||
external-secrets:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: External Secrets Operator
|
||||
catalog.cattle.io/kube-version: '>= 1.19.0-0'
|
||||
catalog.cattle.io/release-name: external-secrets
|
||||
apiVersion: v2
|
||||
appVersion: v0.9.9
|
||||
created: "2023-11-15T13:34:17.714289538Z"
|
||||
description: External secret management for Kubernetes
|
||||
digest: e66f9788d40394ca0d766bbe472aebbad1a5a2730fcf0af2b951b0a2d83e88fd
|
||||
home: https://github.com/external-secrets/external-secrets
|
||||
icon: https://raw.githubusercontent.com/external-secrets/external-secrets/main/assets/eso-logo-large.png
|
||||
keywords:
|
||||
- kubernetes-external-secrets
|
||||
- secrets
|
||||
kubeVersion: '>= 1.19.0-0'
|
||||
maintainers:
|
||||
- email: kellinmcavoy@gmail.com
|
||||
name: mcavoyk
|
||||
name: external-secrets
|
||||
type: application
|
||||
urls:
|
||||
- assets/external-secrets/external-secrets-0.9.9.tgz
|
||||
version: 0.9.9
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: External Secrets Operator
|
||||
|
@ -22609,6 +22775,35 @@ entries:
|
|||
- assets/external-secrets/external-secrets-0.5.200.tgz
|
||||
version: 0.5.200
|
||||
f5-bigip-ctlr:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: F5 Container Ingress Services for Kubernetes
|
||||
and OpenShift
|
||||
catalog.cattle.io/kube-version: '>=1.20-0'
|
||||
catalog.cattle.io/release-name: f5-bigip-ctlr
|
||||
apiVersion: v1
|
||||
created: "2023-11-15T13:34:17.719859668Z"
|
||||
description: Deploy the F5 Networks BIG-IP Controller for Kubernetes and OpenShift
|
||||
(k8s-bigip-ctlr).
|
||||
digest: 877f18c660d1f2e50de186d5912a749ed1b224e382f816d0ba8a3cbcd486a3a0
|
||||
home: https://www.f5.com/products/automation-and-orchestration/container-ingress-services
|
||||
icon: https://avatars.githubusercontent.com/u/8935905?s=200&v=4
|
||||
keywords:
|
||||
- F5
|
||||
- BIG-IP
|
||||
- Containers
|
||||
- Kubernetes
|
||||
- OpenShift
|
||||
maintainers:
|
||||
- email: f5_cis_operators@f5.com
|
||||
name: F5CISSupport
|
||||
name: f5-bigip-ctlr
|
||||
sources:
|
||||
- https://github.com/F5Networks/k8s-bigip-ctlr
|
||||
- https://github.com/F5Networks/charts
|
||||
urls:
|
||||
- assets/f5/f5-bigip-ctlr-0.0.2701.tgz
|
||||
version: 0.0.2701
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: F5 Container Ingress Services for Kubernetes
|
||||
|
@ -32019,6 +32214,58 @@ entries:
|
|||
- assets/kasten/k10-4.5.900.tgz
|
||||
version: 4.5.900
|
||||
kafka:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Apache Kafka
|
||||
catalog.cattle.io/kube-version: '>=1.19-0'
|
||||
catalog.cattle.io/release-name: kafka
|
||||
category: Infrastructure
|
||||
images: |
|
||||
- name: jmx-exporter
|
||||
image: docker.io/bitnami/jmx-exporter:0.20.0-debian-11-r0
|
||||
- name: kafka-exporter
|
||||
image: docker.io/bitnami/kafka-exporter:1.7.0-debian-11-r132
|
||||
- name: kafka
|
||||
image: docker.io/bitnami/kafka:3.6.0-debian-11-r1
|
||||
- name: kubectl
|
||||
image: docker.io/bitnami/kubectl:1.28.3-debian-11-r0
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r90
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 3.6.0
|
||||
created: "2023-11-15T13:34:14.851213319Z"
|
||||
dependencies:
|
||||
- condition: zookeeper.enabled
|
||||
name: zookeeper
|
||||
repository: file://./charts/zookeeper
|
||||
version: 12.x.x
|
||||
- name: common
|
||||
repository: file://./charts/common
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: Apache Kafka is a distributed streaming platform designed to build
|
||||
real-time pipelines and can be used as a message broker or as a replacement
|
||||
for a log aggregation solution for big data applications.
|
||||
digest: eef07065810ececd3a11d310ad589e5893c106026f8a48f703331179aaed2522
|
||||
home: https://bitnami.com
|
||||
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
|
||||
keywords:
|
||||
- kafka
|
||||
- zookeeper
|
||||
- streaming
|
||||
- producer
|
||||
- consumer
|
||||
maintainers:
|
||||
- name: VMware, Inc.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: kafka
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kafka
|
||||
urls:
|
||||
- assets/bitnami/kafka-26.4.1.tgz
|
||||
version: 26.4.1
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Apache Kafka
|
||||
|
@ -38568,6 +38815,50 @@ entries:
|
|||
- assets/elastic/logstash-7.17.3.tgz
|
||||
version: 7.17.3
|
||||
mariadb:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: MariaDB
|
||||
catalog.cattle.io/kube-version: '>=1.19-0'
|
||||
catalog.cattle.io/release-name: mariadb
|
||||
category: Database
|
||||
images: |
|
||||
- name: mariadb
|
||||
image: docker.io/bitnami/mariadb:11.1.3-debian-11-r0
|
||||
- name: mysqld-exporter
|
||||
image: docker.io/bitnami/mysqld-exporter:0.15.0-debian-11-r71
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r91
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 11.1.3
|
||||
created: "2023-11-15T13:34:14.981076962Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://./charts/common
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: MariaDB is an open source, community-developed SQL database server
|
||||
that is widely in use around the world due to its enterprise features, flexibility,
|
||||
and collaboration with leading tech firms.
|
||||
digest: 9adb77dc90d7e639b719b4925beb734b67d1ea25d752e3eb0272c9f217c819a1
|
||||
home: https://bitnami.com
|
||||
icon: https://mariadb.com/wp-content/uploads/2019/11/mariadb-logo-vert_black-transparent.png
|
||||
keywords:
|
||||
- mariadb
|
||||
- mysql
|
||||
- database
|
||||
- sql
|
||||
- prometheus
|
||||
maintainers:
|
||||
- name: VMware, Inc.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: mariadb
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/mariadb
|
||||
urls:
|
||||
- assets/bitnami/mariadb-14.1.2.tgz
|
||||
version: 14.1.2
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: MariaDB
|
||||
|
@ -43537,6 +43828,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-11-15T13:34:20.662873799Z"
|
||||
dependencies:
|
||||
- condition: infrastructure.enabled,newrelic-infrastructure.enabled
|
||||
name: newrelic-infrastructure
|
||||
repository: file://./charts/newrelic-infrastructure
|
||||
version: 3.25.0
|
||||
- condition: prometheus.enabled,nri-prometheus.enabled
|
||||
name: nri-prometheus
|
||||
repository: file://./charts/nri-prometheus
|
||||
version: 2.1.17
|
||||
- condition: newrelic-prometheus-agent.enabled
|
||||
name: newrelic-prometheus-agent
|
||||
repository: file://./charts/newrelic-prometheus-agent
|
||||
version: 1.7.0
|
||||
- condition: webhook.enabled,nri-metadata-injection.enabled
|
||||
name: nri-metadata-injection
|
||||
repository: file://./charts/nri-metadata-injection
|
||||
version: 4.14.0
|
||||
- condition: metrics-adapter.enabled,newrelic-k8s-metrics-adapter.enabled
|
||||
name: newrelic-k8s-metrics-adapter
|
||||
repository: file://./charts/newrelic-k8s-metrics-adapter
|
||||
version: 1.6.0
|
||||
- condition: ksm.enabled,kube-state-metrics.enabled
|
||||
name: kube-state-metrics
|
||||
repository: file://./charts/kube-state-metrics
|
||||
version: 5.12.1
|
||||
- condition: kubeEvents.enabled,nri-kube-events.enabled
|
||||
name: nri-kube-events
|
||||
repository: file://./charts/nri-kube-events
|
||||
version: 3.4.0
|
||||
- condition: logging.enabled,newrelic-logging.enabled
|
||||
name: newrelic-logging
|
||||
repository: file://./charts/newrelic-logging
|
||||
version: 1.18.1
|
||||
- condition: newrelic-pixie.enabled
|
||||
name: newrelic-pixie
|
||||
repository: file://./charts/newrelic-pixie
|
||||
version: 2.1.2
|
||||
- alias: pixie-chart
|
||||
condition: pixie-chart.enabled
|
||||
name: pixie-operator-chart
|
||||
repository: file://./charts/pixie-operator-chart
|
||||
version: 0.1.4
|
||||
- condition: newrelic-infra-operator.enabled
|
||||
name: newrelic-infra-operator
|
||||
repository: file://./charts/newrelic-infra-operator
|
||||
version: 2.5.0
|
||||
description: Groups together the individual charts for the New Relic Kubernetes
|
||||
solution for a more comfortable deployment.
|
||||
digest: 27ed126dc692d03731110b8007d8ffad709e6b37a88996a6ec9f717b65c681cc
|
||||
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.45.tgz
|
||||
version: 5.0.45
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: New Relic
|
||||
|
@ -48204,6 +48591,51 @@ entries:
|
|||
- assets/portworx/portworx-essentials-2.9.100.tgz
|
||||
version: 2.9.100
|
||||
postgresql:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: PostgreSQL
|
||||
catalog.cattle.io/kube-version: '>=1.19-0'
|
||||
catalog.cattle.io/release-name: postgresql
|
||||
category: Database
|
||||
images: |
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r91
|
||||
- name: postgres-exporter
|
||||
image: docker.io/bitnami/postgres-exporter:0.15.0-debian-11-r2
|
||||
- name: postgresql
|
||||
image: docker.io/bitnami/postgresql:16.1.0-debian-11-r4
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 16.1.0
|
||||
created: "2023-11-15T13:34:15.321773347Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://./charts/common
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: PostgreSQL (Postgres) is an open source object-relational database
|
||||
known for reliability and data integrity. ACID-compliant, it supports foreign
|
||||
keys, joins, views, triggers and stored procedures.
|
||||
digest: 3c8ffae06c46442a4997a20e35f0e2dc653e6e1bbb764a1b1d5f273dad6f794d
|
||||
home: https://bitnami.com
|
||||
icon: https://wiki.postgresql.org/images/a/a4/PostgreSQL_logo.3colors.svg
|
||||
keywords:
|
||||
- postgresql
|
||||
- postgres
|
||||
- database
|
||||
- sql
|
||||
- replication
|
||||
- cluster
|
||||
maintainers:
|
||||
- name: VMware, Inc.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: postgresql
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
|
||||
urls:
|
||||
- assets/bitnami/postgresql-13.2.9.tgz
|
||||
version: 13.2.9
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: PostgreSQL
|
||||
|
@ -51563,6 +51995,50 @@ 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
|
||||
images: |
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r91
|
||||
- name: redis-exporter
|
||||
image: docker.io/bitnami/redis-exporter:1.55.0-debian-11-r2
|
||||
- name: redis-sentinel
|
||||
image: docker.io/bitnami/redis-sentinel:7.2.3-debian-11-r1
|
||||
- name: redis
|
||||
image: docker.io/bitnami/redis:7.2.3-debian-11-r1
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 7.2.3
|
||||
created: "2023-11-15T13:34:15.616647544Z"
|
||||
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: 2742555d3f032fb975b8f2b0f09ed8bc6e8fa55ca0528fcd4d6a47e5ecadcc90
|
||||
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-18.3.3.tgz
|
||||
version: 18.3.3
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Redis
|
||||
|
@ -53883,6 +54359,50 @@ 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.2.15
|
||||
- name: busybox
|
||||
image: busybox:latest
|
||||
- name: mintel/docker-alpine-bash-curl-jq
|
||||
image: mintel/docker-alpine-bash-curl-jq:latest
|
||||
artifacthub.io/license: Apache-2.0
|
||||
artifacthub.io/links: |
|
||||
- name: Documentation
|
||||
url: https://docs.redpanda.com
|
||||
- name: "Helm (>= 3.8.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.2.15
|
||||
created: "2023-11-15T13:34:21.426089395Z"
|
||||
dependencies:
|
||||
- condition: console.enabled
|
||||
name: console
|
||||
repository: file://./charts/console
|
||||
version: '>=0.5 <1.0'
|
||||
- condition: connectors.enabled
|
||||
name: connectors
|
||||
repository: file://./charts/connectors
|
||||
version: '>=0.1.2 <1.0'
|
||||
description: Redpanda is the real-time engine for modern apps.
|
||||
digest: 0aa01781c45682b7da8a7f7f48cbb10f238404b96412436aefb95cb82033b2a7
|
||||
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-5.6.45.tgz
|
||||
version: 5.6.45
|
||||
- annotations:
|
||||
artifacthub.io/images: |
|
||||
- name: redpanda
|
||||
|
@ -59865,6 +60385,37 @@ entries:
|
|||
- assets/bitnami/spark-6.3.8.tgz
|
||||
version: 6.3.8
|
||||
speedscale-operator:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Speedscale Operator
|
||||
catalog.cattle.io/kube-version: '>= 1.17.0-0'
|
||||
catalog.cattle.io/release-name: speedscale-operator
|
||||
apiVersion: v1
|
||||
appVersion: 1.4.33
|
||||
created: "2023-11-15T13:34:21.506970962Z"
|
||||
description: Stress test your APIs with real world scenarios. Collect and replay
|
||||
traffic without scripting.
|
||||
digest: 03ea024524585992d9c1eb22e7d54a999e6fc441787820e61765268216c21bcc
|
||||
home: https://speedscale.com
|
||||
icon: https://raw.githubusercontent.com/speedscale/assets/main/logo/gold_logo_only.png
|
||||
keywords:
|
||||
- speedscale
|
||||
- test
|
||||
- testing
|
||||
- regression
|
||||
- reliability
|
||||
- load
|
||||
- replay
|
||||
- network
|
||||
- traffic
|
||||
kubeVersion: '>= 1.17.0-0'
|
||||
maintainers:
|
||||
- email: support@speedscale.com
|
||||
name: Speedscale Support
|
||||
name: speedscale-operator
|
||||
urls:
|
||||
- assets/speedscale/speedscale-operator-1.4.4.tgz
|
||||
version: 1.4.4
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Speedscale Operator
|
||||
|
@ -63817,6 +64368,51 @@ entries:
|
|||
- assets/intel/tcs-issuer-0.1.0.tgz
|
||||
version: 0.1.0
|
||||
tomcat:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Apache Tomcat
|
||||
catalog.cattle.io/kube-version: '>=1.19-0'
|
||||
catalog.cattle.io/release-name: tomcat
|
||||
category: ApplicationServer
|
||||
images: |
|
||||
- name: jmx-exporter
|
||||
image: docker.io/bitnami/jmx-exporter:0.20.0-debian-11-r1
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r91
|
||||
- name: tomcat
|
||||
image: docker.io/bitnami/tomcat:10.1.16-debian-11-r0
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 10.1.16
|
||||
created: "2023-11-15T13:34:15.732150566Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://./charts/common
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: Apache Tomcat is an open-source web server designed to host and run
|
||||
Java-based web applications. It is a lightweight server with a good performance
|
||||
for applications running in production environments.
|
||||
digest: 8d63f083c3af673dd2e3089e88c8939baa6c25f3969c3b4aa8ab0d23d61d0c4d
|
||||
home: https://bitnami.com
|
||||
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/tomcat.svg
|
||||
keywords:
|
||||
- tomcat
|
||||
- java
|
||||
- http
|
||||
- web
|
||||
- application server
|
||||
- jsp
|
||||
maintainers:
|
||||
- name: VMware, Inc.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: tomcat
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/tomcat
|
||||
urls:
|
||||
- assets/bitnami/tomcat-10.11.3.tgz
|
||||
version: 10.11.3
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Apache Tomcat
|
||||
|
@ -67151,6 +67747,60 @@ 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
|
||||
images: |
|
||||
- name: apache-exporter
|
||||
image: docker.io/bitnami/apache-exporter:1.0.3-debian-11-r1
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r91
|
||||
- name: wordpress
|
||||
image: docker.io/bitnami/wordpress:6.4.1-debian-11-r4
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 6.4.1
|
||||
created: "2023-11-15T13:34:16.573876084Z"
|
||||
dependencies:
|
||||
- condition: memcached.enabled
|
||||
name: memcached
|
||||
repository: file://./charts/memcached
|
||||
version: 6.x.x
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: file://./charts/mariadb
|
||||
version: 14.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: 82366e8146f9104cacce84e061a04798396a95255783c30ffb46b2d6298f8258
|
||||
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-18.1.14.tgz
|
||||
version: 18.1.14
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: WordPress
|
||||
|
|
Loading…
Reference in New Issue