Skip to content

Commit 36ca7c7

Browse files
dloewen2zOnlyKroksgithub-actions[bot]
authored
[Etcd] artifact hub repository id (CloudPirates-io#333)
* [etcd] add artifacthub-repo.yaml with repositoryId * [etcd] bump version * Fix linting errors * Update CHANGELOG.md Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Fix invalid commit --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Finn Rades <f.rades@cloudpirates.io> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e74a03d commit 36ca7c7

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

charts/etcd/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3-
## 0.1.0 (2025-10-09)
3+
## 0.1.1 (2025-10-10)
44

5-
* [etcd]: Initial etcd implementation ([#230](https://github.com/CloudPirates-io/helm-charts/pull/230))
5+
* [Etcd] artifact hub repository id ([#333](https://github.com/CloudPirates-io/helm-charts/pull/333))
6+
7+
## 0.1.0 (2025-10-10)
8+
9+
* [etcd]: Initial etcd implementation (#230) ([c6476c3](https://github.com/CloudPirates-io/helm-charts/commit/c6476c3)), closes [#230](https://github.com/CloudPirates-io/helm-charts/issues/230)

charts/etcd/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.0
5+
version: 0.1.1
66
appVersion: "3.6.0"
77
keywords:
88
- etcd

charts/etcd/artifacthub-repo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
repositoryID: 229cfa80-872a-4900-ad74-d9d1252e8214

charts/etcd/tests/common-parameters_test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tests:
1818
value: RELEASE-NAME
1919
- equal:
2020
path: spec.template.spec.containers[0].image
21-
value: gcr.io/etcd-development/etcd:v3.6.0-alpha.0
21+
value: quay.io/coreos/etcd:v3.6.0-alpha.0
2222
- equal:
2323
path: spec.template.spec.containers[0].imagePullPolicy
2424
value: IfNotPresent
@@ -30,7 +30,7 @@ tests:
3030
asserts:
3131
- equal:
3232
path: spec.template.spec.containers[0].image
33-
value: my-registry.com/etcd-development/etcd:v3.6.0-alpha.0
33+
value: my-registry.com/coreos/etcd:v3.6.0-alpha.0
3434

3535
- it: should respect global.imagePullSecrets
3636
set:
@@ -98,7 +98,7 @@ tests:
9898
asserts:
9999
- equal:
100100
path: spec.template.spec.containers[0].image
101-
value: custom-registry.io/etcd-development/etcd:v3.6.0-alpha.0
101+
value: custom-registry.io/coreos/etcd:v3.6.0-alpha.0
102102

103103
- it: should respect image.repository override
104104
set:
@@ -107,7 +107,7 @@ tests:
107107
asserts:
108108
- equal:
109109
path: spec.template.spec.containers[0].image
110-
value: gcr.io/custom/etcd:v3.6.0-alpha.0
110+
value: quay.io/custom/etcd:v3.6.0-alpha.0
111111

112112
- it: should respect image.tag override
113113
set:
@@ -116,7 +116,7 @@ tests:
116116
asserts:
117117
- equal:
118118
path: spec.template.spec.containers[0].image
119-
value: gcr.io/etcd-development/etcd:v3.5.0
119+
value: quay.io/coreos/etcd:v3.5.0
120120

121121
- it: should respect image.pullPolicy override
122122
set:
@@ -136,7 +136,7 @@ tests:
136136
asserts:
137137
- equal:
138138
path: spec.template.spec.containers[0].image
139-
value: global-registry.com/etcd-development/etcd:v3.6.0-alpha.0
139+
value: global-registry.com/coreos/etcd:v3.6.0-alpha.0
140140

141141
- it: should add podLabels to pod template
142142
set:

0 commit comments

Comments
 (0)