Skip to content

Commit 87acfb1

Browse files
authored
Update chart.yaml dependencies for indepentent charts (CloudPirates-io#382)
* Update chart.yaml dependencies for indepentent charts * Add testing file for nginx * Avoid dockerhub ratelimit * Fix binding on priviledged port inside github actions
1 parent 3f9efbc commit 87acfb1

Some content is hidden

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

71 files changed

+289
-227
lines changed

charts/etcd/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: common
33
repository: oci://registry-1.docker.io/cloudpirates
4-
version: 1.1.1
5-
digest: sha256:8da3c04e2c4a1ebfff4f21936399938e0f3fcf9fbd2f7135e7e907ce725b8f00
6-
generated: "2025-10-08T12:49:37.237547+02:00"
4+
version: 2.0.0
5+
digest: sha256:ae9378e0dcfd09a35b7f994007db99c2d6fe02ef7634f424d5233237c209a1c7
6+
generated: "2025-10-14T11:14:03.850244+02:00"

charts/etcd/Chart.yaml

Lines changed: 2 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.1.3
5+
version: 0.2.0
66
appVersion: "3.6.0"
77
keywords:
88
- etcd
@@ -21,6 +21,6 @@ maintainers:
2121
url: https://www.cloudpirates.io
2222
dependencies:
2323
- name: common
24-
version: "1.x.x"
24+
version: "2.x.x"
2525
repository: oci://registry-1.docker.io/cloudpirates
2626
icon: https://a.storyblok.com/f/143071/513x513/36b7a72378/etcd-logo.svg

charts/etcd/templates/_helpers.tpl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,56 @@
22
Expand the name of the chart.
33
*/}}
44
{{- define "etcd.name" -}}
5-
{{- include "common.name" . -}}
5+
{{- include "cloudpirates.name" . -}}
66
{{- end }}
77

88
{{/*
99
Create a default fully qualified app name.
1010
*/}}
1111
{{- define "etcd.fullname" -}}
12-
{{- include "common.fullname" . -}}
12+
{{- include "cloudpirates.fullname" . -}}
1313
{{- end }}
1414

1515
{{/*
1616
Create chart name and version as used by the chart label.
1717
*/}}
1818
{{- define "etcd.chart" -}}
19-
{{- include "common.chart" . -}}
19+
{{- include "cloudpirates.chart" . -}}
2020
{{- end }}
2121

2222
{{/*
2323
Common labels
2424
*/}}
2525
{{- define "etcd.labels" -}}
26-
{{- include "common.labels" . }}
26+
{{- include "cloudpirates.labels" . }}
2727
{{- end }}
2828

2929
{{/*
3030
Selector labels
3131
*/}}
3232
{{- define "etcd.selectorLabels" -}}
33-
{{- include "common.selectorLabels" . -}}
33+
{{- include "cloudpirates.selectorLabels" . -}}
3434
{{- end }}
3535

3636
{{/*
3737
Common annotations
3838
*/}}
3939
{{- define "etcd.annotations" -}}
40-
{{- include "common.annotations" . -}}
40+
{{- include "cloudpirates.annotations" . -}}
4141
{{- end }}
4242

4343
{{/*
4444
Return the proper etcd image name
4545
*/}}
4646
{{- define "etcd.image" -}}
47-
{{- include "common.image" (dict "image" .Values.image "global" .Values.global) -}}
47+
{{- include "cloudpirates.image" (dict "image" .Values.image "global" .Values.global) -}}
4848
{{- end }}
4949

5050
{{/*
5151
Return the proper Docker Image Registry Secret Names
5252
*/}}
5353
{{- define "etcd.imagePullSecrets" -}}
54-
{{ include "common.images.renderPullSecrets" (dict "images" (list .Values.image) "context" .) }}
54+
{{ include "cloudpirates.images.renderPullSecrets" (dict "images" (list .Values.image) "context" .) }}
5555
{{- end -}}
5656

