Skip to content

Commit dd85cdc

Browse files
author
Frederic Spiers
committed
Merge commit '488fba4' into fspiers/ENT-3334/incremental-sync-batch-2
2 parents 68b85d6 + 488fba4 commit dd85cdc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+768
-523
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This repository provides secure, well-documented, and configurable Helm charts f
2424
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------- |
2525
| [ClusterPirate](charts/clusterpirate/) | Client agent for the CloudPirates Managed Observability Platform to connect your Kubernetes cluster to our infrastructure | ![Version](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/CloudPirates-io/helm-charts/main/charts/clusterpirate/Chart.yaml&label=&query=version&prefix=v) |
2626
| [Common](charts/common/) | A library chart for common templates and helper functions | ![Version](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/CloudPirates-io/helm-charts/main/charts/common/Chart.yaml&label=&query=version&prefix=v) |
27+
| [Etcd](charts/etcd/) | A distributed reliable key-value store | ![Version](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/CloudPirates-io/helm-charts/main/charts/etcd/Chart.yaml&label=&query=version&prefix=v) |
2728
| [Ghost](charts/ghost/) | A simple, powerful publishing platform that allows you to share your stories with the world. | ![Version](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/CloudPirates-io/helm-charts/main/charts/ghost/Chart.yaml&label=&query=version&prefix=v) |
2829
| [Keycloak](charts/keycloak/) | Open Source Identity and Access Management solution | ![Version](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/CloudPirates-io/helm-charts/main/charts/keycloak/Chart.yaml&label=&query=version&prefix=v) |
2930
| [MariaDB](charts/mariadb/) | High-performance, open-source relational database server that is a drop-in replacement for MySQL | ![Version](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/CloudPirates-io/helm-charts/main/charts/mariadb/Chart.yaml&label=&query=version&prefix=v) |

charts/clusterpirate/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 2.0.0
55
- name: valkey
66
repository: oci://registry-1.docker.io/cloudpirates
7-
version: 0.7.0
8-
digest: sha256:0429787cff01e5cb9381e674cadd6338ba4f44a9df0069191c5cd8c2088324da
9-
generated: "2025-10-26T20:38:30.610019199Z"
7+
version: 0.8.0
8+
digest: sha256:a25bfa4f54daade4d7568f0f53af85e81bcd2a917d3f53880a9cf499b187f961
9+
generated: "2025-10-28T10:48:53.403163344Z"

charts/clusterpirate/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: clusterpirate
33
description: Client agent for the CloudPirates Managed Observability Platform to connect your Kubernetes cluster to our infrastructure
44
type: application
5-
version: 1.2.5
5+
version: 1.2.6
66
appVersion: "1.0.1"
77
keywords:
88
- kubernetes
@@ -22,7 +22,7 @@ dependencies:
2222
version: "2.x.x"
2323
repository: oci://registry-1.docker.io/cloudpirates
2424
- name: valkey
25-
version: "0.7.0"
25+
version: "0.8.0"
2626
repository: oci://registry-1.docker.io/cloudpirates
2727
condition: valkey.enabled
2828
icon: https://a.storyblok.com/f/143071/512x512/88dc07809a/cluster-pirate-logo.svg

charts/etcd/Chart.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: etcd
33
description: etcd is a distributed reliable key-value store for the most critical data of a distributed system
44
type: application
5-
version: 0.2.3
5+
version: 0.3.1
66
appVersion: "3.6.5"
77
keywords:
88
- etcd
@@ -41,4 +41,7 @@ annotations:
4141
url: https://www.cloudpirates.io
4242
artifacthub.io/changes: |2
4343
- kind: changed
44-
description: "Chart updated"
44+
description: "[etcd, rabbitmq, redis, zookeeper] add signature verification documentation to readme (#476)"
45+
links:
46+
- name: "Commit 91c7310"
47+
url: "https://github.com/CloudPirates-io/helm-charts/commit/91c7310"

charts/etcd/README.md

Lines changed: 141 additions & 122 deletions
Large diffs are not rendered by default.

charts/etcd/templates/statefulset.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,8 @@ spec:
104104
valueFrom:
105105
fieldRef:
106106
fieldPath: metadata.name
107-
{{- range .Values.extraEnv }}
108-
- name: {{ .name }}
109-
value: {{ .value | quote }}
107+
{{- with .Values.extraEnvVars }}
108+
{{- toYaml . | nindent 12 }}
110109
{{- end }}
111110
{{- if .Values.startupProbe.enabled }}
112111
startupProbe:

charts/etcd/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"extraArgs": {
115115
"type": "array"
116116
},
117-
"extraEnv": {
117+
"extraEnvVars": {
118118
"type": "array"
119119
},
120120
"extraObjects": {

charts/etcd/values.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,15 @@ startupProbe:
256256
## @param startupProbe.successThreshold Success threshold for startupProbe
257257
successThreshold: 1
258258

259-
## @param extraEnv Additional environment variables to set
260-
extraEnv: []
261-
# - name: EXTRA_VAR
262-
# value: "extra_value"
259+
## @param extraEnvVars Additional environment variables to set
260+
extraEnvVars: []
261+
# - name: CUSTOM_VAR
262+
# value: "custom-value"
263+
# - name: SECRET_VAR
264+
# valueFrom:
265+
# secretKeyRef:
266+
# name: my-secret
267+
# key: secret-key
263268

264269
## @param extraVolumes Additional volumes to add to the pod
265270
extraVolumes: []

charts/ghost/Chart.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ghost
33
description: A simple, powerful publishing platform that allows you to share your stories with the world.
44
type: application
5-
version: 0.3.6
5+
version: 0.4.0
66
appVersion: "6.5.3"
77
keywords:
88
- ghost
@@ -45,7 +45,4 @@ annotations:
4545
url: https://www.cloudpirates.io
4646
artifacthub.io/changes: |2
4747
- kind: changed
48-
description: "Update charts/ghost/values.yaml ghost to v6.5.3 (patch) (#456)"
49-
links:
50-
- name: "Commit 3bf647a"
51-
url: "https://github.com/CloudPirates-io/helm-charts/commit/3bf647a"
48+
description: "Chart updated"

0 commit comments

Comments
 (0)