Skip to content

Commit 70fca29

Browse files
committed
publish-test
1 parent 40f003f commit 70fca29

6 files changed

Lines changed: 66 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# helm-charts
1+
# Helm Charts
2+
3+
4+
## Helm repository
5+
6+
```
7+
helm repo add code-tool-charts https://code-tool.github.io/helm-charts/
8+
```

charts/external-dns/Chart.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: common
2+
version: 0.0.1
3+
appVersion: 0.18.0
4+
apiVersion: v2
5+
description: ExternalDNS is a Kubernetes addon that configures public DNS servers
6+
with information about exposed Kubernetes services to make them discoverable.
7+
type: application
8+
sources:
9+
- https://github.com/code-tool/helm-charts/tree/main/charts/external-dns
10+
dependencies:
11+
- name: common
12+
repository: https://code-tool.github.io/helm-charts
13+
version: 0.x.x
14+

charts/memcached/Chart.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: memcached
2+
version: 0.0.1
3+
appVersion: 1.6.39
4+
apiVersion: v2
5+
description: Memcached is an high-performance, distributed memory object caching system,
6+
generic in nature, but intended for use in speeding up dynamic web applications
7+
type: application
8+
sources:
9+
- https://github.com/code-tool/helm-charts/tree/main/charts/memcached
10+
dependencies:
11+
- name: common
12+
repository: https://code-tool.github.io/helm-charts
13+
version: 0.x.x

charts/pgbouncer/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ type: application
77
sources:
88
- https://github.com/code-tool/helm-charts/tree/main/charts/pgbouncer
99
dependencies:
10-
- name: common
11-
repository: https://code-tool.github.io/helm-charts
12-
version: 0.x.x
10+
- name: common
11+
repository: https://code-tool.github.io/helm-charts
12+
version: 0.x.x

charts/rabbitmq/Chart.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: rabbitmq
2+
version: 0.0.1
3+
appVersion: 3.13.7
4+
apiVersion: v2
5+
description: RabbitMQ is an open source general-purpose message broker that is designed
6+
for consistent, highly-available messaging scenarios (both synchronous and asynchronous).
7+
type: application
8+
sources:
9+
- https://github.com/code-tool/helm-charts/tree/main/charts/pgbouncer
10+
dependencies:
11+
- name: common
12+
repository: https://code-tool.github.io/helm-charts
13+
version: 0.x.x

charts/redis/Chart.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: rabbitmq
2+
version: 0.0.1
3+
appVersion: 7.2.1
4+
apiVersion: v2
5+
description: Redis(R) is an open source, advanced key-value store. It is often referred
6+
to as a data structure server since keys can contain strings, hashes, lists, sets
7+
and sorted sets.
8+
type: application
9+
sources:
10+
- https://github.com/code-tool/helm-charts/tree/main/charts/pgbouncer
11+
dependencies:
12+
- name: common
13+
repository: https://code-tool.github.io/helm-charts
14+
version: 0.x.x
15+

0 commit comments

Comments
 (0)