5757
{{/*
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{{- range .Values.extraObjects }}
22
---
3-
{{- include "common.tplvalues.render" (dict "value" . "context" $) }}
3+
{{- include "cloudpirates.tplvalues.render" (dict "value" . "context" $) }}
44
{{- end }}

charts/etcd/templates/statefulset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ spec:
3939
{{ . | nindent 6 }}
4040
{{- end }}
4141
serviceAccountName: {{ include "etcd.serviceAccountName" . }}
42-
securityContext: {{ include "common.renderPodSecurityContext" . | nindent 8 }}
42+
securityContext: {{ include "cloudpirates.renderPodSecurityContext" . | nindent 8 }}
4343
containers:
4444
- name: {{ .Chart.Name }}
45-
securityContext: {{ include "common.renderContainerSecurityContext" . | nindent 12 }}
45+
securityContext: {{ include "cloudpirates.renderContainerSecurityContext" . | nindent 12 }}
4646
image: {{ include "etcd.image" . | quote }}
4747
imagePullPolicy: {{ .Values.image.pullPolicy | default "IfNotPresent" | quote }}
4848
command:

charts/mariadb/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: common
33
repository: oci://registry-1.docker.io/cloudpirates
4-
version: 1.1.1
5-
digest: sha256:8da3c04e2c4a1ebfff4f21936399938e0f3fcf9fbd2f7135e7e907ce725b8f00
6-
generated: "2025-09-28T21:12:26.682987+02:00"
4+
version: 2.0.0
5+
digest: sha256:ae9378e0dcfd09a35b7f994007db99c2d6fe02ef7634f424d5233237c209a1c7
6+
generated: "2025-10-14T11:14:19.520784+02:00"

charts/mariadb/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: mariadb
33
description: MariaDB is a high-performance, open-source relational database server that is a drop-in replacement for MySQL
44
type: application
5-
version: 0.3.5
5+
version: 0.4.0
66
appVersion: "12.0.2"
77
keywords:
88
- mariadb
@@ -21,7 +21,7 @@ maintainers:
2121

2222
dependencies:
2323
- name: common
24-
version: "1.x.x"
24+
version: "2.x.x"
2525
repository: oci://registry-1.docker.io/cloudpirates
2626

2727
icon: https://a.storyblok.com/f/143071/512x512/6512dd22ee/mariadb-logo.svg

charts/mariadb/templates/_helpers.tpl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Expand the name of the chart.
33
*/}}
44
{{- define "mariadb.name" -}}
5-
{{- include "common.name" . -}}
5+
{{- include "cloudpirates.name" . -}}
66
{{- end }}
77

88
{{/*
@@ -11,42 +11,42 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
1111
If release name contains chart name it will be used as a full name.
1212
*/}}
1313
{{- define "mariadb.fullname" -}}
14-
{{- include "common.fullname" . -}}
14+
{{- include "cloudpirates.fullname" . -}}
1515
{{- end }}
1616

1717
{{/*
1818
Create chart name and version as used by the chart label.
1919
*/}}
2020
{{- define "mariadb.chart" -}}
21-
{{- include "common.chart" . -}}
21+
{{- include "cloudpirates.chart" . -}}
2222
{{- end }}
2323

2424
{{/*
2525
Common labels
2626
*/}}
2727
{{- define "mariadb.labels" -}}
28-
{{- include "common.labels" . -}}
28+
{{- include "cloudpirates.labels" . -}}
2929
{{- end }}
3030

3131
{{/*
3232
Selector labels
3333
*/}}
3434
{{- define "mariadb.selectorLabels" -}}
35-
{{- include "common.selectorLabels" . -}}
35+
{{- include "cloudpirates.selectorLabels" . -}}
3636
{{- end }}
3737

3838
{{/*
3939
Return the proper MariaDB image name
4040
*/}}
4141
{{- define "mariadb.image" -}}
42-
{{- include "common.image" (dict "image" .Values.image "global" .Values.global) -}}
42+
{{- include "cloudpirates.image" (dict "image" .Values.image "global" .Values.global) -}}
4343
{{- end }}
4444

4545
{{/*
4646
Return the proper Docker Image Registry Secret Names
4747
*/}}
4848
{{- define "mariadb.imagePullSecrets" -}}
49-
{{ include "common.images.renderPullSecrets" (dict "images" (list .Values.image) "context" .) }}
49+
{{ include "cloudpirates.images.renderPullSecrets" (dict "images" (list .Values.image) "context" .) }}
5050
{{- end -}}
5151
{{/*
5252
Get the secret name for MariaDB root password
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{{- range .Values.extraObjects }}
22
---
3-
{{- include "common.tplvalues.render" (dict "value" . "context" $) }}
3+
{{- include "cloudpirates.tplvalues.render" (dict "value" . "context" $) }}
44
{{- end }}

charts/mariadb/templates/statefulset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ spec:
3131
{{- with (include "mariadb.imagePullSecrets" .) }}
3232
{{- . | nindent 6 }}
3333
{{- end }}
34-
securityContext: {{ include "common.renderPodSecurityContext" . | nindent 8 }}
34+
securityContext: {{ include "cloudpirates.renderPodSecurityContext" . | nindent 8 }}
3535
containers:
3636
- name: mariadb
3737
image: {{ include "mariadb.image" . }}
3838
imagePullPolicy: {{ .Values.image.imagePullPolicy }}
39-
securityContext: {{ include "common.renderContainerSecurityContext" . | nindent 12 }}
39+
securityContext: {{ include "cloudpirates.renderContainerSecurityContext" . | nindent 12 }}
4040
{{- if or .Values.auth.enabled .Values.auth.database .Values.auth.username .Values.auth.allowEmptyRootPassword .Values.env }}
4141
env:
4242
{{- if and .Values.auth.enabled }}

0 commit comments

Comments
 (0)